diff --git a/.changeset/hot-comics-smell.md b/.changeset/hot-comics-smell.md deleted file mode 100644 index 8857c6049c3..00000000000 --- a/.changeset/hot-comics-smell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"shadcn-ui": patch ---- - -fix file extension diff --git a/.changeset/hot-dogs-melt.md b/.changeset/hot-dogs-melt.md deleted file mode 100644 index 4233cf9382b..00000000000 --- a/.changeset/hot-dogs-melt.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"shadcn-ui": patch ---- - -update README diff --git a/.changeset/new-jeans-doubt.md b/.changeset/new-jeans-doubt.md deleted file mode 100644 index 04708eec284..00000000000 --- a/.changeset/new-jeans-doubt.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"shadcn-ui": patch ---- - -remove duplicate vi call diff --git a/.changeset/nice-icons-battle.md b/.changeset/nice-icons-battle.md deleted file mode 100644 index 867a7c12eff..00000000000 --- a/.changeset/nice-icons-battle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"shadcn-ui": minor ---- - -do not ask for confirmation diff --git a/.changeset/perfect-walls-dress.md b/.changeset/perfect-walls-dress.md deleted file mode 100644 index 33fdb7f1254..00000000000 --- a/.changeset/perfect-walls-dress.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"shadcn-ui": minor ---- - -add --all option diff --git a/.changeset/tidy-cows-poke.md b/.changeset/tidy-cows-poke.md deleted file mode 100644 index 360edb64eb7..00000000000 --- a/.changeset/tidy-cows-poke.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"shadcn-ui": minor ---- - -ask for overwrite diff --git a/.changeset/tricky-cooks-appear.md b/.changeset/tricky-cooks-appear.md deleted file mode 100644 index 5f79140f328..00000000000 --- a/.changeset/tricky-cooks-appear.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"shadcn-ui": patch ---- - -fix duplicate classnames diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index e9aa1f1dbbe..5e36b64cac2 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,25 @@ # @shadcn/ui +## 0.4.0 + +### Minor Changes + +- [#1554](https://github.com/shadcn-ui/ui/pull/1554) [`2f0dbca`](https://github.com/shadcn-ui/ui/commit/2f0dbca22180507c20088f595613481adcfb51ed) Thanks [@shadcn](https://github.com/shadcn)! - do not ask for confirmation + +- [#1033](https://github.com/shadcn-ui/ui/pull/1033) [`963114e`](https://github.com/shadcn-ui/ui/commit/963114e118a2263f4ee449cc07b0f6f7e5104bc1) Thanks [@sramam](https://github.com/sramam)! - add --all option + +- [#973](https://github.com/shadcn-ui/ui/pull/973) [`58d012e`](https://github.com/shadcn-ui/ui/commit/58d012e342d2563b4c43ed2ac18879a6d5044980) Thanks [@plbstl](https://github.com/plbstl)! - ask for overwrite + +### Patch Changes + +- [#1466](https://github.com/shadcn-ui/ui/pull/1466) [`0a42865`](https://github.com/shadcn-ui/ui/commit/0a4286500ee06289eccde8fe9257c169b47dbc93) Thanks [@c0b41](https://github.com/c0b41)! - fix file extension + +- [#1555](https://github.com/shadcn-ui/ui/pull/1555) [`d3d52fc`](https://github.com/shadcn-ui/ui/commit/d3d52fc68723a895ddad99e1f5c9420d981d3387) Thanks [@shadcn](https://github.com/shadcn)! - update README + +- [#1319](https://github.com/shadcn-ui/ui/pull/1319) [`4506822`](https://github.com/shadcn-ui/ui/commit/450682238922bf025ff919f0a84147894710fb71) Thanks [@K-Sato1995](https://github.com/K-Sato1995)! - remove duplicate vi call + +- [#1089](https://github.com/shadcn-ui/ui/pull/1089) [`ae84578`](https://github.com/shadcn-ui/ui/commit/ae845788f688d60f0e8ac020e16a4bd357978baf) Thanks [@santidalmasso](https://github.com/santidalmasso)! - fix duplicate classnames + ## 0.3.0 ### Minor Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index 8e3a79bba33..e956074de02 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "shadcn-ui", - "version": "0.3.0", + "version": "0.4.0", "description": "Add components to your apps.", "publishConfig": { "access": "public"