Skip to content

Commit 267db2e

Browse files
committed
ci(changesets): version packages [no ci]
1 parent 8aa62ec commit 267db2e

File tree

17 files changed

+96
-30
lines changed

17 files changed

+96
-30
lines changed

.changeset/ninety-rice-float.md

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

examples/map/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# map
2+
3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- [#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.
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`0e88baf`](https://github.com/Navigraph/navigraph-js-sdk/commit/0e88baff14209d4179ee0f70b2292626817cd2f4)]:
12+
- @navigraph/amdb@0.0.2
13+
14+
- @navigraph/leaflet@2.0.1

examples/map/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "map",
33
"private": true,
4-
"version": "0.0.0",
4+
"version": "0.1.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

packages/amdb/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# @navigraph/amdb
2+
3+
## 0.0.2
4+
5+
### Patch Changes
6+
7+
- [#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.
8+
9+
- Updated dependencies [[`0e88baf`](https://github.com/Navigraph/navigraph-js-sdk/commit/0e88baff14209d4179ee0f70b2292626817cd2f4)]:
10+
- @navigraph/app@1.3.6
11+
- @navigraph/auth@2.5.2

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": "0.0.1",
3+
"version": "0.0.2",
44
"license": "MIT",
55
"description": "Allows interaction with the Navigraph AMDB API as part of the Navigraph SDK",
66
"author": "Navigraph <[email protected]> (https://navigraph.com)",
@@ -36,8 +36,8 @@
3636
"postpack": "clean-package restore"
3737
},
3838
"dependencies": {
39-
"@navigraph/app": "1.3.5",
40-
"@navigraph/auth": "2.5.1"
39+
"@navigraph/app": "1.3.6",
40+
"@navigraph/auth": "2.5.2"
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.3.6
4+
5+
### Patch Changes
6+
7+
- [#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.
8+
39
## 1.3.5
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.5",
3+
"version": "1.3.6",
44
"license": "MIT",
55
"description": "The fundamental part of the Navigraph SDK",
66
"author": "Navigraph <[email protected]> (https://navigraph.com)",

packages/auth/CHANGELOG.md

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

3+
## 2.5.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`0e88baf`](https://github.com/Navigraph/navigraph-js-sdk/commit/0e88baff14209d4179ee0f70b2292626817cd2f4)]:
8+
- @navigraph/app@1.3.6
9+
310
## 2.5.1
411

512
### 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.1",
3+
"version": "2.5.2",
44
"license": "MIT",
55
"description": "Authentication with Navigraph services as part of the Navigraph SDK",
66
"author": "Navigraph <[email protected]> (https://navigraph.com)",
@@ -39,7 +39,7 @@
3939
"postpack": "clean-package restore"
4040
},
4141
"dependencies": {
42-
"@navigraph/app": "1.3.5"
42+
"@navigraph/app": "1.3.6"
4343
},
4444
"devDependencies": {
4545
"@navigraph/pkce": "^1.0.3",

packages/charts/CHANGELOG.md

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

3+
## 2.0.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`0e88baf`](https://github.com/Navigraph/navigraph-js-sdk/commit/0e88baff14209d4179ee0f70b2292626817cd2f4)]:
8+
- @navigraph/app@1.3.6
9+
- @navigraph/auth@2.5.2
10+
311
## 2.0.4
412

513
### Patch Changes

0 commit comments

Comments
 (0)