Skip to content

Commit 2f8c546

Browse files
authored
Merge pull request #93 from Navigraph/changeset-release/main
2 parents a532828 + 1a29cfe commit 2f8c546

File tree

7 files changed

+33
-12
lines changed

7 files changed

+33
-12
lines changed

.changeset/lemon-pillows-clap.md

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

examples/playground/CHANGELOG.md

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

3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- [#91](https://github.com/Navigraph/navigraph-js-sdk/pull/91) [`2b337ba`](https://github.com/Navigraph/navigraph-js-sdk/commit/2b337ba32e7c3e86c6c90582376e76c780ba45c1) Thanks [@professoralex13](https://github.com/professoralex13)! - Added weather API module
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`2b337ba`](https://github.com/Navigraph/navigraph-js-sdk/commit/2b337ba32e7c3e86c6c90582376e76c780ba45c1)]:
12+
- @navigraph/weather@1.0.0
13+
314
## 0.0.2
415

516
### Patch Changes

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.2",
4+
"version": "0.1.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

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.3.0
4+
5+
### Minor Changes
6+
7+
- [#91](https://github.com/Navigraph/navigraph-js-sdk/pull/91) [`2b337ba`](https://github.com/Navigraph/navigraph-js-sdk/commit/2b337ba32e7c3e86c6c90582376e76c780ba45c1) Thanks [@professoralex13](https://github.com/professoralex13)! - Added weather API module
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`2b337ba`](https://github.com/Navigraph/navigraph-js-sdk/commit/2b337ba32e7c3e86c6c90582376e76c780ba45c1)]:
12+
- @navigraph/weather@1.0.0
13+
314
## 1.2.36
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.2.36",
3+
"version": "1.3.0",
44
"description": "A library for interacting with Navigraph services",
55
"author": "Navigraph <[email protected]> (https://navigraph.com)",
66
"homepage": "https://navigraph.com",
@@ -34,6 +34,6 @@
3434
"@navigraph/charts": "2.0.5",
3535
"@navigraph/packages": "1.0.1",
3636
"@navigraph/amdb": "0.0.2",
37-
"@navigraph/weather": "0.0.1"
37+
"@navigraph/weather": "1.0.0"
3838
}
3939
}

packages/weather/CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
11
# @navigraph/weather
22

3-
## 0.0.1
3+
## 1.0.0
4+
5+
### Major Changes
6+
7+
- [#91](https://github.com/Navigraph/navigraph-js-sdk/pull/91) [`2b337ba`](https://github.com/Navigraph/navigraph-js-sdk/commit/2b337ba32e7c3e86c6c90582376e76c780ba45c1) Thanks [@professoralex13](https://github.com/professoralex13)! - Added weather API module
8+
9+
## 0.0.1

packages/weather/package.json

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

0 commit comments

Comments
 (0)