Skip to content

Commit 787df01

Browse files
authored
Merge pull request #81 from Navigraph/changeset-release/main
ci(changesets): version packages
2 parents 9b2020e + 40fa9c5 commit 787df01

File tree

16 files changed

+87
-32
lines changed

16 files changed

+87
-32
lines changed

.changeset/early-carrots-drive.md

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

.changeset/slow-carrots-work.md

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

examples/getting-started/CHANGELOG.md

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

3+
## 2.0.1
4+
5+
### Patch Changes
6+
7+
- [#82](https://github.com/Navigraph/navigraph-js-sdk/pull/82) [`5561a94`](https://github.com/Navigraph/navigraph-js-sdk/commit/5561a94808514046d8dd1b924b5a8b1101818a04) Thanks [@m4rkus](https://github.com/m4rkus)! - Added `@navigraph/packages` module for interactions with the packages-api.
8+
9+
- Updated dependencies [[`fc8ef31`](https://github.com/Navigraph/navigraph-js-sdk/commit/fc8ef31c1a09b6ccf465ab0c91a58b7e59da9c99), [`5561a94`](https://github.com/Navigraph/navigraph-js-sdk/commit/5561a94808514046d8dd1b924b5a8b1101818a04)]:
10+
- @navigraph/auth@2.5.1
11+
- @navigraph/packages@1.0.0
12+
- @navigraph/app@1.3.5
13+
- @navigraph/charts@2.0.4
14+
315
## 2.0.0
416

517
### Major Changes

examples/getting-started/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "getting-started",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"private": true,
55
"type": "module",
66
"scripts": {

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.5
4+
5+
### Patch Changes
6+
7+
- [#82](https://github.com/Navigraph/navigraph-js-sdk/pull/82) [`5561a94`](https://github.com/Navigraph/navigraph-js-sdk/commit/5561a94808514046d8dd1b924b5a8b1101818a04) Thanks [@m4rkus](https://github.com/m4rkus)! - Added `@navigraph/packages` module for interactions with the packages-api.
8+
39
## 1.3.4
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.4",
3+
"version": "1.3.5",
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: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @navigraph/auth
22

3+
## 2.5.1
4+
5+
### Patch Changes
6+
7+
- [`fc8ef31`](https://github.com/Navigraph/navigraph-js-sdk/commit/fc8ef31c1a09b6ccf465ab0c91a58b7e59da9c99) Thanks [@SkySails](https://github.com/SkySails)! - Removed the node-only `http` adapter from the bundled Axios code.
8+
9+
- Updated dependencies [[`5561a94`](https://github.com/Navigraph/navigraph-js-sdk/commit/5561a94808514046d8dd1b924b5a8b1101818a04)]:
10+
- @navigraph/app@1.3.5
11+
312
## 2.5.0
413

514
### Minor 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.0",
3+
"version": "2.5.1",
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.4"
42+
"@navigraph/app": "1.3.5"
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.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`fc8ef31`](https://github.com/Navigraph/navigraph-js-sdk/commit/fc8ef31c1a09b6ccf465ab0c91a58b7e59da9c99), [`5561a94`](https://github.com/Navigraph/navigraph-js-sdk/commit/5561a94808514046d8dd1b924b5a8b1101818a04)]:
8+
- @navigraph/auth@2.5.1
9+
- @navigraph/app@1.3.5
10+
311
## 2.0.3
412

513
### 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.3",
3+
"version": "2.0.4",
44
"license": "MIT",
55
"description": "Allows interaction with the Navigraph Charts API as part of the Navigraph SDK",
66
"author": "Navigraph <[email protected]> (https://navigraph.com)",
@@ -35,7 +35,7 @@
3535
"postpack": "clean-package restore"
3636
},
3737
"dependencies": {
38-
"@navigraph/auth": "2.5.0",
39-
"@navigraph/app": "1.3.4"
38+
"@navigraph/auth": "2.5.1",
39+
"@navigraph/app": "1.3.5"
4040
}
4141
}

0 commit comments

Comments
 (0)