mirror of
https://github.com/shadcn-ui/ui.git
synced 2026-06-28 07:04:20 +00:00
chore(release): version packages (#11024)
Co-authored-by: shadcn <m@shadcn.com>
This commit is contained in:
committed by
GitHub
parent
18fcf0f766
commit
75aa8bd6eb
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"shadcn": minor
|
||||
---
|
||||
|
||||
add scroll-fade and shimmer utilities
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"@shadcn/react": minor
|
||||
---
|
||||
|
||||
initial release of @shadcn/react
|
||||
@@ -84,7 +84,7 @@
|
||||
"rehype-pretty-code": "^0.14.1",
|
||||
"rimraf": "^6.0.1",
|
||||
"server-only": "^0.0.1",
|
||||
"shadcn": "4.11.1",
|
||||
"shadcn": "4.12.0",
|
||||
"shiki": "^3.23.0",
|
||||
"sonner": "^2.0.0",
|
||||
"streamdown": "^2.5.0",
|
||||
|
||||
7
packages/react/CHANGELOG.md
Normal file
7
packages/react/CHANGELOG.md
Normal file
@@ -0,0 +1,7 @@
|
||||
# @shadcn/react
|
||||
|
||||
## 0.2.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- [#11022](https://github.com/shadcn-ui/ui/pull/11022) [`18fcf0f766857a7249cc0daac3c1609610edd158`](https://github.com/shadcn-ui/ui/commit/18fcf0f766857a7249cc0daac3c1609610edd158) Thanks [@shadcn](https://github.com/shadcn)! - initial release of @shadcn/react
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@shadcn/react",
|
||||
"version": "0.1.0",
|
||||
"version": "0.2.0",
|
||||
"description": "Unstyled components for React.",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
# shadcn
|
||||
|
||||
## 4.12.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- [#11022](https://github.com/shadcn-ui/ui/pull/11022) [`18fcf0f766857a7249cc0daac3c1609610edd158`](https://github.com/shadcn-ui/ui/commit/18fcf0f766857a7249cc0daac3c1609610edd158) Thanks [@shadcn](https://github.com/shadcn)! - add scroll-fade and shimmer utilities
|
||||
|
||||
## 4.11.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "shadcn",
|
||||
"version": "4.11.1",
|
||||
"version": "4.12.0",
|
||||
"description": "Add components to your apps.",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
|
||||
2
pnpm-lock.yaml
generated
2
pnpm-lock.yaml
generated
@@ -310,7 +310,7 @@ importers:
|
||||
specifier: ^0.0.1
|
||||
version: 0.0.1
|
||||
shadcn:
|
||||
specifier: 4.11.1
|
||||
specifier: 4.12.0
|
||||
version: link:../../packages/shadcn
|
||||
shiki:
|
||||
specifier: ^3.23.0
|
||||
|
||||
Reference in New Issue
Block a user