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 17, 2021
1 parent 0b94911 commit 8e14ee8
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 9 deletions.
6 changes: 0 additions & 6 deletions .changeset/breezy-forks-hear.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.6.0

### Minor Changes

- 0b94911: Write unit tests for the `create-webstone-app` package.

## 0.5.1

### Patch 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.1",
"version": "0.6.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.14

### Patch Changes

- Updated dependencies [0b94911]
- @webstone/cli@0.6.0

## 0.0.13

### 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.13",
"version": "0.0.14",
"scripts": {
"clean": "rm -fr ./node_modules",
"test": "pnpm test:unit",
Expand Down
6 changes: 6 additions & 0 deletions packages/create-webstone-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# create-webstone-app

## 0.2.0

### Minor Changes

- 0b94911: Write unit tests for the `create-webstone-app` package.

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/create-webstone-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-webstone-app",
"version": "0.1.0",
"version": "0.2.0",
"description": "Start your next web application with Webstone and configure it as you go.",
"author": "Mike Nikles, @mikenikles",
"bin": "./bin",
Expand Down

0 comments on commit 8e14ee8

Please sign in to comment.