diff --git a/.changeset/brave-rabbits-deliver.md b/.changeset/brave-rabbits-deliver.md deleted file mode 100644 index 59b82469e92..00000000000 --- a/.changeset/brave-rabbits-deliver.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"shadcn-ui": patch ---- - -fix changeset config diff --git a/.changeset/cold-bikes-exist.md b/.changeset/cold-bikes-exist.md deleted file mode 100644 index 76fb79155f6..00000000000 --- a/.changeset/cold-bikes-exist.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"shadcn-ui": patch ---- - -update typescript diff --git a/.changeset/cold-humans-rest.md b/.changeset/cold-humans-rest.md deleted file mode 100644 index ac97fd8daf5..00000000000 --- a/.changeset/cold-humans-rest.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"shadcn-ui": patch ---- - -update readme diff --git a/.changeset/old-tables-compare.md b/.changeset/old-tables-compare.md deleted file mode 100644 index a5562d04e44..00000000000 --- a/.changeset/old-tables-compare.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"shadcn-ui": patch ---- - -update init message diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 305aa1c1931..dd1d56b0468 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,17 @@ # @shadcn/ui +## 0.1.1 + +### Patch Changes + +- [#205](https://github.com/shadcn/ui/pull/205) [`dc573c7`](https://github.com/shadcn/ui/commit/dc573c7e9ecf73a9a8f53320bc4f5db17d7bd2b3) Thanks [@shadcn](https://github.com/shadcn)! - fix changeset config + +- [#204](https://github.com/shadcn/ui/pull/204) [`68e1c56`](https://github.com/shadcn/ui/commit/68e1c5624a35edb3c38e5f739acf3387fdca541c) Thanks [@shadcn](https://github.com/shadcn)! - update typescript + +- [#203](https://github.com/shadcn/ui/pull/203) [`acf4ae7`](https://github.com/shadcn/ui/commit/acf4ae79cb734671a5b5c227b5009f38b59e3f19) Thanks [@shadcn](https://github.com/shadcn)! - update readme + +- [#197](https://github.com/shadcn/ui/pull/197) [`4a794a3`](https://github.com/shadcn/ui/commit/4a794a354f3e03b76cba32049971afc2f6986080) Thanks [@shadcn](https://github.com/shadcn)! - update init message + ## 0.1.0 ### Minor Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index a0ea63d3cfd..dbd21736fdc 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "shadcn-ui", - "version": "0.1.0", + "version": "0.1.1", "description": "Add components to your apps.", "publishConfig": { "access": "public"