Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions .changeset/rare-ducks-drum.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.33

### Patch Changes

- Updated dependencies []:
- navigraph@1.2.32

## 1.0.32

### 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.32",
"version": "1.0.33",
"private": true,
"homepage": "./",
"files": [
"dist"
],
"dependencies": {
"navigraph": "1.2.31",
"navigraph": "1.2.32",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-router-dom": "^5.2.0"
Expand Down
8 changes: 8 additions & 0 deletions packages/auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @navigraph/auth

## 2.5.0

### Minor Changes

- [`b1ecbc8`](https://github.com/Navigraph/navigraph-js-sdk/commit/b1ecbc89f6fe1c951bcf9a04d8cd03eba2342037) Thanks [@SkySails](https://github.com/SkySails)! - Changed the functionality of the user `verify` parameter that is passed to `getUser()`. The SDK will now always try to grab new credentials from the server when this option is passed, instead of first checking the validity of the access token.

This fixes an issue in `@navigraph/leaflet` where a complete refresh is _required_ in order to grab new credentials when tiles fail to load.

## 2.4.3

### 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.3",
"version": "2.5.0",
"license": "MIT",
"description": "Authentication with Navigraph services as part of the Navigraph SDK",
"author": "Navigraph <contact@navigraph.com> (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.3

### Patch Changes

- Updated dependencies [[`b1ecbc8`](https://github.com/Navigraph/navigraph-js-sdk/commit/b1ecbc89f6fe1c951bcf9a04d8cd03eba2342037)]:
- @navigraph/auth@2.5.0

## 2.0.2

### 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.2",
"version": "2.0.3",
"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.4.3",
"@navigraph/auth": "2.5.0",
"@navigraph/app": "1.3.4"
},
"devDependencies": {
Expand Down
7 changes: 7 additions & 0 deletions packages/leaflet/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @navigraph/leaflet

## 1.1.2

### Patch Changes

- Updated dependencies [[`b1ecbc8`](https://github.com/Navigraph/navigraph-js-sdk/commit/b1ecbc89f6fe1c951bcf9a04d8cd03eba2342037)]:
- @navigraph/auth@2.5.0

## 1.1.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/leaflet/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@navigraph/leaflet",
"version": "1.1.1",
"version": "1.1.2",
"license": "MIT",
"description": "Facilitates easy integration of Navigraph Enroute Charts into Leaflet-based projects.",
"author": "Navigraph <contact@navigraph.com> (https://navigraph.com)",
Expand Down Expand Up @@ -34,13 +34,13 @@
"postpack": "clean-package restore"
},
"dependencies": {
"@navigraph/auth": "2.4.2",
"@navigraph/auth": "2.5.0",
"@navigraph/app": "1.3.4"
},
"peerDependencies": {
"leaflet": "^1.9.4"
},
"devDependencies": {
"@navigraph/auth": "2.4.3"
"@navigraph/auth": "2.5.0"
}
}
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.32

### Patch Changes

- Updated dependencies [[`b1ecbc8`](https://github.com/Navigraph/navigraph-js-sdk/commit/b1ecbc89f6fe1c951bcf9a04d8cd03eba2342037)]:
- @navigraph/auth@2.5.0
- @navigraph/charts@2.0.3

## 1.2.31

### 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.31",
"version": "1.2.32",
"description": "A library for interacting with Navigraph services",
"author": "Navigraph <contact@navigraph.com> (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.3",
"@navigraph/charts": "2.0.2"
"@navigraph/auth": "2.5.0",
"@navigraph/charts": "2.0.3"
}
}