Skip to content

Commit 593f0d0

Browse files
authored
Merge pull request #94 from Navigraph/changeset-release/main
2 parents 0b91270 + 095724d commit 593f0d0

File tree

5 files changed

+16
-8
lines changed

5 files changed

+16
-8
lines changed

.changeset/silver-dolphins-study.md

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

packages/navigraph/CHANGELOG.md

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

3+
## 1.3.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`0b91270`](https://github.com/Navigraph/navigraph-js-sdk/commit/0b91270ffb953dc790fb9c75f96ccf104fd04e54)]:
8+
- @navigraph/weather@2.0.0
9+
310
## 1.3.0
411

512
### Minor 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.0",
3+
"version": "1.3.1",
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": "1.0.0"
37+
"@navigraph/weather": "2.0.0"
3838
}
3939
}

packages/weather/CHANGELOG.md

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

3+
## 2.0.0
4+
5+
### Major Changes
6+
7+
- [`0b91270`](https://github.com/Navigraph/navigraph-js-sdk/commit/0b91270ffb953dc790fb9c75f96ccf104fd04e54) Thanks [@SkySails](https://github.com/SkySails)! - Artificial major bump due to version conflicts with a previously published NPM package with the same name.
8+
39
## 1.0.0
410

511
### Major Changes

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": "1.0.0",
3+
"version": "2.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)