diff --git a/.changeset/good-toes-greet.md b/.changeset/good-toes-greet.md deleted file mode 100644 index e3dad3d521..0000000000 --- a/.changeset/good-toes-greet.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"shadcn": patch ---- - -update remix detection diff --git a/.changeset/hip-moose-add.md b/.changeset/hip-moose-add.md deleted file mode 100644 index de869d44ad..0000000000 --- a/.changeset/hip-moose-add.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"shadcn": minor ---- - -recursively resolve registry dependencies diff --git a/.changeset/rare-bugs-repair.md b/.changeset/rare-bugs-repair.md deleted file mode 100644 index 3a612ac3c3..0000000000 --- a/.changeset/rare-bugs-repair.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"shadcn": patch ---- - -fix typo in components.json diff --git a/.changeset/small-plums-swim.md b/.changeset/small-plums-swim.md deleted file mode 100644 index cd25161ef7..0000000000 --- a/.changeset/small-plums-swim.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"shadcn-ui": patch ---- - -add deprecation notice diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 79d1b05f32..3041805541 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,11 @@ # @shadcn/ui +## 0.9.2 + +### Patch Changes + +- [#4988](https://github.com/shadcn-ui/ui/pull/4988) [`5fc9ade`](https://github.com/shadcn-ui/ui/commit/5fc9ade413ea10da422a2439b5cc2027fb2a055e) Thanks [@shadcn](https://github.com/shadcn)! - add deprecation notice + ## 0.9.1 ### Patch Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index 8db4a12240..8bb0123578 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "shadcn-ui", - "version": "0.9.1", + "version": "0.9.2", "description": "Add components to your apps.", "publishConfig": { "access": "public" diff --git a/packages/shadcn/CHANGELOG.md b/packages/shadcn/CHANGELOG.md index 4db853260d..e3b93c16b5 100644 --- a/packages/shadcn/CHANGELOG.md +++ b/packages/shadcn/CHANGELOG.md @@ -1,5 +1,17 @@ # @shadcn/ui +## 2.1.0 + +### Minor Changes + +- [#4961](https://github.com/shadcn-ui/ui/pull/4961) [`28f34ed`](https://github.com/shadcn-ui/ui/commit/28f34ed3c3e944287cd6f521ff0310d39664329c) Thanks [@shadcn](https://github.com/shadcn)! - recursively resolve registry dependencies + +### Patch Changes + +- [#4972](https://github.com/shadcn-ui/ui/pull/4972) [`4b546bf`](https://github.com/shadcn-ui/ui/commit/4b546bfb13346fdbaf0fca4e8041ddba35d23f47) Thanks [@Fluf22](https://github.com/Fluf22)! - update remix detection + +- [#4977](https://github.com/shadcn-ui/ui/pull/4977) [`96880e7`](https://github.com/shadcn-ui/ui/commit/96880e7c9afad3fed6749c5862d05dbfd65c4327) Thanks [@nsunami](https://github.com/nsunami)! - fix typo in components.json + ## 2.0.8 ### Patch Changes diff --git a/packages/shadcn/package.json b/packages/shadcn/package.json index e850ad8113..e7dcce7e54 100644 --- a/packages/shadcn/package.json +++ b/packages/shadcn/package.json @@ -1,6 +1,6 @@ { "name": "shadcn", - "version": "2.0.8", + "version": "2.1.0", "description": "Add components to your apps.", "publishConfig": { "access": "public"