diff --git a/.changeset/angry-steaks-repeat.md b/.changeset/angry-steaks-repeat.md deleted file mode 100644 index 5c62c8ed33..0000000000 --- a/.changeset/angry-steaks-repeat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"shadcn": minor ---- - -add registry:build command diff --git a/.changeset/honest-humans-invite.md b/.changeset/honest-humans-invite.md deleted file mode 100644 index 9d208718a9..0000000000 --- a/.changeset/honest-humans-invite.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"shadcn": patch ---- - -resolved prefixing issue for Tailwind CSS v4 compatibility diff --git a/apps/v4/package.json b/apps/v4/package.json index 9cefbae84a..eec3d759a1 100644 --- a/apps/v4/package.json +++ b/apps/v4/package.json @@ -73,7 +73,7 @@ "react-resizable-panels": "^2.1.7", "recharts": "2.15.1", "rimraf": "^6.0.1", - "shadcn": "2.5.0", + "shadcn": "2.6.0", "sonner": "^2.0.0", "tailwind-merge": "^3.0.1", "tailwindcss": "^4.0.7", diff --git a/apps/www/package.json b/apps/www/package.json index 1c7aa843bd..be90d44b61 100644 --- a/apps/www/package.json +++ b/apps/www/package.json @@ -86,7 +86,7 @@ "react-resizable-panels": "^2.0.22", "react-wrap-balancer": "^0.4.1", "recharts": "2.12.7", - "shadcn": "2.5.0", + "shadcn": "2.6.0", "sharp": "^0.32.6", "sonner": "^1.2.3", "swr": "2.2.6-beta.3", diff --git a/packages/shadcn/CHANGELOG.md b/packages/shadcn/CHANGELOG.md index d72d1e80ab..616aabf594 100644 --- a/packages/shadcn/CHANGELOG.md +++ b/packages/shadcn/CHANGELOG.md @@ -1,5 +1,15 @@ # @shadcn/ui +## 2.6.0 + +### Minor Changes + +- [#7497](https://github.com/shadcn-ui/ui/pull/7497) [`df91b528871e258d548e4ea318b0376ac78676e0`](https://github.com/shadcn-ui/ui/commit/df91b528871e258d548e4ea318b0376ac78676e0) Thanks [@shadcn](https://github.com/shadcn)! - add registry:build command + +### Patch Changes + +- [#6885](https://github.com/shadcn-ui/ui/pull/6885) [`2773f9e2e29cf67e521632d15d1ba302a82e39e9`](https://github.com/shadcn-ui/ui/commit/2773f9e2e29cf67e521632d15d1ba302a82e39e9) Thanks [@Joshua-hypt](https://github.com/Joshua-hypt)! - resolved prefixing issue for Tailwind CSS v4 compatibility + ## 2.5.0 ### Minor Changes diff --git a/packages/shadcn/package.json b/packages/shadcn/package.json index c91e9a64e6..1a87c3eaee 100644 --- a/packages/shadcn/package.json +++ b/packages/shadcn/package.json @@ -1,6 +1,6 @@ { "name": "shadcn", - "version": "2.5.0", + "version": "2.6.0", "description": "Add components to your apps.", "publishConfig": { "access": "public"