Skip to content

Commit 2505c38

Browse files
authored
Merge pull request #70 from Navigraph/changeset-release/main
2 parents 39139d5 + f771e44 commit 2505c38

File tree

13 files changed

+57
-31
lines changed

13 files changed

+57
-31
lines changed

.changeset/giant-dryers-fetch.md

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

.changeset/nice-eyes-sing.md

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

.changeset/strong-meals-grin.md

Lines changed: 0 additions & 10 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.32
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
9+
310
## 1.0.31
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.31",
3+
"version": "1.0.32",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",
@@ -9,7 +9,7 @@
99
"lint": "next lint"
1010
},
1111
"dependencies": {
12-
"navigraph": "1.2.27",
12+
"navigraph": "1.2.28",
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.29
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
9+
310
## 1.0.28
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.28",
3+
"version": "1.0.29",
44
"private": true,
55
"homepage": "./",
66
"files": [
77
"dist"
88
],
99
"dependencies": {
10-
"navigraph": "1.2.27",
10+
"navigraph": "1.2.28",
1111
"react": "^17.0.1",
1212
"react-dom": "^17.0.1",
1313
"react-router-dom": "^5.2.0"

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.4.1
4+
5+
### Patch Changes
6+
7+
- [#68](https://github.com/Navigraph/navigraph-js-sdk/pull/68) [`2c364c2`](https://github.com/Navigraph/navigraph-js-sdk/commit/2c364c276047326ba3fbdd3f395a4e47a040fe16) Thanks [@SkySails](https://github.com/SkySails)! - Added request buffers to all token requests, including user verification.
8+
This ensures that the SDK does not send multiple identical token requests in parallel and instead returns one response for all requests, ultimately increasing both speed and reliability.
9+
10+
- [#67](https://github.com/Navigraph/navigraph-js-sdk/pull/67) [`693d01f`](https://github.com/Navigraph/navigraph-js-sdk/commit/693d01ff0fe04fc53bdb83865b5be5b3d2f8d035) Thanks [@SkySails](https://github.com/SkySails)! - Fixed token expiry check. Previously, a token would be considered expired 3 minutes **after** it expired, but the intention was to treat it as expired 3 minutes **before** its real expiry.
11+
312
## 2.4.0
413

514
### Minor 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.0",
3+
"version": "2.4.1",
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: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# @navigraph/charts
22

3+
## 1.4.0
4+
5+
### Minor Changes
6+
7+
- [#69](https://github.com/Navigraph/navigraph-js-sdk/pull/69) [`c4ee897`](https://github.com/Navigraph/navigraph-js-sdk/commit/c4ee897b0476d0435b45366940fc7381c568109e) Thanks [@SkySails](https://github.com/SkySails)! - Added `NavigraphTileLayer`, a Leaflet `TileLayer` that implements Navigraph enroute tiles.
8+
The aim with this extension is to help developers by making the following features available:
9+
10+
- Switching of source between VFR, IFR and world map
11+
- Changing of the theme between day and night
12+
- Automatic handling of credential expiry, with useful hints in the log when something does not look quite right.
13+
14+
### Patch Changes
15+
16+
- Updated dependencies [[`2c364c2`](https://github.com/Navigraph/navigraph-js-sdk/commit/2c364c276047326ba3fbdd3f395a4e47a040fe16), [`693d01f`](https://github.com/Navigraph/navigraph-js-sdk/commit/693d01ff0fe04fc53bdb83865b5be5b3d2f8d035)]:
17+
- @navigraph/auth@2.4.1
18+
319
## 1.3.0
420

521
### Minor Changes

0 commit comments

Comments
 (0)