diff --git a/.changeset/slimy-cooks-glow.md b/.changeset/slimy-cooks-glow.md deleted file mode 100644 index 4a70aa2ebca..00000000000 --- a/.changeset/slimy-cooks-glow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"shadcn-ui": minor ---- - -everything is new diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index c5ba53b6a2c..c9dde1fc893 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,11 @@ # @shadcn/ui +## 0.2.0 + +### Minor Changes + +- [#637](https://github.com/shadcn/ui/pull/637) [`eeb1754`](https://github.com/shadcn/ui/commit/eeb17545a16824e11d09149a5ecab9fca570c448) Thanks [@shadcn](https://github.com/shadcn)! - everything is new + ## 0.1.3 ### Patch Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index 27166ab83c0..fe87266ba68 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "shadcn-ui", - "version": "0.1.3", + "version": "0.2.0", "description": "Add components to your apps.", "publishConfig": { "access": "public"