Skip to content

Commit 830d28b

Browse files
chore(release): version packages
1 parent b84c990 commit 830d28b

File tree

5 files changed

+9
-8
lines changed

5 files changed

+9
-8
lines changed

.changeset/honest-humans-invite.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

apps/v4/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"react-resizable-panels": "^2.1.7",
7474
"recharts": "2.15.1",
7575
"rimraf": "^6.0.1",
76-
"shadcn": "2.5.0",
76+
"shadcn": "2.5.1",
7777
"sonner": "^2.0.0",
7878
"tailwind-merge": "^3.0.1",
7979
"tailwindcss": "^4.0.7",

apps/www/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
"react-resizable-panels": "^2.0.22",
8787
"react-wrap-balancer": "^0.4.1",
8888
"recharts": "2.12.7",
89-
"shadcn": "2.5.0",
89+
"shadcn": "2.5.1",
9090
"sharp": "^0.32.6",
9191
"sonner": "^1.2.3",
9292
"swr": "2.2.6-beta.3",

packages/shadcn/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @shadcn/ui
22

3+
## 2.5.1
4+
5+
### Patch Changes
6+
7+
- [#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
8+
39
## 2.5.0
410

511
### Minor Changes

packages/shadcn/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "shadcn",
3-
"version": "2.5.0",
3+
"version": "2.5.1",
44
"description": "Add components to your apps.",
55
"publishConfig": {
66
"access": "public"

0 commit comments

Comments
 (0)