Skip to content

Commit

Permalink
Version Packages (#400)
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 Aug 23, 2023
1 parent 28e2615 commit 1e7694b
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 17 deletions.
5 changes: 0 additions & 5 deletions .changeset/famous-tools-give.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/great-foxes-dress.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sharp-ants-compare.md

This file was deleted.

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.9.0

### Minor Changes

- 28e2615: Group plugin commands under a "plugins" sub-command.

## 0.8.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.8.0",
"version": "0.9.0",
"description": "Start your next web application with Webstone and configure it as you go.",
"keywords": [
"svelte",
Expand Down
7 changes: 7 additions & 0 deletions packages/plugin-request-logger/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# webstone-plugin-request-logger

## 0.3.0

### Minor Changes

- c2f2e29: Migrate to the new plugin structure which combines the CLI & web parts.
- 28e2615: Migrate to the new plugins CLI command structure.

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-request-logger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "webstone-plugin-request-logger",
"version": "0.2.0",
"version": "0.3.0",
"scripts": {
"build": "npm run clean:build && npm run cli:build && npm run web:build",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
Expand Down

0 comments on commit 1e7694b

Please sign in to comment.