diff --git a/.changeset/fast-swans-cry.md b/.changeset/fast-swans-cry.md deleted file mode 100644 index ed34f52b..00000000 --- a/.changeset/fast-swans-cry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"solidui-cli": patch ---- - -fix(number-field): fixed blinking focus ring problems (#126) diff --git a/.changeset/selfish-penguins-cover.md b/.changeset/selfish-penguins-cover.md deleted file mode 100644 index 1642509f..00000000 --- a/.changeset/selfish-penguins-cover.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"solidui-cli": minor ---- - -complete rework of the add command to be more inline with shadcn/ui & others diff --git a/.changeset/stupid-avocados-dream.md b/.changeset/stupid-avocados-dream.md deleted file mode 100644 index 91d81597..00000000 --- a/.changeset/stupid-avocados-dream.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"solidui-cli": patch ---- - -add option for custom prev/next children diff --git a/.changeset/warm-cheetahs-leave.md b/.changeset/warm-cheetahs-leave.md deleted file mode 100644 index bc6a04f3..00000000 --- a/.changeset/warm-cheetahs-leave.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"solidui-cli": minor ---- - -complete rework of the init command to be more inline with shadcn/ui & others diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index ecd7b669..667ed65a 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,19 @@ # @solid-ui/cli +## 0.7.0 + +### Minor Changes + +- [#108](https://github.com/sek-consulting/solid-ui/pull/108) [`67e19e6`](https://github.com/sek-consulting/solid-ui/commit/67e19e63901c6ed86aae2bd683ecb4a120b46ae1) Thanks [@sek-consulting](https://github.com/sek-consulting)! - complete rework of the add command to be more inline with shadcn/ui & others + +- [#108](https://github.com/sek-consulting/solid-ui/pull/108) [`67e19e6`](https://github.com/sek-consulting/solid-ui/commit/67e19e63901c6ed86aae2bd683ecb4a120b46ae1) Thanks [@sek-consulting](https://github.com/sek-consulting)! - complete rework of the init command to be more inline with shadcn/ui & others + +### Patch Changes + +- [`9f688f6`](https://github.com/sek-consulting/solid-ui/commit/9f688f61c1193dfcd4648e2fe6e0f2866c4cc502) Thanks [@sek-consulting](https://github.com/sek-consulting)! - fix(number-field): fixed blinking focus ring problems (#126) + +- [`48b9b23`](https://github.com/sek-consulting/solid-ui/commit/48b9b238ad4f52f01bf7d17ffdbc115e03cfd66d) Thanks [@sek-consulting](https://github.com/sek-consulting)! - add option for custom prev/next children + ## 0.6.8 ### Patch Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index 88328298..4483657b 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "solidui-cli", - "version": "0.6.8", + "version": "0.7.0", "description": "Add Solid UI Components to your application using the Solid-UI CLI tool", "publishConfig": { "access": "public"