diff --git a/.changeset/heavy-moles-fold.md b/.changeset/heavy-moles-fold.md deleted file mode 100644 index 91194e6a..00000000 --- a/.changeset/heavy-moles-fold.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"solidui-cli": minor ---- - -cli update diff --git a/.changeset/tiny-pumpkins-remain.md b/.changeset/tiny-pumpkins-remain.md deleted file mode 100644 index 38cc4d77..00000000 --- a/.changeset/tiny-pumpkins-remain.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"solidui-cli": patch ---- - -fix(packages/cli): pacakge manager yarn error diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 8db0877e..e5f8d4bf 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,15 @@ # @solid-ui/cli +## 0.5.0 + +### Minor Changes + +- [#54](https://github.com/sek-consulting/solid-ui/pull/54) [`8e2e401`](https://github.com/sek-consulting/solid-ui/commit/8e2e4019d04cd0f62b50e453c10250e4e2fcd342) Thanks [@sek-consulting](https://github.com/sek-consulting)! - cli update + +### Patch Changes + +- [#56](https://github.com/sek-consulting/solid-ui/pull/56) [`2662d33`](https://github.com/sek-consulting/solid-ui/commit/2662d3346f39982f251f0b3afb1c18dfd64dbd3e) Thanks [@m3rashid](https://github.com/m3rashid)! - fix(packages/cli): pacakge manager yarn error + ## 0.4.0 ### Minor Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index 6ea95bda..eb6870d9 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "solidui-cli", - "version": "0.4.0", + "version": "0.5.0", "description": "Add Solid UI Components to your application using the Solid-UI CLI tool", "publishConfig": { "access": "public"