diff --git a/.changeset/young-comics-wave.md b/.changeset/young-comics-wave.md deleted file mode 100644 index d9020219..00000000 --- a/.changeset/young-comics-wave.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"shadcn-solid": patch ---- - -using svg instead of icon library diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index f2929ee3..20bbfaec 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,77 +1,83 @@ # shadcn-solid +## 0.5.2 + +### Patch Changes + +- [#39](https://github.com/hngngn/shadcn-solid/pull/39) [`d0a8359`](https://github.com/hngngn/shadcn-solid/commit/d0a8359f0b7a76e3ed03d6074792ca37f19ee71b) Thanks [@hngngn](https://github.com/hngngn)! - using svg instead of icon library + ## 0.5.1 ### Patch Changes -- [`9059bc6`](https://github.com/hngngn/shadcn-solid/commit/9059bc600d0327ed9a3a4dba64fd91e6d0277d9a) Thanks [@hngngn](https://github.com/hngngn)! - Define default style +- [`9059bc6`](https://github.com/hngngn/shadcn-solid/commit/9059bc600d0327ed9a3a4dba64fd91e6d0277d9a) Thanks [@hngngn](https://github.com/hngngn)! - Define default style ## 0.5.0 ### Minor Changes -- [`2410ce9`](https://github.com/hngngn/shadcn-solid/commit/2410ce939857cb63b9c6d1891969b5da2064caa9) Thanks [@hngngn](https://github.com/hngngn)! - Drop `style` property +- [`2410ce9`](https://github.com/hngngn/shadcn-solid/commit/2410ce939857cb63b9c6d1891969b5da2064caa9) Thanks [@hngngn](https://github.com/hngngn)! - Drop `style` property ## 0.4.0 ### Minor Changes -- [#35](https://github.com/hngngn/shadcn-solid/pull/35) [`cb0e90d`](https://github.com/hngngn/shadcn-solid/commit/cb0e90da855b5cfd91725cc7e2b08e331beb877c) Thanks [@hngngn](https://github.com/hngngn)! - Add support for custom ui dir - Add support for custom tailwind prefix +- [#35](https://github.com/hngngn/shadcn-solid/pull/35) [`cb0e90d`](https://github.com/hngngn/shadcn-solid/commit/cb0e90da855b5cfd91725cc7e2b08e331beb877c) Thanks [@hngngn](https://github.com/hngngn)! - Add support for custom ui dir + Add support for custom tailwind prefix ## 0.3.1 ### Patch Changes -- c502b32: - add `solid-icons` when `init` +- c502b32: - add `solid-icons` when `init` ## 0.3.0 ### Minor Changes -- 2030e68: bump version +- 2030e68: bump version ## 0.2.2 ### Patch Changes -- 41eceb1: chore: remove unused requirement in `schema.json` -- 41eceb1: fix: replace `utils` path -- 41eceb1: feat: allow to skip prompt +- 41eceb1: chore: remove unused requirement in `schema.json` +- 41eceb1: fix: replace `utils` path +- 41eceb1: feat: allow to skip prompt ## 0.2.1 ### Patch Changes -- d42cbf1: fix: mismatch version +- d42cbf1: fix: mismatch version ## 0.2.0 ### Minor Changes -- 04182de: new cli +- 04182de: new cli ## 0.1.3 ### Patch Changes -- 1fab95c: - update default option. - - check and warning about path aliases to prevent creating folder with symbol. +- 1fab95c: - update default option. + - check and warning about path aliases to prevent creating folder with symbol. ## 0.1.2 ### Patch Changes -- update `README` +- update `README` ## 0.1.1 ### Patch Changes -- 5a3de08: fix: `package.json` not found +- 5a3de08: fix: `package.json` not found ## 0.1.0 ### Minor Changes -- 2e66177: add `add` and update `init` command +- 2e66177: add `add` and update `init` command diff --git a/packages/cli/package.json b/packages/cli/package.json index 10a77fa9..0e38bf2a 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,5 +1,5 @@ { - "version": "0.5.1", + "version": "0.5.2", "name": "shadcn-solid", "description": "Add components to your apps.", "license": "MIT",