diff --git a/.changeset/purple-dryers-repeat.md b/.changeset/purple-dryers-repeat.md deleted file mode 100644 index c3a70dcf39..0000000000 --- a/.changeset/purple-dryers-repeat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"shadcn-ui": patch ---- - -fix card color diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index dd1d56b046..12f3bf986a 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,11 @@ # @shadcn/ui +## 0.1.2 + +### Patch Changes + +- [#271](https://github.com/shadcn/ui/pull/271) [`888a5ad`](https://github.com/shadcn/ui/commit/888a5ad6f602371a27cc88a2573993d5818e745c) Thanks [@shadcn](https://github.com/shadcn)! - fix card color + ## 0.1.1 ### Patch Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index dbd21736fd..a6d7eb5c9e 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "shadcn-ui", - "version": "0.1.1", + "version": "0.1.2", "description": "Add components to your apps.", "publishConfig": { "access": "public"