Skip to content

Commit

Permalink
chore: apply latest changesets
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Oct 8, 2021
1 parent 114c5b4 commit 77d2a13
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 9 deletions.
5 changes: 0 additions & 5 deletions .changeset/rare-carpets-serve.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.9

### Patch Changes

- Updated dependencies [449767c]
- @sap-ux/weather-core@0.0.9

## 0.0.8

### 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.8",
"version": "0.0.9",
"dependencies": {
"@sap-ux/weather-core": "0.0.8"
"@sap-ux/weather-core": "0.0.9"
}
}
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.9

### Patch Changes

- 449767c: Update pipeline

## 0.0.8

### 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.8",
"version": "0.0.9",
"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 77d2a13

Please sign in to comment.