diff --git a/.changeset/fast-suits-tease.md b/.changeset/fast-suits-tease.md deleted file mode 100644 index 31dd2c13..00000000 --- a/.changeset/fast-suits-tease.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"solidui-cli": patch ---- - -Properly pass component generic to corvu types diff --git a/.changeset/hungry-oranges-jog.md b/.changeset/hungry-oranges-jog.md deleted file mode 100644 index 4ec1ee0a..00000000 --- a/.changeset/hungry-oranges-jog.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"solidui-cli": patch ---- - -feat: add sonner component diff --git a/.changeset/shiny-turtles-call.md b/.changeset/shiny-turtles-call.md deleted file mode 100644 index 91de856f..00000000 --- a/.changeset/shiny-turtles-call.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"solidui-cli": patch ---- - -update: switch progress style to be more in line with the rest diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 18a9428a..912921d1 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,15 @@ # @solid-ui/cli +## 0.6.7 + +### Patch Changes + +- [#113](https://github.com/sek-consulting/solid-ui/pull/113) [`d090b6c`](https://github.com/sek-consulting/solid-ui/commit/d090b6c614eddaf27a26e72b1d626e5b4ccff08e) Thanks [@GiyoMoon](https://github.com/GiyoMoon)! - Properly pass component generic to corvu types + +- [`23d8130`](https://github.com/sek-consulting/solid-ui/commit/23d813025fa3310ca56328254e86cdc9a27e2e7c) Thanks [@sek-consulting](https://github.com/sek-consulting)! - feat: add sonner component + +- [`02f6136`](https://github.com/sek-consulting/solid-ui/commit/02f6136ac4158345843bb7b588455480ecafb44b) Thanks [@sek-consulting](https://github.com/sek-consulting)! - update: switch progress style to be more in line with the rest + ## 0.6.6 ### Patch Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index 733e5c3b..bd677264 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "solidui-cli", - "version": "0.6.6", + "version": "0.6.7", "description": "Add Solid UI Components to your application using the Solid-UI CLI tool", "publishConfig": { "access": "public"