diff --git a/.changeset/three-hornets-wash.md b/.changeset/three-hornets-wash.md deleted file mode 100644 index e063d22ee3..0000000000 --- a/.changeset/three-hornets-wash.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"shadcn": patch ---- - -detect and use next version diff --git a/packages/shadcn/CHANGELOG.md b/packages/shadcn/CHANGELOG.md index 790713a7b8..d60c545348 100644 --- a/packages/shadcn/CHANGELOG.md +++ b/packages/shadcn/CHANGELOG.md @@ -1,5 +1,11 @@ # @shadcn/ui +## 2.1.8 + +### Patch Changes + +- [#6093](https://github.com/shadcn-ui/ui/pull/6093) [`c8fda09`](https://github.com/shadcn-ui/ui/commit/c8fda09a63f793e9e2e5a86d8f8faad5af9d1ab4) Thanks [@shadcn](https://github.com/shadcn)! - detect and use next version + ## 2.1.7 ### Patch Changes diff --git a/packages/shadcn/package.json b/packages/shadcn/package.json index 25e1382053..c790f3a74c 100644 --- a/packages/shadcn/package.json +++ b/packages/shadcn/package.json @@ -1,6 +1,6 @@ { "name": "shadcn", - "version": "2.1.7", + "version": "2.1.8", "description": "Add components to your apps.", "publishConfig": { "access": "public"