From 41af13b1bbeda7381112bab2bbb1b92291f69178 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 6 Oct 2021 13:53:06 +0000 Subject: [PATCH] Version Packages --- .changeset/light-toys-tie.md | 5 ----- packages/cli/CHANGELOG.md | 6 ++++++ packages/cli/package.json | 2 +- packages/core/CHANGELOG.md | 7 +++++++ packages/core/package.json | 2 +- 5 files changed, 15 insertions(+), 7 deletions(-) delete mode 100644 .changeset/light-toys-tie.md diff --git a/.changeset/light-toys-tie.md b/.changeset/light-toys-tie.md deleted file mode 100644 index d0878a2b..00000000 --- a/.changeset/light-toys-tie.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@webstone/cli": minor ---- - -Add a `webstone web delete page` CLI command. diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 68c877ba..cffd0545 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,11 @@ # @webstone/cli +## 0.3.0 + +### Minor Changes + +- db93524: Add a `webstone web delete page` CLI command. + ## 0.2.0 ### Minor Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index 9b15e2c0..e82f154f 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@webstone/cli", - "version": "0.2.0", + "version": "0.3.0", "description": "The Webstone command line interface", "types": "build/types/types.d.ts", "bin": { diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 22bf0a6f..ca3aaf0c 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,12 @@ # @webstone/core +## 0.0.10 + +### Patch Changes + +- Updated dependencies [db93524] + - @webstone/cli@0.3.0 + ## 0.0.9 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index af4405a7..dd5da746 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@webstone/core", - "version": "0.0.9", + "version": "0.0.10", "scripts": { "clean": "rm -fr ./node_modules", "test": "echo \"Error: no test specified\" && exit 1"