From ef90a97e72545a1d1d35c767481b33df21d19fcf Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 21:04:25 +0400 Subject: [PATCH] chore(release): version packages (#9023) * chore(release): version packages * fix --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: shadcn --- .changeset/fast-games-open.md | 5 ----- .changeset/spotty-rivers-kneel.md | 5 ----- apps/v4/package.json | 2 +- packages/shadcn/CHANGELOG.md | 8 ++++++++ packages/shadcn/package.json | 2 +- pnpm-lock.yaml | 2 +- 6 files changed, 11 insertions(+), 13 deletions(-) delete mode 100644 .changeset/fast-games-open.md delete mode 100644 .changeset/spotty-rivers-kneel.md diff --git a/.changeset/fast-games-open.md b/.changeset/fast-games-open.md deleted file mode 100644 index f872cf41b6..0000000000 --- a/.changeset/fast-games-open.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"shadcn": minor ---- - -add registry:base item type diff --git a/.changeset/spotty-rivers-kneel.md b/.changeset/spotty-rivers-kneel.md deleted file mode 100644 index 945a6dfc03..0000000000 --- a/.changeset/spotty-rivers-kneel.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"shadcn": minor ---- - -add npx shadcn create diff --git a/apps/v4/package.json b/apps/v4/package.json index 64ae4ea63d..b76daad30f 100644 --- a/apps/v4/package.json +++ b/apps/v4/package.json @@ -100,7 +100,7 @@ "rehype-pretty-code": "^0.14.1", "rimraf": "^6.0.1", "server-only": "^0.0.1", - "shadcn": "3.5.4-rc.4", + "shadcn": "3.6.0", "shiki": "^1.10.1", "sonner": "^2.0.0", "swr": "^2.3.6", diff --git a/packages/shadcn/CHANGELOG.md b/packages/shadcn/CHANGELOG.md index 25f0a752f2..9dad654239 100644 --- a/packages/shadcn/CHANGELOG.md +++ b/packages/shadcn/CHANGELOG.md @@ -1,5 +1,13 @@ # @shadcn/ui +## 3.6.0 + +### Minor Changes + +- [#9022](https://github.com/shadcn-ui/ui/pull/9022) [`86d9b00084affa7010e6c7c7bd410ec62525caac`](https://github.com/shadcn-ui/ui/commit/86d9b00084affa7010e6c7c7bd410ec62525caac) Thanks [@shadcn](https://github.com/shadcn)! - add registry:base item type + +- [#9022](https://github.com/shadcn-ui/ui/pull/9022) [`86d9b00084affa7010e6c7c7bd410ec62525caac`](https://github.com/shadcn-ui/ui/commit/86d9b00084affa7010e6c7c7bd410ec62525caac) Thanks [@shadcn](https://github.com/shadcn)! - add npx shadcn create + ## 3.5.2 ### Patch Changes diff --git a/packages/shadcn/package.json b/packages/shadcn/package.json index 97f57d5e58..7cd7e40554 100644 --- a/packages/shadcn/package.json +++ b/packages/shadcn/package.json @@ -1,6 +1,6 @@ { "name": "shadcn", - "version": "3.5.4-rc.4", + "version": "3.6.0", "description": "Add components to your apps.", "publishConfig": { "access": "public" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 1f69c89198..02639f37f8 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -359,7 +359,7 @@ importers: specifier: ^0.0.1 version: 0.0.1 shadcn: - specifier: 3.5.4-rc.4 + specifier: 3.6.0 version: link:../../packages/shadcn shiki: specifier: ^1.10.1