Skip to content

Commit

Permalink
Merge pull request #76 from Navigraph/changeset-release/main
Browse files Browse the repository at this point in the history
ci(changesets): version packages
  • Loading branch information
SkySails authored Sep 8, 2023
2 parents 13522a4 + 88796c4 commit cb7daf4
Show file tree
Hide file tree
Showing 10 changed files with 37 additions and 14 deletions.
5 changes: 0 additions & 5 deletions .changeset/few-penguins-move.md

This file was deleted.

7 changes: 7 additions & 0 deletions examples/msfs-panel/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# msfs-panel

## 1.0.32

### Patch Changes

- Updated dependencies []:
- [email protected]

## 1.0.31

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions examples/msfs-panel/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "msfs-panel",
"version": "1.0.31",
"version": "1.0.32",
"private": true,
"homepage": "./",
"files": [
"dist"
],
"dependencies": {
"navigraph": "1.2.30",
"navigraph": "1.2.31",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-router-dom": "^5.2.0"
Expand Down
6 changes: 6 additions & 0 deletions packages/auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @navigraph/auth

## 2.4.3

### Patch Changes

- [#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.

## 2.4.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@navigraph/auth",
"version": "2.4.2",
"version": "2.4.3",
"license": "MIT",
"description": "Authentication with Navigraph services as part of the Navigraph SDK",
"author": "Navigraph <[email protected]> (https://navigraph.com)",
Expand Down
7 changes: 7 additions & 0 deletions packages/charts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @navigraph/charts

## 2.0.2

### Patch Changes

- Updated dependencies [[`ebe1b9f`](https://github.com/Navigraph/navigraph-js-sdk/commit/ebe1b9fc24df9d6407ff98b0e3fb28903889835f)]:
- @navigraph/auth@2.4.3

## 2.0.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/charts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@navigraph/charts",
"version": "2.0.1",
"version": "2.0.2",
"license": "MIT",
"description": "Allows interaction with the Navigraph Charts API as part of the Navigraph SDK",
"author": "Navigraph <[email protected]> (https://navigraph.com)",
Expand Down Expand Up @@ -35,7 +35,7 @@
"postpack": "clean-package restore"
},
"dependencies": {
"@navigraph/auth": "2.4.2",
"@navigraph/auth": "2.4.3",
"@navigraph/app": "1.3.4"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/leaflet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@
"leaflet": "^1.9.4"
},
"devDependencies": {
"@navigraph/auth": "2.4.2"
"@navigraph/auth": "2.4.3"
}
}
8 changes: 8 additions & 0 deletions packages/navigraph/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# navigraph

## 1.2.31

### Patch Changes

- Updated dependencies [[`ebe1b9f`](https://github.com/Navigraph/navigraph-js-sdk/commit/ebe1b9fc24df9d6407ff98b0e3fb28903889835f)]:
- @navigraph/auth@2.4.3
- @navigraph/charts@2.0.2

## 1.2.30

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/navigraph/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "navigraph",
"version": "1.2.30",
"version": "1.2.31",
"description": "A library for interacting with Navigraph services",
"author": "Navigraph <[email protected]> (https://navigraph.com)",
"homepage": "https://navigraph.com",
Expand Down Expand Up @@ -30,7 +30,7 @@
},
"dependencies": {
"@navigraph/app": "1.3.4",
"@navigraph/auth": "2.4.2",
"@navigraph/charts": "2.0.1"
"@navigraph/auth": "2.4.3",
"@navigraph/charts": "2.0.2"
}
}

0 comments on commit cb7daf4

Please sign in to comment.