chore(release): version packages (#5812)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2024-12-10 12:17:32 +04:00
committed by GitHub
parent a1bed464f3
commit 539aa88e4e
8 changed files with 18 additions and 22 deletions

View File

@@ -1,5 +0,0 @@
---
"shadcn": patch
---
Update spread/unspread helpers to handle ArrayLiteralExpression and nested values within arrays

View File

@@ -1,5 +0,0 @@
---
"shadcn": patch
---
support aliases longer than one char

View File

@@ -1,5 +0,0 @@
---
"shadcn": patch
---
fix handling of aliases

View File

@@ -1,5 +0,0 @@
---
"shadcn-ui": patch
---
replace lodash.template

View File

@@ -1,5 +1,11 @@
# @shadcn/ui
## 0.9.4
### Patch Changes
- [#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
## 0.9.3
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "shadcn-ui",
"version": "0.9.3",
"version": "0.9.4",
"description": "Add components to your apps.",
"publishConfig": {
"access": "public"

View File

@@ -1,5 +1,15 @@
# @shadcn/ui
## 2.1.7
### Patch Changes
- [#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
- [#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
- [#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
## 2.1.6
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "shadcn",
"version": "2.1.6",
"version": "2.1.7",
"description": "Add components to your apps.",
"publishConfig": {
"access": "public"