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 10, 2021
1 parent a6fe827 commit 83ca56d
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/three-weeks-try.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.1

### Patch Changes

- a6fe827: Provide command aliases and print available sub-commands for no-op commands.

## 0.5.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.5.0",
"version": "0.5.1",
"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.13

### Patch Changes

- Updated dependencies [a6fe827]
- @webstone/cli@0.5.1

## 0.0.12

### 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.12",
"version": "0.0.13",
"scripts": {
"clean": "rm -fr ./node_modules",
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down

0 comments on commit 83ca56d

Please sign in to comment.