Skip to content

Commit d85b8ef

Browse files
chore(release): version packages (#7415)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent df91b52 commit d85b8ef

File tree

6 files changed

+13
-13
lines changed

6 files changed

+13
-13
lines changed

.changeset/angry-steaks-repeat.md

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

.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.6.0",
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.6.0",
9090
"sharp": "^0.32.6",
9191
"sonner": "^1.2.3",
9292
"swr": "2.2.6-beta.3",

packages/shadcn/CHANGELOG.md

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

3+
## 2.6.0
4+
5+
### Minor Changes
6+
7+
- [#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
8+
9+
### Patch Changes
10+
11+
- [#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
12+
313
## 2.5.0
414

515
### 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.6.0",
44
"description": "Add components to your apps.",
55
"publishConfig": {
66
"access": "public"

0 commit comments

Comments
 (0)