diff --git a/.changeset/cuddly-ravens-hope.md b/.changeset/cuddly-ravens-hope.md deleted file mode 100644 index 35db1f72..00000000 --- a/.changeset/cuddly-ravens-hope.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@webstone/core": patch ---- - -Use workspace:\* rather than workspace:^ for dependencies. diff --git a/.changeset/tiny-games-train.md b/.changeset/tiny-games-train.md deleted file mode 100644 index 43e4859b..00000000 --- a/.changeset/tiny-games-train.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@webstone/cli": patch -"@webstone/core": patch -"create-webstone-app": patch ---- - -Add an initial CLI skeleton file. diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index e52bbb4c..d276af9c 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,11 @@ # @webstone/cli +## 0.0.3 + +### Patch Changes + +- 1102a5a: Add an initial CLI skeleton file. + ## 0.0.2 ### Patch Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index 7d857e68..098d95f7 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@webstone/cli", - "version": "0.0.2", + "version": "0.0.3", "description": "The Webstone command line", "bin": { "webstone": "./bin", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 4b8ee141..0275d083 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,14 @@ # @webstone/core +## 0.0.3 + +### Patch Changes + +- 46c5149: Use workspace:\* rather than workspace:^ for dependencies. +- 1102a5a: Add an initial CLI skeleton file. +- Updated dependencies [1102a5a] + - @webstone/cli@0.0.3 + ## 0.0.2 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 160bf3d3..9cf4153e 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@webstone/core", - "version": "0.0.2", + "version": "0.0.3", "scripts": { "clean": "rm -fr ./node_modules", "test": "echo \"Error: no test specified\" && exit 1" diff --git a/packages/create-webstone-app/CHANGELOG.md b/packages/create-webstone-app/CHANGELOG.md index 5b4e1ee1..e3f47d24 100644 --- a/packages/create-webstone-app/CHANGELOG.md +++ b/packages/create-webstone-app/CHANGELOG.md @@ -1,5 +1,11 @@ # create-webstone-app +## 0.0.5 + +### Patch Changes + +- 1102a5a: Add an initial CLI skeleton file. + ## 0.0.4 ### Patch Changes diff --git a/packages/create-webstone-app/package.json b/packages/create-webstone-app/package.json index f41aaf90..462296a8 100644 --- a/packages/create-webstone-app/package.json +++ b/packages/create-webstone-app/package.json @@ -1,6 +1,6 @@ { "name": "create-webstone-app", - "version": "0.0.4", + "version": "0.0.5", "description": "Start your next web application with Webstone and configure it as you go.", "author": "Mike Nikles, @mikenikles", "bin": "./bin",