From 6145dd81186b30bd5a65b6434ef12bf620a51574 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 22 Dec 2023 21:05:24 +0400 Subject: [PATCH] chore(release): version packages (#1756) Co-authored-by: github-actions[bot] --- .changeset/mean-badgers-grab.md | 5 ----- .changeset/plenty-mugs-applaud.md | 5 ----- .changeset/smart-pants-smile.md | 5 ----- .changeset/sweet-worms-fix.md | 5 ----- packages/cli/CHANGELOG.md | 14 ++++++++++++++ packages/cli/package.json | 2 +- 6 files changed, 15 insertions(+), 21 deletions(-) delete mode 100644 .changeset/mean-badgers-grab.md delete mode 100644 .changeset/plenty-mugs-applaud.md delete mode 100644 .changeset/smart-pants-smile.md delete mode 100644 .changeset/sweet-worms-fix.md diff --git a/.changeset/mean-badgers-grab.md b/.changeset/mean-badgers-grab.md deleted file mode 100644 index 95f7f8b239..0000000000 --- a/.changeset/mean-badgers-grab.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"shadcn-ui": patch ---- - -fix code style diff --git a/.changeset/plenty-mugs-applaud.md b/.changeset/plenty-mugs-applaud.md deleted file mode 100644 index 6a8204e599..0000000000 --- a/.changeset/plenty-mugs-applaud.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"shadcn-ui": minor ---- - -add support for custom tailwind prefix diff --git a/.changeset/smart-pants-smile.md b/.changeset/smart-pants-smile.md deleted file mode 100644 index b353ce7110..0000000000 --- a/.changeset/smart-pants-smile.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"shadcn-ui": patch ---- - -use jsconfig for non-ts projects diff --git a/.changeset/sweet-worms-fix.md b/.changeset/sweet-worms-fix.md deleted file mode 100644 index deaf083004..0000000000 --- a/.changeset/sweet-worms-fix.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"shadcn-ui": minor ---- - -add support for tailwind.config.ts diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index d7e170d207..cfacb83f92 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,19 @@ # @shadcn/ui +## 0.5.0 + +### Minor Changes + +- [#770](https://github.com/shadcn-ui/ui/pull/770) [`4fb98d5`](https://github.com/shadcn-ui/ui/commit/4fb98d520f2322f59bf2ae0bbbee706760df48a2) Thanks [@Bekacru](https://github.com/Bekacru)! - add support for custom tailwind prefix + +- [#1247](https://github.com/shadcn-ui/ui/pull/1247) [`4ec8a67`](https://github.com/shadcn-ui/ui/commit/4ec8a67dab94d0c2bcda2396d01174abee0991a0) Thanks [@lukahartwig](https://github.com/lukahartwig)! - add support for tailwind.config.ts + +### Patch Changes + +- [#1707](https://github.com/shadcn-ui/ui/pull/1707) [`46f247c`](https://github.com/shadcn-ui/ui/commit/46f247c47f87f771d98cc77bddb5697dac200de4) Thanks [@caiquecastro](https://github.com/caiquecastro)! - fix code style + +- [#1696](https://github.com/shadcn-ui/ui/pull/1696) [`5a13def`](https://github.com/shadcn-ui/ui/commit/5a13def46d9b91d19ad1bcab6cc2955007dfdf61) Thanks [@KMJ-007](https://github.com/KMJ-007)! - use jsconfig for non-ts projects + ## 0.4.1 ### Patch Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index 2c8330d1e3..ac3dd4b9a3 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "shadcn-ui", - "version": "0.4.1", + "version": "0.5.0", "description": "Add components to your apps.", "publishConfig": { "access": "public"