Skip to content

Commit 46a492c

Browse files
committed
ci(changesets): version packages [no ci]
1 parent 98facff commit 46a492c

File tree

13 files changed

+64
-22
lines changed

13 files changed

+64
-22
lines changed

.changeset/weak-geese-swim.md

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

examples/getting-started/CHANGELOG.md

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

3+
## 1.0.21
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`ae78223`](https://github.com/Navigraph/navigraph-js-sdk/commit/ae782238a109ba370711dcb66d896a7636fc7e3a)]:
8+
9+
310
## 1.0.20
411

512
### Patch Changes

examples/getting-started/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "getting-started",
3-
"version": "1.0.20",
3+
"version": "1.0.21",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",
@@ -9,7 +9,7 @@
99
"lint": "next lint"
1010
},
1111
"dependencies": {
12-
"navigraph": "1.2.16",
12+
"navigraph": "1.2.17",
1313
"next": "12.1.6",
1414
"react": "18.2.0",
1515
"react-dom": "18.2.0",

examples/msfs-panel/CHANGELOG.md

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

3+
## 1.0.18
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`ae78223`](https://github.com/Navigraph/navigraph-js-sdk/commit/ae782238a109ba370711dcb66d896a7636fc7e3a)]:
8+
9+
310
## 1.0.17
411

512
### Patch Changes

examples/msfs-panel/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "msfs-panel",
3-
"version": "1.0.17",
3+
"version": "1.0.18",
44
"private": true,
55
"homepage": "./",
66
"files": [
77
"dist"
88
],
99
"dependencies": {
10-
"navigraph": "1.2.16",
10+
"navigraph": "1.2.17",
1111
"react": "^17.0.1",
1212
"react-dom": "^17.0.1",
1313
"react-router-dom": "^5.2.0"

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.1
4+
5+
### Patch Changes
6+
7+
- [#42](https://github.com/Navigraph/navigraph-js-sdk/pull/42) [`ae78223`](https://github.com/Navigraph/navigraph-js-sdk/commit/ae782238a109ba370711dcb66d896a7636fc7e3a) Thanks [@SkySails](https://github.com/SkySails)! - Included dependencies like `axios` and `@navigraph/pkce` in the final bundle. Also bumped the target to ES6, which should fix some warnings when using Rollup related to usage of global `this`.
8+
39
## 1.3.0
410

511
### Minor 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.0",
3+
"version": "1.3.1",
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.2.2
4+
5+
### Patch Changes
6+
7+
- [#42](https://github.com/Navigraph/navigraph-js-sdk/pull/42) [`ae78223`](https://github.com/Navigraph/navigraph-js-sdk/commit/ae782238a109ba370711dcb66d896a7636fc7e3a) Thanks [@SkySails](https://github.com/SkySails)! - Included dependencies like `axios` and `@navigraph/pkce` in the final bundle. Also bumped the target to ES6, which should fix some warnings when using Rollup related to usage of global `this`.
8+
9+
- Updated dependencies [[`ae78223`](https://github.com/Navigraph/navigraph-js-sdk/commit/ae782238a109ba370711dcb66d896a7636fc7e3a)]:
10+
- @navigraph/app@1.3.1
11+
312
## 2.2.1
413

514
### 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.2.1",
3+
"version": "2.2.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.0"
42+
"@navigraph/app": "1.3.1"
4343
},
4444
"devDependencies": {
4545
"@navigraph/pkce": "^1.0.3",

packages/charts/CHANGELOG.md

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

3+
## 1.2.17
4+
5+
### Patch Changes
6+
7+
- [#42](https://github.com/Navigraph/navigraph-js-sdk/pull/42) [`ae78223`](https://github.com/Navigraph/navigraph-js-sdk/commit/ae782238a109ba370711dcb66d896a7636fc7e3a) Thanks [@SkySails](https://github.com/SkySails)! - Included dependencies like `axios` and `@navigraph/pkce` in the final bundle. Also bumped the target to ES6, which should fix some warnings when using Rollup related to usage of global `this`.
8+
9+
- Updated dependencies [[`ae78223`](https://github.com/Navigraph/navigraph-js-sdk/commit/ae782238a109ba370711dcb66d896a7636fc7e3a)]:
10+
- @navigraph/app@1.3.1
11+
- @navigraph/auth@2.2.2
12+
313
## 1.2.16
414

515
### Patch Changes

0 commit comments

Comments
 (0)