Skip to content

Commit

Permalink
Version Packages (#252)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Sep 26, 2022
1 parent f7a4f1f commit dd03d0f
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 9 deletions.
6 changes: 0 additions & 6 deletions .changeset/tricky-flies-smash.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.10.0

### Minor Changes

- f7a4f1f: remove monorepo approach

## 0.9.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.9.0",
"version": "0.10.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.21

### Patch Changes

- Updated dependencies [f7a4f1f]
- @webstone/cli@0.10.0

## 0.0.20

### 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.20",
"version": "0.0.21",
"scripts": {
"build": "pnpm clean && pnpm compile",
"clean": "rm -rf ./dist",
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.4.0

### Minor Changes

- f7a4f1f: remove monorepo approach

## 0.3.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.3.0",
"version": "0.4.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 dd03d0f

Please sign in to comment.