Skip to content

Commit 651725c

Browse files
Merge pull request #96 from Navigraph/changeset-release/main
ci(changesets): version packages
2 parents 70f30e2 + 9760018 commit 651725c

File tree

5 files changed

+20
-9
lines changed

5 files changed

+20
-9
lines changed

.changeset/slow-pumas-cheer.md

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

packages/amdb/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @navigraph/amdb
22

3+
## 1.0.0
4+
5+
### Major Changes
6+
7+
- [#95](https://github.com/Navigraph/navigraph-js-sdk/pull/95) [`126a92f`](https://github.com/Navigraph/navigraph-js-sdk/commit/126a92faeb146238e12aad646918c946be7da071) Thanks [@professoralex13](https://github.com/professoralex13)! - Added ASRN to amdb
8+
39
## 0.0.4
410

511
### Patch Changes

packages/amdb/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@navigraph/amdb",
3-
"version": "0.0.4",
3+
"version": "1.0.0",
44
"license": "MIT",
55
"description": "Allows interaction with the Navigraph AMDB API as part of the Navigraph SDK",
66
"author": "Navigraph <contact@navigraph.com> (https://navigraph.com)",

packages/navigraph/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# navigraph
22

3+
## 1.4.0
4+
5+
### Minor Changes
6+
7+
- [#95](https://github.com/Navigraph/navigraph-js-sdk/pull/95) [`126a92f`](https://github.com/Navigraph/navigraph-js-sdk/commit/126a92faeb146238e12aad646918c946be7da071) Thanks [@professoralex13](https://github.com/professoralex13)! - Added ASRN to amdb
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`126a92f`](https://github.com/Navigraph/navigraph-js-sdk/commit/126a92faeb146238e12aad646918c946be7da071)]:
12+
- @navigraph/amdb@1.0.0
13+
314
## 1.3.1
415

516
### Patch Changes

packages/navigraph/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "navigraph",
3-
"version": "1.3.1",
3+
"version": "1.4.0",
44
"description": "A library for interacting with Navigraph services",
55
"author": "Navigraph <contact@navigraph.com> (https://navigraph.com)",
66
"homepage": "https://navigraph.com",
@@ -33,7 +33,7 @@
3333
"@navigraph/auth": "2.5.2",
3434
"@navigraph/charts": "2.0.5",
3535
"@navigraph/packages": "1.0.1",
36-
"@navigraph/amdb": "0.0.2",
36+
"@navigraph/amdb": "1.0.0",
3737
"@navigraph/weather": "2.0.0"
3838
}
3939
}

0 commit comments

Comments
 (0)