diff --git a/.changeset/nervous-beans-move.md b/.changeset/nervous-beans-move.md deleted file mode 100644 index 2abce25f4b2..00000000000 --- a/.changeset/nervous-beans-move.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"shadcn": minor ---- - -remove unused lodash.template diff --git a/.changeset/silent-rules-cover.md b/.changeset/silent-rules-cover.md deleted file mode 100644 index 9e6ab3aa11b..00000000000 --- a/.changeset/silent-rules-cover.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"shadcn": minor ---- - -handle nested file path diff --git a/.changeset/sour-hotels-drum.md b/.changeset/sour-hotels-drum.md deleted file mode 100644 index 4f286f925aa..00000000000 --- a/.changeset/sour-hotels-drum.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"shadcn": minor ---- - -add schema diff --git a/.changeset/swift-eyes-dress.md b/.changeset/swift-eyes-dress.md deleted file mode 100644 index e4d09d95407..00000000000 --- a/.changeset/swift-eyes-dress.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"shadcn": minor ---- - -new registry:file type diff --git a/apps/www/package.json b/apps/www/package.json index aadd0c393b0..8d0e6474031 100644 --- a/apps/www/package.json +++ b/apps/www/package.json @@ -80,7 +80,7 @@ "react-resizable-panels": "^2.0.22", "react-wrap-balancer": "^0.4.1", "recharts": "2.12.7", - "shadcn": "2.2.0-canary.2", + "shadcn": "2.3.0", "sharp": "^0.31.3", "sonner": "^1.2.3", "swr": "2.2.6-beta.3", diff --git a/packages/shadcn/CHANGELOG.md b/packages/shadcn/CHANGELOG.md index d60c545348c..c34ed1ad654 100644 --- a/packages/shadcn/CHANGELOG.md +++ b/packages/shadcn/CHANGELOG.md @@ -1,5 +1,19 @@ # @shadcn/ui +## 2.2.0 + +### Minor Changes + +- [#6475](https://github.com/shadcn-ui/ui/pull/6475) [`699195b`](https://github.com/shadcn-ui/ui/commit/699195ba77ba41d3da356dd82775ae6db9af3d96) Thanks [@shadcn](https://github.com/shadcn)! - remove unused lodash.template + +- [#6350](https://github.com/shadcn-ui/ui/pull/6350) [`cb742e9`](https://github.com/shadcn-ui/ui/commit/cb742e98252fe8aa5cad3377d06e1d8a884953db)) Thanks [@shadcn](https://github.com/shadcn)! - new build command + +- [#6369](https://github.com/shadcn-ui/ui/pull/6369) [`f07c7ad`](https://github.com/shadcn-ui/ui/commit/f07c7ad5d0d2c2159f2c81a31ae6cbbe9a6ede30) Thanks [@shadcn](https://github.com/shadcn)! - handle nested file path + +- [#6339](https://github.com/shadcn-ui/ui/pull/6339) [`254198b`](https://github.com/shadcn-ui/ui/commit/254198b4bf38ca18361dbcf4373536c55ea8ef11) Thanks [@shadcn](https://github.com/shadcn)! - add schema + +- [#6377](https://github.com/shadcn-ui/ui/pull/6377) [`5f7957a`](https://github.com/shadcn-ui/ui/commit/5f7957ab51c3d929f322937147269ef3bdfeb472) Thanks [@shadcn](https://github.com/shadcn)! - new registry:file type + ## 2.1.8 ### Patch Changes diff --git a/packages/shadcn/package.json b/packages/shadcn/package.json index 65ad87911b0..6630fe4c202 100644 --- a/packages/shadcn/package.json +++ b/packages/shadcn/package.json @@ -1,6 +1,6 @@ { "name": "shadcn", - "version": "2.2.0-canary.2", + "version": "2.3.0", "description": "Add components to your apps.", "publishConfig": { "access": "public" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 1b7dfc583cf..56e6fa86e03 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -292,7 +292,7 @@ importers: specifier: 2.12.7 version: 2.12.7(react-dom@18.2.0(react@18.2.0))(react@18.2.0) shadcn: - specifier: 2.2.0-canary.2 + specifier: 2.3.0 version: link:../../packages/shadcn sharp: specifier: ^0.31.3