diff --git a/.changeset/angry-hats-reflect.md b/.changeset/angry-hats-reflect.md new file mode 100644 index 0000000..8810d89 --- /dev/null +++ b/.changeset/angry-hats-reflect.md @@ -0,0 +1,6 @@ +--- +'@tonik/create-stapler-app': minor +'@tonik/create-stapler-app-core': minor +--- + +Improve command logs readibility diff --git a/.changeset/pre.json b/.changeset/pre.json index f258d28..066456e 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -6,6 +6,7 @@ "@tonik/create-stapler-app-core": "0.1.0" }, "changesets": [ + "angry-hats-reflect", "blue-kiwis-check", "clean-frogs-poke", "cuddly-cups-itch", diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 1041058..83cbb11 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,11 @@ # @tonik/create-stapler-app +## 0.1.0-alpha.21 + +### Minor Changes + +- Improve command logs readibility + ## 0.1.0-alpha.20 ### Minor Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index 58bf3b8..81ddcc0 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@tonik/create-stapler-app", - "version": "0.1.0-alpha.20", + "version": "0.1.0-alpha.21", "main": "./dist/index.mjs", "bin": { "create-stapler-app": "./dist/index.mjs" diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 407abe1..5218e46 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # @tonik/create-stapler-app-core +## 0.2.0-alpha.5 + +### Minor Changes + +- Improve command logs readibility + ## 0.2.0-alpha.4 ### Minor Changes diff --git a/packages/core/package.json b/packages/core/package.json index 7669bc7..b26dee9 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@tonik/create-stapler-app-core", - "version": "0.2.0-alpha.4", + "version": "0.2.0-alpha.5", "private": true, "main": "./dist/index.js", "types": "./dist/index.d.ts",