Skip to content

Commit 54a6689

Browse files
committed
chore(projects): release v0.0.1-beta.6
1 parent 097b686 commit 54a6689

File tree

8 files changed

+54
-7
lines changed

8 files changed

+54
-7
lines changed

CHANGELOG.md

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,53 @@
11
# Changelog
22

33

4+
## [v0.0.1-beta.6](https://github.com/soybeanjs/soybean-ui/compare/v0.0.1-beta.5...v0.0.1-beta.6) (2025-03-19)
5+
6+
###    🚀 Features
7+
8+
- **packages**:
9+
- primitives: add open prop slot on AlertDialog &nbsp;-&nbsp; by @soybeanjs [<samp>(e2bdf)</samp>](https://github.com/soybeanjs/soybean-ui/commit/e2bdf0d)
10+
- ui: add combobox &nbsp;-&nbsp; by @soybeanjs in https://github.com/soybeanjs/soybean-ui/issues/62 [<samp>(a7ea2)</samp>](https://github.com/soybeanjs/soybean-ui/commit/a7ea231)
11+
- primitives and ui support resolver and nuxt &nbsp;-&nbsp; by @soybeanjs [<samp>(29dd7)</samp>](https://github.com/soybeanjs/soybean-ui/commit/29dd749)
12+
- **projects**:
13+
- add script to generate primitives components name &nbsp;-&nbsp; by @soybeanjs [<samp>(53ce1)</samp>](https://github.com/soybeanjs/soybean-ui/commit/53ce199)
14+
15+
### &nbsp;&nbsp;&nbsp;🐞 Bug Fixes
16+
17+
- **packages**: ui: fix select prop separator &nbsp;-&nbsp; by @soybeanjs [<samp>(097b6)</samp>](https://github.com/soybeanjs/soybean-ui/commit/097b686)
18+
19+
### &nbsp;&nbsp;&nbsp;🛠 Optimizations
20+
21+
- **packages**:
22+
- optimize command &nbsp;-&nbsp; by @soybeanjs [<samp>(c2c64)</samp>](https://github.com/soybeanjs/soybean-ui/commit/c2c6484)
23+
- variants: add ring-offset-background &nbsp;-&nbsp; by @soybeanjs [<samp>(61ad6)</samp>](https://github.com/soybeanjs/soybean-ui/commit/61ad695)
24+
- ui: optimize combobox &nbsp;-&nbsp; by @soybeanjs [<samp>(1a02c)</samp>](https://github.com/soybeanjs/soybean-ui/commit/1a02c11)
25+
- ui: optimize collapsible &nbsp;-&nbsp; by @soybeanjs [<samp>(b8d04)</samp>](https://github.com/soybeanjs/soybean-ui/commit/b8d04e4)
26+
- optimize primitives and ui export &nbsp;-&nbsp; by @soybeanjs [<samp>(4ee05)</samp>](https://github.com/soybeanjs/soybean-ui/commit/4ee05f4)
27+
- **projects**:
28+
- optimize combobox example &nbsp;-&nbsp; by @soybeanjs [<samp>(bbed7)</samp>](https://github.com/soybeanjs/soybean-ui/commit/bbed74b)
29+
30+
### &nbsp;&nbsp;&nbsp;📖 Documentation
31+
32+
- **packages**: add README for primitives and ui &nbsp;-&nbsp; by @soybeanjs [<samp>(b0396)</samp>](https://github.com/soybeanjs/soybean-ui/commit/b039675)
33+
34+
### &nbsp;&nbsp;&nbsp;🏡 Chore
35+
36+
- **deps**:
37+
- update deps &nbsp;-&nbsp; by @soybeanjs [<samp>(025ef)</samp>](https://github.com/soybeanjs/soybean-ui/commit/025ef45)
38+
- update deps &nbsp;-&nbsp; by @soybeanjs [<samp>(2b76d)</samp>](https://github.com/soybeanjs/soybean-ui/commit/2b76d61)
39+
- update deps &nbsp;-&nbsp; by @soybeanjs [<samp>(4e5dc)</samp>](https://github.com/soybeanjs/soybean-ui/commit/4e5dca0)
40+
- **packages**:
41+
- primitives: remove cjs export &nbsp;-&nbsp; by @soybeanjs [<samp>(703ef)</samp>](https://github.com/soybeanjs/soybean-ui/commit/703ef10)
42+
- **projects**:
43+
- update pkg version &nbsp;-&nbsp; by @soybeanjs [<samp>(db38d)</samp>](https://github.com/soybeanjs/soybean-ui/commit/db38dda)
44+
- sync code from reka-ui &nbsp;-&nbsp; by @soybeanjs [<samp>(29a06)</samp>](https://github.com/soybeanjs/soybean-ui/commit/29a06fc)
45+
- add scripts &nbsp;-&nbsp; by @soybeanjs [<samp>(1a96f)</samp>](https://github.com/soybeanjs/soybean-ui/commit/1a96ff1)
46+
47+
### &nbsp;&nbsp;&nbsp;❤️ Contributors
48+
49+
[![soybeanjs](https://github.com/soybeanjs.png?size=48)](https://github.com/soybeanjs)&nbsp;&nbsp;
50+
451
## [v0.0.1-beta.5](https://github.com/soybeanjs/soybean-ui/compare/v0.0.1-beta.4...v0.0.1-beta.5) (2025-03-05)
552

653
### &nbsp;&nbsp;&nbsp;🚀 Features

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@soybean-ui/docs",
33
"type": "module",
4-
"version": "0.0.1-beta.5",
4+
"version": "0.0.1-beta.6",
55
"private": true,
66
"description": "The documentation of soybean-ui",
77
"author": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@soybean-ui/example",
33
"type": "module",
4-
"version": "0.0.1-beta.5",
4+
"version": "0.0.1-beta.6",
55
"private": true,
66
"packageManager": "pnpm@10.6.4",
77
"description": "soybean-ui is an ui library like shadcn for Vue3.",

packages/color/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@soybean-ui/color",
3-
"version": "0.0.1-beta.5",
3+
"version": "0.0.1-beta.6",
44
"publishConfig": {
55
"registry": "https://registry.npmjs.org/"
66
},

packages/primitives/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@soybean-ui/primitives",
33
"type": "module",
4-
"version": "0.0.1-beta.5",
4+
"version": "0.0.1-beta.6",
55
"publishConfig": {
66
"registry": "https://registry.npmjs.org/"
77
},

packages/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "soy-ui",
33
"type": "module",
4-
"version": "0.0.1-beta.5",
4+
"version": "0.0.1-beta.6",
55
"publishConfig": {
66
"registry": "https://registry.npmjs.org/"
77
},

packages/unocss-preset/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@soybean-ui/unocss-preset",
3-
"version": "0.0.1-beta.5",
3+
"version": "0.0.1-beta.6",
44
"publishConfig": {
55
"registry": "https://registry.npmjs.org/"
66
},

packages/variants/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@soybean-ui/variants",
3-
"version": "0.0.1-beta.5",
3+
"version": "0.0.1-beta.6",
44
"publishConfig": {
55
"registry": "https://registry.npmjs.org/"
66
},

0 commit comments

Comments
 (0)