Skip to content

Commit

Permalink
Merge pull request #88 from Navigraph/changeset-release/main
Browse files Browse the repository at this point in the history
  • Loading branch information
SkySails authored Aug 21, 2024
2 parents 8aa62ec + 267db2e commit 01aae44
Show file tree
Hide file tree
Showing 17 changed files with 96 additions and 30 deletions.
7 changes: 0 additions & 7 deletions .changeset/ninety-rice-float.md

This file was deleted.

14 changes: 14 additions & 0 deletions examples/map/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# map

## 0.1.0

### Minor Changes

- [#87](https://github.com/Navigraph/navigraph-js-sdk/pull/87) [`0e88baf`](https://github.com/Navigraph/navigraph-js-sdk/commit/0e88baff14209d4179ee0f70b2292626817cd2f4) Thanks [@professoralex13](https://github.com/professoralex13)! - Create AMDB SDK module with complete feature typings and API request wrappers.

### Patch Changes

- Updated dependencies [[`0e88baf`](https://github.com/Navigraph/navigraph-js-sdk/commit/0e88baff14209d4179ee0f70b2292626817cd2f4)]:
- @navigraph/amdb@0.0.2
- [email protected]
- @navigraph/leaflet@2.0.1
2 changes: 1 addition & 1 deletion examples/map/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "map",
"private": true,
"version": "0.0.0",
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
11 changes: 11 additions & 0 deletions packages/amdb/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# @navigraph/amdb

## 0.0.2

### Patch Changes

- [#87](https://github.com/Navigraph/navigraph-js-sdk/pull/87) [`0e88baf`](https://github.com/Navigraph/navigraph-js-sdk/commit/0e88baff14209d4179ee0f70b2292626817cd2f4) Thanks [@professoralex13](https://github.com/professoralex13)! - Create AMDB SDK module with complete feature typings and API request wrappers.

- Updated dependencies [[`0e88baf`](https://github.com/Navigraph/navigraph-js-sdk/commit/0e88baff14209d4179ee0f70b2292626817cd2f4)]:
- @navigraph/app@1.3.6
- @navigraph/auth@2.5.2
6 changes: 3 additions & 3 deletions packages/amdb/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@navigraph/amdb",
"version": "0.0.1",
"version": "0.0.2",
"license": "MIT",
"description": "Allows interaction with the Navigraph AMDB API as part of the Navigraph SDK",
"author": "Navigraph <[email protected]> (https://navigraph.com)",
Expand Down Expand Up @@ -36,8 +36,8 @@
"postpack": "clean-package restore"
},
"dependencies": {
"@navigraph/app": "1.3.5",
"@navigraph/auth": "2.5.1"
"@navigraph/app": "1.3.6",
"@navigraph/auth": "2.5.2"
},
"devDependencies": {
"@types/geojson": "^7946.0.14"
Expand Down
6 changes: 6 additions & 0 deletions packages/app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @navigraph/app

## 1.3.6

### Patch Changes

- [#87](https://github.com/Navigraph/navigraph-js-sdk/pull/87) [`0e88baf`](https://github.com/Navigraph/navigraph-js-sdk/commit/0e88baff14209d4179ee0f70b2292626817cd2f4) Thanks [@professoralex13](https://github.com/professoralex13)! - Create AMDB SDK module with complete feature typings and API request wrappers.

## 1.3.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@navigraph/app",
"version": "1.3.5",
"version": "1.3.6",
"license": "MIT",
"description": "The fundamental part of the Navigraph SDK",
"author": "Navigraph <[email protected]> (https://navigraph.com)",
Expand Down
7 changes: 7 additions & 0 deletions packages/auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @navigraph/auth

## 2.5.2

### Patch Changes

- Updated dependencies [[`0e88baf`](https://github.com/Navigraph/navigraph-js-sdk/commit/0e88baff14209d4179ee0f70b2292626817cd2f4)]:
- @navigraph/app@1.3.6

## 2.5.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@navigraph/auth",
"version": "2.5.1",
"version": "2.5.2",
"license": "MIT",
"description": "Authentication with Navigraph services as part of the Navigraph SDK",
"author": "Navigraph <[email protected]> (https://navigraph.com)",
Expand Down Expand Up @@ -39,7 +39,7 @@
"postpack": "clean-package restore"
},
"dependencies": {
"@navigraph/app": "1.3.5"
"@navigraph/app": "1.3.6"
},
"devDependencies": {
"@navigraph/pkce": "^1.0.3",
Expand Down
8 changes: 8 additions & 0 deletions packages/charts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @navigraph/charts

## 2.0.5

### Patch Changes

- Updated dependencies [[`0e88baf`](https://github.com/Navigraph/navigraph-js-sdk/commit/0e88baff14209d4179ee0f70b2292626817cd2f4)]:
- @navigraph/app@1.3.6
- @navigraph/auth@2.5.2

## 2.0.4

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/charts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@navigraph/charts",
"version": "2.0.4",
"version": "2.0.5",
"license": "MIT",
"description": "Allows interaction with the Navigraph Charts API as part of the Navigraph SDK",
"author": "Navigraph <[email protected]> (https://navigraph.com)",
Expand Down Expand Up @@ -35,7 +35,7 @@
"postpack": "clean-package restore"
},
"dependencies": {
"@navigraph/auth": "2.5.1",
"@navigraph/app": "1.3.5"
"@navigraph/auth": "2.5.2",
"@navigraph/app": "1.3.6"
}
}
8 changes: 8 additions & 0 deletions packages/leaflet/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @navigraph/leaflet

## 2.0.1

### Patch Changes

- Updated dependencies [[`0e88baf`](https://github.com/Navigraph/navigraph-js-sdk/commit/0e88baff14209d4179ee0f70b2292626817cd2f4)]:
- @navigraph/app@1.3.6
- @navigraph/auth@2.5.2

## 2.0.0

### Major Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/leaflet/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@navigraph/leaflet",
"version": "2.0.0",
"version": "2.0.1",
"license": "MIT",
"description": "Facilitates easy integration of Navigraph Enroute Charts into Leaflet-based projects.",
"author": "Navigraph <[email protected]> (https://navigraph.com)",
Expand Down Expand Up @@ -34,14 +34,14 @@
"postpack": "clean-package restore"
},
"dependencies": {
"@navigraph/auth": "2.5.1",
"@navigraph/app": "1.3.5"
"@navigraph/auth": "2.5.2",
"@navigraph/app": "1.3.6"
},
"peerDependencies": {
"leaflet": "^1.9.4"
},
"devDependencies": {
"@navigraph/auth": "2.5.1",
"@navigraph/auth": "2.5.2",
"@types/leaflet": "^1.9.3"
}
}
11 changes: 11 additions & 0 deletions packages/navigraph/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# navigraph

## 1.2.36

### Patch Changes

- Updated dependencies [[`0e88baf`](https://github.com/Navigraph/navigraph-js-sdk/commit/0e88baff14209d4179ee0f70b2292626817cd2f4)]:
- @navigraph/amdb@0.0.2
- @navigraph/app@1.3.6
- @navigraph/auth@2.5.2
- @navigraph/charts@2.0.5
- @navigraph/packages@1.0.1

## 1.2.35

### Patch Changes
Expand Down
12 changes: 6 additions & 6 deletions packages/navigraph/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "navigraph",
"version": "1.2.35",
"version": "1.2.36",
"description": "A library for interacting with Navigraph services",
"author": "Navigraph <[email protected]> (https://navigraph.com)",
"homepage": "https://navigraph.com",
Expand Down Expand Up @@ -29,10 +29,10 @@
"access": "public"
},
"dependencies": {
"@navigraph/app": "1.3.5",
"@navigraph/auth": "2.5.1",
"@navigraph/charts": "2.0.4",
"@navigraph/packages": "1.0.0",
"@navigraph/amdb": "0.0.1"
"@navigraph/app": "1.3.6",
"@navigraph/auth": "2.5.2",
"@navigraph/charts": "2.0.5",
"@navigraph/packages": "1.0.1",
"@navigraph/amdb": "0.0.2"
}
}
8 changes: 8 additions & 0 deletions packages/packages/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @navigraph/packages

## 1.0.1

### Patch Changes

- Updated dependencies [[`0e88baf`](https://github.com/Navigraph/navigraph-js-sdk/commit/0e88baff14209d4179ee0f70b2292626817cd2f4)]:
- @navigraph/app@1.3.6
- @navigraph/auth@2.5.2

## 1.0.0

### Major Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/packages/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@navigraph/packages",
"version": "1.0.0",
"version": "1.0.1",
"license": "MIT",
"description": "Allows interaction with the Navigraph Packages API as part of the Navigraph SDK",
"author": "Navigraph <[email protected]> (https://navigraph.com)",
Expand Down Expand Up @@ -35,7 +35,7 @@
"postpack": "clean-package restore"
},
"dependencies": {
"@navigraph/auth": "2.5.1",
"@navigraph/app": "1.3.5"
"@navigraph/auth": "2.5.2",
"@navigraph/app": "1.3.6"
}
}

0 comments on commit 01aae44

Please sign in to comment.