diff --git a/.changeset/cyan-houses-dress.md b/.changeset/cyan-houses-dress.md deleted file mode 100644 index e457c6edd9..0000000000 --- a/.changeset/cyan-houses-dress.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"shadcn-ui": patch ---- - -fix(cli): use `@antfu/ni` to detect package manager diff --git a/.changeset/fast-shoes-wash.md b/.changeset/fast-shoes-wash.md deleted file mode 100644 index d699e07829..0000000000 --- a/.changeset/fast-shoes-wash.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"shadcn-ui": patch ---- - -use slash for alpha modifier diff --git a/.changeset/proud-windows-explain.md b/.changeset/proud-windows-explain.md deleted file mode 100644 index ae46ee081d..0000000000 --- a/.changeset/proud-windows-explain.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"shadcn-ui": patch ---- - -fix cssVars template typo diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index adfcedbfd0..e3c84a4386 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,15 @@ # @shadcn/ui +## 0.2.2 + +### Patch Changes + +- [#677](https://github.com/shadcn/ui/pull/677) [`0f84973`](https://github.com/shadcn/ui/commit/0f84973b4d779d16efe3877b9206ea908261ed8f) Thanks [@Xenfo](https://github.com/Xenfo)! - fix(cli): use `@antfu/ni` to detect package manager + +- [#681](https://github.com/shadcn/ui/pull/681) [`1971fa7`](https://github.com/shadcn/ui/commit/1971fa7511a22354a9acda12391b55517a261668) Thanks [@dan5py](https://github.com/dan5py)! - use slash for alpha modifier + +- [#682](https://github.com/shadcn/ui/pull/682) [`fbed50f`](https://github.com/shadcn/ui/commit/fbed50f4e8d4fc8a4736c2a80b5c61c9b3f5e05a) Thanks [@dan5py](https://github.com/dan5py)! - fix cssVars template typo + ## 0.2.1 ### Patch Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index 329c5c5fe9..db6471534d 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "shadcn-ui", - "version": "0.2.1", + "version": "0.2.2", "description": "Add components to your apps.", "publishConfig": { "access": "public"