Skip to content

Commit 589b47c

Browse files
authored
Merge pull request #90 from Navigraph/changeset-release/main
2 parents ed78ba9 + 75d8fb2 commit 589b47c

File tree

6 files changed

+18
-12
lines changed

6 files changed

+18
-12
lines changed

.changeset/eight-ligers-march.md

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

.changeset/thirty-months-explain.md

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

examples/playground/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# playground
2+
3+
## 0.0.2
4+
5+
### Patch Changes
6+
7+
- [#89](https://github.com/Navigraph/navigraph-js-sdk/pull/89) [`30f531b`](https://github.com/Navigraph/navigraph-js-sdk/commit/30f531b46a759417ccf71fff44b3dc5e4b42b4a7) Thanks [@professoralex13](https://github.com/professoralex13)! - Added a new example project with an exhaustive playground that shows the features of the SDK
8+
9+
- Updated dependencies [[`b394c59`](https://github.com/Navigraph/navigraph-js-sdk/commit/b394c599fd8114852699598d1cf57bd01b917000)]:
10+
- @navigraph/amdb@0.0.4

examples/playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "playground",
33
"private": true,
4-
"version": "0.0.1",
4+
"version": "0.0.2",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

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+
## 0.0.4
4+
5+
### Patch Changes
6+
7+
- [#92](https://github.com/Navigraph/navigraph-js-sdk/pull/92) [`b394c59`](https://github.com/Navigraph/navigraph-js-sdk/commit/b394c599fd8114852699598d1cf57bd01b917000) Thanks [@professoralex13](https://github.com/professoralex13)! - Added missing exports of types that can be useful to developers
8+
39
## 0.0.2
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.3",
3+
"version": "0.0.4",
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)",

0 commit comments

Comments
 (0)