Skip to content

Commit 729b9ec

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

File tree

8 files changed

+18
-22
lines changed

8 files changed

+18
-22
lines changed

.changeset/empty-pants-care.md

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

.changeset/fifty-rivers-sparkle.md

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

.changeset/fresh-turtles-cheat.md

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

.changeset/twenty-trains-check.md

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

packages/cli/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+
## 0.9.4
4+
5+
### Patch Changes
6+
7+
- [#4397](https://github.com/shadcn-ui/ui/pull/4397) [`a1bed46`](https://github.com/shadcn-ui/ui/commit/a1bed464f329e9025a7fa1ae7dee094d4c9c6f44) Thanks [@JensAstrup](https://github.com/JensAstrup)! - replace lodash.template
8+
39
## 0.9.3
410

511
### Patch Changes

packages/cli/package.json

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

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.1.7
4+
5+
### Patch Changes
6+
7+
- [#5711](https://github.com/shadcn-ui/ui/pull/5711) [`500dbe2`](https://github.com/shadcn-ui/ui/commit/500dbe2664c04936cc3edb739fc97f6cecff57c5) Thanks [@bcorbold](https://github.com/bcorbold)! - Update spread/unspread helpers to handle ArrayLiteralExpression and nested values within arrays
8+
9+
- [#5678](https://github.com/shadcn-ui/ui/pull/5678) [`fb36ca4`](https://github.com/shadcn-ui/ui/commit/fb36ca41591ae952f3a015e2a4470f26458cf1b5) Thanks [@Tobbe](https://github.com/Tobbe)! - support aliases longer than one char
10+
11+
- [#5813](https://github.com/shadcn-ui/ui/pull/5813) [`d5bf001`](https://github.com/shadcn-ui/ui/commit/d5bf0018fda42faeb314dc3edc87b8cd7c0354c6) Thanks [@shadcn](https://github.com/shadcn)! - fix handling of aliases
12+
313
## 2.1.6
414

515
### Patch 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.1.6",
3+
"version": "2.1.7",
44
"description": "Add components to your apps.",
55
"publishConfig": {
66
"access": "public"

0 commit comments

Comments
 (0)