Skip to content

Commit cb7daf4

Browse files
authored
Merge pull request #76 from Navigraph/changeset-release/main
ci(changesets): version packages
2 parents 13522a4 + 88796c4 commit cb7daf4

File tree

10 files changed

+37
-14
lines changed

10 files changed

+37
-14
lines changed

.changeset/few-penguins-move.md

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

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.32
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
9+
310
## 1.0.31
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.31",
3+
"version": "1.0.32",
44
"private": true,
55
"homepage": "./",
66
"files": [
77
"dist"
88
],
99
"dependencies": {
10-
"navigraph": "1.2.30",
10+
"navigraph": "1.2.31",
1111
"react": "^17.0.1",
1212
"react-dom": "^17.0.1",
1313
"react-router-dom": "^5.2.0"

packages/auth/CHANGELOG.md

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

3+
## 2.4.3
4+
5+
### Patch Changes
6+
7+
- [#75](https://github.com/Navigraph/navigraph-js-sdk/pull/75) [`ebe1b9f`](https://github.com/Navigraph/navigraph-js-sdk/commit/ebe1b9fc24df9d6407ff98b0e3fb28903889835f) Thanks [@SkySails](https://github.com/SkySails)! - Included a polyfill for `Promise.finally` to make the SDK work in MSFS directly out of the box without additional setup.
8+
39
## 2.4.2
410

511
### Patch Changes

packages/auth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@navigraph/auth",
3-
"version": "2.4.2",
3+
"version": "2.4.3",
44
"license": "MIT",
55
"description": "Authentication with Navigraph services as part of the Navigraph SDK",
66
"author": "Navigraph <[email protected]> (https://navigraph.com)",

packages/charts/CHANGELOG.md

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

3+
## 2.0.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`ebe1b9f`](https://github.com/Navigraph/navigraph-js-sdk/commit/ebe1b9fc24df9d6407ff98b0e3fb28903889835f)]:
8+
- @navigraph/auth@2.4.3
9+
310
## 2.0.1
411

512
### Patch Changes

packages/charts/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@navigraph/charts",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
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.4.2",
38+
"@navigraph/auth": "2.4.3",
3939
"@navigraph/app": "1.3.4"
4040
},
4141
"devDependencies": {

packages/leaflet/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@
3737
"leaflet": "^1.9.4"
3838
},
3939
"devDependencies": {
40-
"@navigraph/auth": "2.4.2"
40+
"@navigraph/auth": "2.4.3"
4141
}
4242
}

packages/navigraph/CHANGELOG.md

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

3+
## 1.2.31
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`ebe1b9f`](https://github.com/Navigraph/navigraph-js-sdk/commit/ebe1b9fc24df9d6407ff98b0e3fb28903889835f)]:
8+
- @navigraph/auth@2.4.3
9+
- @navigraph/charts@2.0.2
10+
311
## 1.2.30
412

513
### Patch Changes

packages/navigraph/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "navigraph",
3-
"version": "1.2.30",
3+
"version": "1.2.31",
44
"description": "A library for interacting with Navigraph services",
55
"author": "Navigraph <[email protected]> (https://navigraph.com)",
66
"homepage": "https://navigraph.com",
@@ -30,7 +30,7 @@
3030
},
3131
"dependencies": {
3232
"@navigraph/app": "1.3.4",
33-
"@navigraph/auth": "2.4.2",
34-
"@navigraph/charts": "2.0.1"
33+
"@navigraph/auth": "2.4.3",
34+
"@navigraph/charts": "2.0.2"
3535
}
3636
}

0 commit comments

Comments
 (0)