Skip to content

Commit

Permalink
Merge pull request #13 from kranthie-sap/changeset-release/main
Browse files Browse the repository at this point in the history
chore: bump versions and publish to npmjs
  • Loading branch information
kranthie-sap authored Oct 7, 2021
2 parents a72f4e6 + 9c134c7 commit ab392ed
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 9 deletions.
5 changes: 0 additions & 5 deletions .changeset/stupid-ants-punch.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/weather/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @sap-ux/weather-cli

## 0.0.6

### Patch Changes

- Updated dependencies [0df91be]
- @sap-ux/weather-core@0.0.6

## 0.0.5

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/weather/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "@sap-ux/weather-cli",
"private": false,
"version": "0.0.5",
"version": "0.0.6",
"dependencies": {
"@sap-ux/weather-core": "0.0.5"
"@sap-ux/weather-core": "0.0.6"
}
}
6 changes: 6 additions & 0 deletions packages/weather/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @sap-ux/weather-core

## 0.0.6

### Patch Changes

- 0df91be: Update weather core module's README file again

## 0.0.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/weather/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@sap-ux/weather-core",
"private": false,
"version": "0.0.5",
"version": "0.0.6",
"dependencies": {
"dotenv": "10.0.0",
"openweathermap-ts": "1.2.7"
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ab392ed

Please sign in to comment.