-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #88 from Navigraph/changeset-release/main
- Loading branch information
Showing
17 changed files
with
96 additions
and
30 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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)", | ||
|
@@ -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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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)", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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)", | ||
|
@@ -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", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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)", | ||
|
@@ -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" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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)", | ||
|
@@ -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" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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", | ||
|
@@ -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" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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)", | ||
|
@@ -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" | ||
} | ||
} |