Skip to content

Commit

Permalink
Merge pull request #90 from Navigraph/changeset-release/main
Browse files Browse the repository at this point in the history
  • Loading branch information
SkySails authored Oct 1, 2024
2 parents ed78ba9 + 75d8fb2 commit 589b47c
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/eight-ligers-march.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thirty-months-explain.md

This file was deleted.

10 changes: 10 additions & 0 deletions examples/playground/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# playground

## 0.0.2

### Patch Changes

- [#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

- Updated dependencies [[`b394c59`](https://github.com/Navigraph/navigraph-js-sdk/commit/b394c599fd8114852699598d1cf57bd01b917000)]:
- @navigraph/amdb@0.0.4
2 changes: 1 addition & 1 deletion examples/playground/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "playground",
"private": true,
"version": "0.0.1",
"version": "0.0.2",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
6 changes: 6 additions & 0 deletions packages/amdb/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @navigraph/amdb

## 0.0.4

### Patch Changes

- [#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

## 0.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/amdb/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@navigraph/amdb",
"version": "0.0.3",
"version": "0.0.4",
"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

0 comments on commit 589b47c

Please sign in to comment.