Skip to content

Commit

Permalink
Merge pull request #60 from Navigraph/changeset-release/main
Browse files Browse the repository at this point in the history
  • Loading branch information
SkySails authored Apr 22, 2023
2 parents 16e00c0 + 607f85d commit 73c54a0
Show file tree
Hide file tree
Showing 13 changed files with 60 additions and 20 deletions.
6 changes: 0 additions & 6 deletions .changeset/purple-countries-itch.md

This file was deleted.

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

## 1.0.28

### Patch Changes

- Updated dependencies []:
- navigraph@1.2.24

## 1.0.27

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions examples/getting-started/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "getting-started",
"version": "1.0.27",
"version": "1.0.28",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -9,7 +9,7 @@
"lint": "next lint"
},
"dependencies": {
"navigraph": "1.2.23",
"navigraph": "1.2.24",
"next": "12.1.6",
"react": "18.2.0",
"react-dom": "18.2.0",
Expand Down
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.25

### Patch Changes

- Updated dependencies []:
- navigraph@1.2.24

## 1.0.24

### 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.24",
"version": "1.0.25",
"private": true,
"homepage": "./",
"files": [
"dist"
],
"dependencies": {
"navigraph": "1.2.23",
"navigraph": "1.2.24",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-router-dom": "^5.2.0"
Expand Down
6 changes: 6 additions & 0 deletions packages/app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @navigraph/app

## 1.3.3

### Patch Changes

- [`16e00c0`](https://github.com/Navigraph/navigraph-js-sdk/commit/16e00c0516b599999c257ecfb1fc79ea6ea69e3e) Thanks [@SkySails](https://github.com/SkySails)! - Synchronize packages after internal reorganization.

## 1.3.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@navigraph/app",
"version": "1.3.2",
"version": "1.3.3",
"license": "MIT",
"description": "The fundamental part of the Navigraph SDK",
"author": "Navigraph <contact@navigraph.com> (https://navigraph.com)",
Expand Down
9 changes: 9 additions & 0 deletions packages/auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @navigraph/auth

## 2.3.2

### Patch Changes

- [`16e00c0`](https://github.com/Navigraph/navigraph-js-sdk/commit/16e00c0516b599999c257ecfb1fc79ea6ea69e3e) Thanks [@SkySails](https://github.com/SkySails)! - Synchronize packages after internal reorganization.

- Updated dependencies [[`16e00c0`](https://github.com/Navigraph/navigraph-js-sdk/commit/16e00c0516b599999c257ecfb1fc79ea6ea69e3e)]:
- @navigraph/app@1.3.3

## 2.3.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@navigraph/auth",
"version": "2.3.1",
"version": "2.3.2",
"license": "MIT",
"description": "Authentication with Navigraph services as part of the Navigraph SDK",
"author": "Navigraph <contact@navigraph.com> (https://navigraph.com)",
Expand Down Expand Up @@ -39,7 +39,7 @@
"postpack": "clean-package restore"
},
"dependencies": {
"@navigraph/app": "1.3.2"
"@navigraph/app": "1.3.3"
},
"devDependencies": {
"@navigraph/pkce": "^1.0.3",
Expand Down
8 changes: 8 additions & 0 deletions packages/charts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @navigraph/charts

## 1.2.24

### Patch Changes

- Updated dependencies [[`16e00c0`](https://github.com/Navigraph/navigraph-js-sdk/commit/16e00c0516b599999c257ecfb1fc79ea6ea69e3e)]:
- @navigraph/app@1.3.3
- @navigraph/auth@2.3.2

## 1.2.23

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/charts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@navigraph/charts",
"version": "1.2.23",
"version": "1.2.24",
"license": "MIT",
"description": "Allows interaction with the Navigraph Charts API as part of the Navigraph SDK",
"author": "Navigraph <contact@navigraph.com> (https://navigraph.com)",
Expand Down Expand Up @@ -35,7 +35,7 @@
"postpack": "clean-package restore"
},
"dependencies": {
"@navigraph/auth": "2.3.1",
"@navigraph/app": "1.3.2"
"@navigraph/auth": "2.3.2",
"@navigraph/app": "1.3.3"
}
}
9 changes: 9 additions & 0 deletions packages/navigraph/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# navigraph

## 1.2.24

### Patch Changes

- Updated dependencies [[`16e00c0`](https://github.com/Navigraph/navigraph-js-sdk/commit/16e00c0516b599999c257ecfb1fc79ea6ea69e3e)]:
- @navigraph/app@1.3.3
- @navigraph/auth@2.3.2
- @navigraph/charts@1.2.24

## 1.2.23

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/navigraph/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "navigraph",
"version": "1.2.23",
"version": "1.2.24",
"description": "A library for interacting with Navigraph services",
"author": "Navigraph <contact@navigraph.com> (https://navigraph.com)",
"homepage": "https://navigraph.com",
Expand Down Expand Up @@ -29,8 +29,8 @@
"access": "public"
},
"dependencies": {
"@navigraph/app": "1.3.2",
"@navigraph/auth": "2.3.1",
"@navigraph/charts": "1.2.23"
"@navigraph/app": "1.3.3",
"@navigraph/auth": "2.3.2",
"@navigraph/charts": "1.2.24"
}
}

0 comments on commit 73c54a0

Please sign in to comment.