Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 4, 2022
1 parent ab65f24 commit 88b1566
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 14 deletions.
5 changes: 0 additions & 5 deletions .changeset/modern-grapes-hear.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/two-news-film.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.11.0

### Minor Changes

- ab65f24: set up plugins for webstone

## 0.10.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.10.0",
"version": "0.11.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.22

### Patch Changes

- Updated dependencies [ab65f24]
- @webstone/cli@0.11.0

## 0.0.21

### 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.21",
"version": "0.0.22",
"scripts": {
"build": "pnpm clean && pnpm compile",
"clean": "rm -rf ./dist",
Expand Down
10 changes: 10 additions & 0 deletions packages/create-webstone-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# create-webstone-app

## 0.5.0

### Minor Changes

- ab65f24: set up plugins for webstone

### Patch Changes

- dfdf5d4: Warn instead of force-emptying the app directory if it's not empty.

## 0.4.1

### Patch 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.4.1",
"version": "0.5.0",
"description": "Start your next web application with Webstone and configure it as you go.",
"author": "Mike Nikles, @mikenikles",
"type": "module",
Expand Down

0 comments on commit 88b1566

Please sign in to comment.