Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and mikenikles committed Oct 9, 2021
1 parent 2ecb412 commit bdb1706
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/wild-fireants-doubt.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @webstone/cli

## 0.5.0

### Minor Changes

- 2ecb412: Add a `webstone deploy web` CLI command.

## 0.4.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webstone/cli",
"version": "0.4.0",
"version": "0.5.0",
"description": "The Webstone command line interface",
"types": "build/types/types.d.ts",
"bin": {
Expand Down
7 changes: 7 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @webstone/core

## 0.0.12

### Patch Changes

- Updated dependencies [2ecb412]
- @webstone/cli@0.5.0

## 0.0.11

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webstone/core",
"version": "0.0.11",
"version": "0.0.12",
"scripts": {
"clean": "rm -fr ./node_modules",
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down

0 comments on commit bdb1706

Please sign in to comment.