Skip to content

Commit

Permalink
Merge pull request #98 from Navigraph/changeset-release/main
Browse files Browse the repository at this point in the history
  • Loading branch information
SkySails authored Jan 8, 2025
2 parents 2494c75 + 06d6ecb commit 13637a5
Show file tree
Hide file tree
Showing 17 changed files with 115 additions and 37 deletions.
11 changes: 0 additions & 11 deletions .changeset/orange-mugs-heal.md

This file was deleted.

12 changes: 12 additions & 0 deletions packages/amdb/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @navigraph/amdb

## 1.1.0

### Minor Changes

- [#97](https://github.com/Navigraph/navigraph-js-sdk/pull/97) [`cd467ac`](https://github.com/Navigraph/navigraph-js-sdk/commit/cd467ac5db40b9a01a13ee358b0fbdb41a485af1) Thanks [@professoralex13](https://github.com/professoralex13)! - fix types export

### Patch Changes

- Updated dependencies [[`cd467ac`](https://github.com/Navigraph/navigraph-js-sdk/commit/cd467ac5db40b9a01a13ee358b0fbdb41a485af1)]:
- @navigraph/auth@2.6.0
- @navigraph/app@1.4.0

## 1.0.0

### Major Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/amdb/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@navigraph/amdb",
"version": "1.0.0",
"version": "1.1.0",
"license": "MIT",
"description": "Allows interaction with the Navigraph AMDB API as part of the Navigraph SDK",
"author": "Navigraph <[email protected]> (https://navigraph.com)",
Expand Down Expand Up @@ -36,8 +36,8 @@
"postpack": "clean-package restore"
},
"dependencies": {
"@navigraph/app": "1.3.6",
"@navigraph/auth": "2.5.2"
"@navigraph/app": "1.4.0",
"@navigraph/auth": "2.6.0"
},
"devDependencies": {
"@types/geojson": "^7946.0.14"
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.4.0

### Minor Changes

- [#97](https://github.com/Navigraph/navigraph-js-sdk/pull/97) [`cd467ac`](https://github.com/Navigraph/navigraph-js-sdk/commit/cd467ac5db40b9a01a13ee358b0fbdb41a485af1) Thanks [@professoralex13](https://github.com/professoralex13)! - fix types export

## 1.3.6

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

## 2.6.0

### Minor Changes

- [#97](https://github.com/Navigraph/navigraph-js-sdk/pull/97) [`cd467ac`](https://github.com/Navigraph/navigraph-js-sdk/commit/cd467ac5db40b9a01a13ee358b0fbdb41a485af1) Thanks [@professoralex13](https://github.com/professoralex13)! - fix types export

### Patch Changes

- Updated dependencies [[`cd467ac`](https://github.com/Navigraph/navigraph-js-sdk/commit/cd467ac5db40b9a01a13ee358b0fbdb41a485af1)]:
- @navigraph/app@1.4.0

## 2.5.2

### 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.5.2",
"version": "2.6.0",
"license": "MIT",
"description": "Authentication with Navigraph services as part of the Navigraph SDK",
"author": "Navigraph <[email protected]> (https://navigraph.com)",
Expand Down Expand Up @@ -39,7 +39,7 @@
"postpack": "clean-package restore"
},
"dependencies": {
"@navigraph/app": "1.3.6"
"@navigraph/app": "1.4.0"
},
"devDependencies": {
"@navigraph/pkce": "^1.0.3",
Expand Down
12 changes: 12 additions & 0 deletions packages/charts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @navigraph/charts

## 2.1.0

### Minor Changes

- [#97](https://github.com/Navigraph/navigraph-js-sdk/pull/97) [`cd467ac`](https://github.com/Navigraph/navigraph-js-sdk/commit/cd467ac5db40b9a01a13ee358b0fbdb41a485af1) Thanks [@professoralex13](https://github.com/professoralex13)! - fix types export

### Patch Changes

- Updated dependencies [[`cd467ac`](https://github.com/Navigraph/navigraph-js-sdk/commit/cd467ac5db40b9a01a13ee358b0fbdb41a485af1)]:
- @navigraph/auth@2.6.0
- @navigraph/app@1.4.0

## 2.0.5

### 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": "2.0.5",
"version": "2.1.0",
"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.5.2",
"@navigraph/app": "1.3.6"
"@navigraph/auth": "2.6.0",
"@navigraph/app": "1.4.0"
}
}
12 changes: 12 additions & 0 deletions packages/leaflet/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @navigraph/leaflet

## 2.1.0

### Minor Changes

- [#97](https://github.com/Navigraph/navigraph-js-sdk/pull/97) [`cd467ac`](https://github.com/Navigraph/navigraph-js-sdk/commit/cd467ac5db40b9a01a13ee358b0fbdb41a485af1) Thanks [@professoralex13](https://github.com/professoralex13)! - fix types export

### Patch Changes

- Updated dependencies [[`cd467ac`](https://github.com/Navigraph/navigraph-js-sdk/commit/cd467ac5db40b9a01a13ee358b0fbdb41a485af1)]:
- @navigraph/auth@2.6.0
- @navigraph/app@1.4.0

## 2.0.1

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/leaflet/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@navigraph/leaflet",
"version": "2.0.1",
"version": "2.1.0",
"license": "MIT",
"description": "Facilitates easy integration of Navigraph Enroute Charts into Leaflet-based projects.",
"author": "Navigraph <[email protected]> (https://navigraph.com)",
Expand Down Expand Up @@ -34,14 +34,14 @@
"postpack": "clean-package restore"
},
"dependencies": {
"@navigraph/auth": "2.5.2",
"@navigraph/app": "1.3.6"
"@navigraph/auth": "2.6.0",
"@navigraph/app": "1.4.0"
},
"peerDependencies": {
"leaflet": "^1.9.4"
},
"devDependencies": {
"@navigraph/auth": "2.5.2",
"@navigraph/auth": "2.6.0",
"@types/leaflet": "^1.9.3"
}
}
12 changes: 12 additions & 0 deletions packages/navigraph/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# navigraph

## 1.4.1

### Patch Changes

- Updated dependencies [[`cd467ac`](https://github.com/Navigraph/navigraph-js-sdk/commit/cd467ac5db40b9a01a13ee358b0fbdb41a485af1)]:
- @navigraph/packages@1.1.0
- @navigraph/weather@2.1.0
- @navigraph/charts@2.1.0
- @navigraph/amdb@1.1.0
- @navigraph/auth@2.6.0
- @navigraph/app@1.4.0

## 1.4.0

### Minor Changes
Expand Down
14 changes: 7 additions & 7 deletions packages/navigraph/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "navigraph",
"version": "1.4.0",
"version": "1.4.1",
"description": "A library for interacting with Navigraph services",
"author": "Navigraph <[email protected]> (https://navigraph.com)",
"homepage": "https://navigraph.com",
Expand Down Expand Up @@ -29,11 +29,11 @@
"access": "public"
},
"dependencies": {
"@navigraph/app": "1.3.6",
"@navigraph/auth": "2.5.2",
"@navigraph/charts": "2.0.5",
"@navigraph/packages": "1.0.1",
"@navigraph/amdb": "1.0.0",
"@navigraph/weather": "2.0.0"
"@navigraph/app": "1.4.0",
"@navigraph/auth": "2.6.0",
"@navigraph/charts": "2.1.0",
"@navigraph/packages": "1.1.0",
"@navigraph/amdb": "1.1.0",
"@navigraph/weather": "2.1.0"
}
}
12 changes: 12 additions & 0 deletions packages/packages/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @navigraph/packages

## 1.1.0

### Minor Changes

- [#97](https://github.com/Navigraph/navigraph-js-sdk/pull/97) [`cd467ac`](https://github.com/Navigraph/navigraph-js-sdk/commit/cd467ac5db40b9a01a13ee358b0fbdb41a485af1) Thanks [@professoralex13](https://github.com/professoralex13)! - fix types export

### Patch Changes

- Updated dependencies [[`cd467ac`](https://github.com/Navigraph/navigraph-js-sdk/commit/cd467ac5db40b9a01a13ee358b0fbdb41a485af1)]:
- @navigraph/auth@2.6.0
- @navigraph/app@1.4.0

## 1.0.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/packages/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@navigraph/packages",
"version": "1.0.1",
"version": "1.1.0",
"license": "MIT",
"description": "Allows interaction with the Navigraph Packages 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.5.2",
"@navigraph/app": "1.3.6"
"@navigraph/auth": "2.6.0",
"@navigraph/app": "1.4.0"
}
}
12 changes: 12 additions & 0 deletions packages/weather/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @navigraph/weather

## 2.1.0

### Minor Changes

- [#97](https://github.com/Navigraph/navigraph-js-sdk/pull/97) [`cd467ac`](https://github.com/Navigraph/navigraph-js-sdk/commit/cd467ac5db40b9a01a13ee358b0fbdb41a485af1) Thanks [@professoralex13](https://github.com/professoralex13)! - fix types export

### Patch Changes

- Updated dependencies [[`cd467ac`](https://github.com/Navigraph/navigraph-js-sdk/commit/cd467ac5db40b9a01a13ee358b0fbdb41a485af1)]:
- @navigraph/auth@2.6.0
- @navigraph/app@1.4.0

## 2.0.0

### Major Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/weather/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@navigraph/weather",
"version": "2.0.0",
"version": "2.1.0",
"license": "MIT",
"description": "Allows interaction with the Navigraph Weather API as part of the Navigraph SDK",
"author": "Navigraph <[email protected]> (https://navigraph.com)",
Expand Down Expand Up @@ -34,8 +34,8 @@
"postinstall": "patch-package"
},
"dependencies": {
"@navigraph/app": "1.3.6",
"@navigraph/auth": "2.5.2"
"@navigraph/app": "1.4.0",
"@navigraph/auth": "2.6.0"
},
"devDependencies": {
"metar-taf-parser": "^8.0.5",
Expand Down

0 comments on commit 13637a5

Please sign in to comment.