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
5 changes: 0 additions & 5 deletions .changeset/big-spoons-attack.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cyan-moose-smile.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rich-moons-yell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thirty-rice-brake.md

This file was deleted.

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

## 2.0.0

### Major Changes

- [`981603b`](https://github.com/Navigraph/navigraph-js-sdk/commit/981603bb88a33ed40c219e18df689084dbca388c) Thanks [@SkySails](https://github.com/SkySails)! - Initial migration to React + Vite

### Patch Changes

- Updated dependencies [[`5964894`](https://github.com/Navigraph/navigraph-js-sdk/commit/596489472608b75190ed5e969638c1c3a76eecdc), [`7d0bd67`](https://github.com/Navigraph/navigraph-js-sdk/commit/7d0bd6727385d0252a298c45e87bf7e4d77cd55e)]:
- @navigraph/app@1.3.4
- @navigraph/charts@2.0.1
- @navigraph/auth@2.4.2

## 1.0.33

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.33",
"version": "2.0.0",
"private": true,
"type": "module",
"scripts": {
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.31

### Patch Changes

- Updated dependencies []:
- navigraph@1.2.30

## 1.0.30

### 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.30",
"version": "1.0.31",
"private": true,
"homepage": "./",
"files": [
"dist"
],
"dependencies": {
"navigraph": "1.2.29",
"navigraph": "1.2.30",
"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.4

### Patch Changes

- [`5964894`](https://github.com/Navigraph/navigraph-js-sdk/commit/596489472608b75190ed5e969638c1c3a76eecdc) Thanks [@SkySails](https://github.com/SkySails)! - Removed `EMAIL` scope, as it is not going to be used.

## 1.3.3

### 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.3",
"version": "1.3.4",
"license": "MIT",
"description": "The fundamental part of the Navigraph SDK",
"author": "Navigraph <contact@navigraph.com> (https://navigraph.com)",
Expand Down
7 changes: 7 additions & 0 deletions packages/auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @navigraph/auth

## 2.4.2

### Patch Changes

- Updated dependencies [[`5964894`](https://github.com/Navigraph/navigraph-js-sdk/commit/596489472608b75190ed5e969638c1c3a76eecdc)]:
- @navigraph/app@1.3.4

## 2.4.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.4.1",
"version": "2.4.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.3"
"@navigraph/app": "1.3.4"
},
"devDependencies": {
"@navigraph/pkce": "^1.0.3",
Expand Down
10 changes: 10 additions & 0 deletions packages/charts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @navigraph/charts

## 2.0.1

### Patch Changes

- [`7d0bd67`](https://github.com/Navigraph/navigraph-js-sdk/commit/7d0bd6727385d0252a298c45e87bf7e4d77cd55e) Thanks [@SkySails](https://github.com/SkySails)! - Added ability to choose between standard and CAO charts when fetching a charts index.

- Updated dependencies [[`5964894`](https://github.com/Navigraph/navigraph-js-sdk/commit/596489472608b75190ed5e969638c1c3a76eecdc)]:
- @navigraph/app@1.3.4
- @navigraph/auth@2.4.2

## 2.0.0

### Major 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": "2.0.0",
"version": "2.0.1",
"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,8 +35,8 @@
"postpack": "clean-package restore"
},
"dependencies": {
"@navigraph/auth": "2.4.1",
"@navigraph/app": "1.3.3"
"@navigraph/auth": "2.4.2",
"@navigraph/app": "1.3.4"
},
"devDependencies": {
"@types/leaflet": "^1.9.3"
Expand Down
6 changes: 6 additions & 0 deletions packages/leaflet/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @navigraph/leaflet

## 1.0.3

### Patch Changes

- [`1d45f35`](https://github.com/Navigraph/navigraph-js-sdk/commit/1d45f356143b84b102bccf939b87ce9cd8328377) Thanks [@SkySails](https://github.com/SkySails)! - Added support for passing in a `TileLayerOptions` object to the `NavigraphTileLayer` in order to configure the default Leaflet options.

## 1.0.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/leaflet/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@navigraph/leaflet",
"version": "1.0.2",
"version": "1.0.3",
"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 @@ -37,6 +37,6 @@
"leaflet": "^1.9.4"
},
"devDependencies": {
"@navigraph/auth": "2.4.1"
"@navigraph/auth": "2.4.2"
}
}
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.30

### Patch Changes

- Updated dependencies [[`5964894`](https://github.com/Navigraph/navigraph-js-sdk/commit/596489472608b75190ed5e969638c1c3a76eecdc), [`7d0bd67`](https://github.com/Navigraph/navigraph-js-sdk/commit/7d0bd6727385d0252a298c45e87bf7e4d77cd55e)]:
- @navigraph/app@1.3.4
- @navigraph/charts@2.0.1
- @navigraph/auth@2.4.2

## 1.2.29

### 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.29",
"version": "1.2.30",
"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.3",
"@navigraph/auth": "2.4.1",
"@navigraph/charts": "2.0.0"
"@navigraph/app": "1.3.4",
"@navigraph/auth": "2.4.2",
"@navigraph/charts": "2.0.1"
}
}