Skip to content

Commit 13637a5

Browse files
authored
Merge pull request #98 from Navigraph/changeset-release/main
2 parents 2494c75 + 06d6ecb commit 13637a5

File tree

17 files changed

+115
-37
lines changed

17 files changed

+115
-37
lines changed

.changeset/orange-mugs-heal.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

packages/amdb/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @navigraph/amdb
22

3+
## 1.1.0
4+
5+
### Minor Changes
6+
7+
- [#97](https://github.com/Navigraph/navigraph-js-sdk/pull/97) [`cd467ac`](https://github.com/Navigraph/navigraph-js-sdk/commit/cd467ac5db40b9a01a13ee358b0fbdb41a485af1) Thanks [@professoralex13](https://github.com/professoralex13)! - fix types export
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`cd467ac`](https://github.com/Navigraph/navigraph-js-sdk/commit/cd467ac5db40b9a01a13ee358b0fbdb41a485af1)]:
12+
- @navigraph/auth@2.6.0
13+
- @navigraph/app@1.4.0
14+
315
## 1.0.0
416

517
### Major Changes

packages/amdb/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@navigraph/amdb",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"license": "MIT",
55
"description": "Allows interaction with the Navigraph AMDB API as part of the Navigraph SDK",
66
"author": "Navigraph <contact@navigraph.com> (https://navigraph.com)",
@@ -36,8 +36,8 @@
3636
"postpack": "clean-package restore"
3737
},
3838
"dependencies": {
39-
"@navigraph/app": "1.3.6",
40-
"@navigraph/auth": "2.5.2"
39+
"@navigraph/app": "1.4.0",
40+
"@navigraph/auth": "2.6.0"
4141
},
4242
"devDependencies": {
4343
"@types/geojson": "^7946.0.14"

packages/app/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @navigraph/app
22

3+
## 1.4.0
4+
5+
### Minor Changes
6+
7+
- [#97](https://github.com/Navigraph/navigraph-js-sdk/pull/97) [`cd467ac`](https://github.com/Navigraph/navigraph-js-sdk/commit/cd467ac5db40b9a01a13ee358b0fbdb41a485af1) Thanks [@professoralex13](https://github.com/professoralex13)! - fix types export
8+
39
## 1.3.6
410

511
### Patch Changes

packages/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@navigraph/app",
3-
"version": "1.3.6",
3+
"version": "1.4.0",
44
"license": "MIT",
55
"description": "The fundamental part of the Navigraph SDK",
66
"author": "Navigraph <contact@navigraph.com> (https://navigraph.com)",

packages/auth/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @navigraph/auth
22

3+
## 2.6.0
4+
5+
### Minor Changes
6+
7+
- [#97](https://github.com/Navigraph/navigraph-js-sdk/pull/97) [`cd467ac`](https://github.com/Navigraph/navigraph-js-sdk/commit/cd467ac5db40b9a01a13ee358b0fbdb41a485af1) Thanks [@professoralex13](https://github.com/professoralex13)! - fix types export
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`cd467ac`](https://github.com/Navigraph/navigraph-js-sdk/commit/cd467ac5db40b9a01a13ee358b0fbdb41a485af1)]:
12+
- @navigraph/app@1.4.0
13+
314
## 2.5.2
415

516
### Patch Changes

packages/auth/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@navigraph/auth",
3-
"version": "2.5.2",
3+
"version": "2.6.0",
44
"license": "MIT",
55
"description": "Authentication with Navigraph services as part of the Navigraph SDK",
66
"author": "Navigraph <contact@navigraph.com> (https://navigraph.com)",
@@ -39,7 +39,7 @@
3939
"postpack": "clean-package restore"
4040
},
4141
"dependencies": {
42-
"@navigraph/app": "1.3.6"
42+
"@navigraph/app": "1.4.0"
4343
},
4444
"devDependencies": {
4545
"@navigraph/pkce": "^1.0.3",

packages/charts/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @navigraph/charts
22

3+
## 2.1.0
4+
5+
### Minor Changes
6+
7+
- [#97](https://github.com/Navigraph/navigraph-js-sdk/pull/97) [`cd467ac`](https://github.com/Navigraph/navigraph-js-sdk/commit/cd467ac5db40b9a01a13ee358b0fbdb41a485af1) Thanks [@professoralex13](https://github.com/professoralex13)! - fix types export
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`cd467ac`](https://github.com/Navigraph/navigraph-js-sdk/commit/cd467ac5db40b9a01a13ee358b0fbdb41a485af1)]:
12+
- @navigraph/auth@2.6.0
13+
- @navigraph/app@1.4.0
14+
315
## 2.0.5
416

517
### Patch Changes

packages/charts/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@navigraph/charts",
3-
"version": "2.0.5",
3+
"version": "2.1.0",
44
"license": "MIT",
55
"description": "Allows interaction with the Navigraph Charts API as part of the Navigraph SDK",
66
"author": "Navigraph <contact@navigraph.com> (https://navigraph.com)",
@@ -35,7 +35,7 @@
3535
"postpack": "clean-package restore"
3636
},
3737
"dependencies": {
38-
"@navigraph/auth": "2.5.2",
39-
"@navigraph/app": "1.3.6"
38+
"@navigraph/auth": "2.6.0",
39+
"@navigraph/app": "1.4.0"
4040
}
4141
}

packages/leaflet/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @navigraph/leaflet
22

3+
## 2.1.0
4+
5+
### Minor Changes
6+
7+
- [#97](https://github.com/Navigraph/navigraph-js-sdk/pull/97) [`cd467ac`](https://github.com/Navigraph/navigraph-js-sdk/commit/cd467ac5db40b9a01a13ee358b0fbdb41a485af1) Thanks [@professoralex13](https://github.com/professoralex13)! - fix types export
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`cd467ac`](https://github.com/Navigraph/navigraph-js-sdk/commit/cd467ac5db40b9a01a13ee358b0fbdb41a485af1)]:
12+
- @navigraph/auth@2.6.0
13+
- @navigraph/app@1.4.0
14+
315
## 2.0.1
416

517
### Patch Changes

0 commit comments

Comments
 (0)