Skip to content

Commit 0f410aa

Browse files
committed
chore(projects): release v0.0.1-beta.5
1 parent 3b105d3 commit 0f410aa

File tree

8 files changed

+91
-7
lines changed

8 files changed

+91
-7
lines changed

CHANGELOG.md

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

33

4+
## [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)
5+
6+
###    🚀 Features
7+
8+
- **packages**:
9+
- ui: add resizable &nbsp;-&nbsp; by @soybeanjs in https://github.com/soybeanjs/soybean-ui/issues/56 [<samp>(54a41)</samp>](https://github.com/soybeanjs/soybean-ui/commit/54a41b4)
10+
- variants: export slot type &nbsp;-&nbsp; by @soybeanjs [<samp>(ce901)</samp>](https://github.com/soybeanjs/soybean-ui/commit/ce90128)
11+
- ui: add tags-input &nbsp;-&nbsp; by @soybeanjs in https://github.com/soybeanjs/soybean-ui/issues/57 [<samp>(f6535)</samp>](https://github.com/soybeanjs/soybean-ui/commit/f6535bf)
12+
- ui: add number-field &nbsp;-&nbsp; by @soybeanjs in https://github.com/soybeanjs/soybean-ui/issues/59 [<samp>(ef749)</samp>](https://github.com/soybeanjs/soybean-ui/commit/ef74911)
13+
- ui: add carousel &nbsp;-&nbsp; by @soybeanjs in https://github.com/soybeanjs/soybean-ui/issues/60 [<samp>(88328)</samp>](https://github.com/soybeanjs/soybean-ui/commit/88328f6)
14+
- ui: add stepper &nbsp;-&nbsp; by @soybeanjs in https://github.com/soybeanjs/soybean-ui/issues/61 [<samp>(25027)</samp>](https://github.com/soybeanjs/soybean-ui/commit/2502769)
15+
- ui: command support size &nbsp;-&nbsp; by @soybeanjs [<samp>(a12bb)</samp>](https://github.com/soybeanjs/soybean-ui/commit/a12bb48)
16+
- **projects**:
17+
- add theme color `carbon` &nbsp;-&nbsp; by @soybeanjs [<samp>(80906)</samp>](https://github.com/soybeanjs/soybean-ui/commit/809061f)
18+
19+
### &nbsp;&nbsp;&nbsp;🐞 Bug Fixes
20+
21+
- **packages**:
22+
- primitives: fix number-field error when not provide prop modelValue &nbsp;-&nbsp; by @soybeanjs [<samp>(6c51c)</samp>](https://github.com/soybeanjs/soybean-ui/commit/6c51c48)
23+
- ui: fix missing stepper props orientation &nbsp;-&nbsp; by @soybeanjs [<samp>(934fa)</samp>](https://github.com/soybeanjs/soybean-ui/commit/934fac7)
24+
- primitives: fix `useForwardExpose` &nbsp;-&nbsp; by @soybeanjs [<samp>(cbd21)</samp>](https://github.com/soybeanjs/soybean-ui/commit/cbd2140)
25+
- **types**:
26+
- fix ts types &nbsp;-&nbsp; by @soybeanjs [<samp>(3a12e)</samp>](https://github.com/soybeanjs/soybean-ui/commit/3a12e63)
27+
28+
### &nbsp;&nbsp;&nbsp;🛠 Optimizations
29+
30+
- **packages**:
31+
- ui: optimize select option type &nbsp;-&nbsp; by @soybeanjs [<samp>(ef6e0)</samp>](https://github.com/soybeanjs/soybean-ui/commit/ef6e070)
32+
- ui: optimize select option type &nbsp;-&nbsp; by @soybeanjs [<samp>(7711c)</samp>](https://github.com/soybeanjs/soybean-ui/commit/7711c6c)
33+
- ui: optimize select prop &nbsp;-&nbsp; by @soybeanjs [<samp>(efa1e)</samp>](https://github.com/soybeanjs/soybean-ui/commit/efa1ee3)
34+
- ui: optimize keboard-key &nbsp;-&nbsp; by @soybeanjs [<samp>(d9f68)</samp>](https://github.com/soybeanjs/soybean-ui/commit/d9f68d2)
35+
- ui: optimize command &nbsp;-&nbsp; by @soybeanjs [<samp>(472e4)</samp>](https://github.com/soybeanjs/soybean-ui/commit/472e449)
36+
- **projects**:
37+
- ui: add prop `defer` &nbsp;-&nbsp; by @soybeanjs [<samp>(39d10)</samp>](https://github.com/soybeanjs/soybean-ui/commit/39d10fb)
38+
- optimize scripts generate &nbsp;-&nbsp; by @soybeanjs [<samp>(b76d1)</samp>](https://github.com/soybeanjs/soybean-ui/commit/b76d142)
39+
- optimize tabs data &nbsp;-&nbsp; by @soybeanjs [<samp>(14d60)</samp>](https://github.com/soybeanjs/soybean-ui/commit/14d600a)
40+
- optimize code to avoid wrong build types &nbsp;-&nbsp; by @soybeanjs [<samp>(2d81d)</samp>](https://github.com/soybeanjs/soybean-ui/commit/2d81de5)
41+
42+
### &nbsp;&nbsp;&nbsp;💅 Refactors
43+
44+
- **packages**:
45+
- ui: refactor select &nbsp;-&nbsp; by @soybeanjs [<samp>(b18f8)</samp>](https://github.com/soybeanjs/soybean-ui/commit/b18f8e4)
46+
- ui: refactor accordion class &nbsp;-&nbsp; by @soybeanjs [<samp>(d04c3)</samp>](https://github.com/soybeanjs/soybean-ui/commit/d04c330)
47+
- variants: use `ring` replace `outline` &nbsp;-&nbsp; by @soybeanjs [<samp>(c0203)</samp>](https://github.com/soybeanjs/soybean-ui/commit/c02034a)
48+
- variants: fix outline-none &nbsp;-&nbsp; by @soybeanjs [<samp>(9c066)</samp>](https://github.com/soybeanjs/soybean-ui/commit/9c06676)
49+
- ui: refactor command &nbsp;-&nbsp; by @soybeanjs [<samp>(3c876)</samp>](https://github.com/soybeanjs/soybean-ui/commit/3c876d5)
50+
- **projects**:
51+
- ui: remove short prop &nbsp;-&nbsp; by @soybeanjs [<samp>(0843a)</samp>](https://github.com/soybeanjs/soybean-ui/commit/0843a97)
52+
- ui: remove short prop &nbsp;-&nbsp; by @soybeanjs [<samp>(32a78)</samp>](https://github.com/soybeanjs/soybean-ui/commit/32a7880)
53+
- use `outline-solid` replace unuseless `outline` in unocss &nbsp;-&nbsp; by @soybeanjs [<samp>(e0f4b)</samp>](https://github.com/soybeanjs/soybean-ui/commit/e0f4bae)
54+
- update package build &nbsp;-&nbsp; by @soybeanjs [<samp>(3b105)</samp>](https://github.com/soybeanjs/soybean-ui/commit/3b105d3)
55+
56+
### &nbsp;&nbsp;&nbsp;📖 Documentation
57+
58+
- **projects**: update docs &nbsp;-&nbsp; by @soybeanjs [<samp>(bcb30)</samp>](https://github.com/soybeanjs/soybean-ui/commit/bcb30ac)
59+
60+
### &nbsp;&nbsp;&nbsp;🏡 Chore
61+
62+
- **deps**:
63+
- update deps &nbsp;-&nbsp; by @soybeanjs [<samp>(ba27a)</samp>](https://github.com/soybeanjs/soybean-ui/commit/ba27aad)
64+
- update deps &nbsp;-&nbsp; by @soybeanjs [<samp>(18687)</samp>](https://github.com/soybeanjs/soybean-ui/commit/1868790)
65+
- update deps &nbsp;-&nbsp; by @soybeanjs [<samp>(f9dd8)</samp>](https://github.com/soybeanjs/soybean-ui/commit/f9dd824)
66+
- update deps &nbsp;-&nbsp; by @soybeanjs [<samp>(89afa)</samp>](https://github.com/soybeanjs/soybean-ui/commit/89afa9e)
67+
- **projects**:
68+
- update vscode settings &nbsp;-&nbsp; by @soybeanjs [<samp>(245af)</samp>](https://github.com/soybeanjs/soybean-ui/commit/245afae)
69+
- update deps & update vite config &nbsp;-&nbsp; by @soybeanjs [<samp>(ee143)</samp>](https://github.com/soybeanjs/soybean-ui/commit/ee143fd)
70+
- sync code from radix-vue &nbsp;-&nbsp; by @soybeanjs [<samp>(8044f)</samp>](https://github.com/soybeanjs/soybean-ui/commit/8044f46)
71+
- ui: update pnpm version &nbsp;-&nbsp; by @soybeanjs [<samp>(9a628)</samp>](https://github.com/soybeanjs/soybean-ui/commit/9a628bb)
72+
- sync code from radix-vue &nbsp;-&nbsp; by @soybeanjs [<samp>(bd5e3)</samp>](https://github.com/soybeanjs/soybean-ui/commit/bd5e32e)
73+
- update unocss preset &nbsp;-&nbsp; by @soybeanjs [<samp>(30874)</samp>](https://github.com/soybeanjs/soybean-ui/commit/308740a)
74+
- update vscode settings &nbsp;-&nbsp; by @soybeanjs [<samp>(ca0cd)</samp>](https://github.com/soybeanjs/soybean-ui/commit/ca0cd83)
75+
- optimize scripts generate &nbsp;-&nbsp; by @soybeanjs [<samp>(d8387)</samp>](https://github.com/soybeanjs/soybean-ui/commit/d83874c)
76+
- sync code from radix-vue &nbsp;-&nbsp; by @soybeanjs [<samp>(a86e4)</samp>](https://github.com/soybeanjs/soybean-ui/commit/a86e480)
77+
- update pnpm version &nbsp;-&nbsp; by @soybeanjs [<samp>(324e4)</samp>](https://github.com/soybeanjs/soybean-ui/commit/324e42b)
78+
- update pnpm version &nbsp;-&nbsp; by @soybeanjs [<samp>(11296)</samp>](https://github.com/soybeanjs/soybean-ui/commit/1129633)
79+
80+
### &nbsp;&nbsp;&nbsp;🎨 Styles
81+
82+
- **projects**: eslint sort import &nbsp;-&nbsp; by @soybeanjs [<samp>(45ba3)</samp>](https://github.com/soybeanjs/soybean-ui/commit/45ba345)
83+
84+
### &nbsp;&nbsp;&nbsp;❤️ Contributors
85+
86+
[![soybeanjs](https://github.com/soybeanjs.png?size=48)](https://github.com/soybeanjs)&nbsp;&nbsp;
87+
488
## [v0.0.1-beta.4](https://github.com/soybeanjs/soybean-ui/compare/v0.0.1-beta.3...v0.0.1-beta.4) (2025-01-07)
589

690
### &nbsp;&nbsp;&nbsp;💅 Refactors

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.4",
4+
"version": "0.0.1-beta.5",
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.4",
4+
"version": "0.0.1-beta.5",
55
"private": true,
66
"packageManager": "pnpm@10.5.2",
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.4",
3+
"version": "0.0.1-beta.5",
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.4",
4+
"version": "0.0.1-beta.5",
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.4",
4+
"version": "0.0.1-beta.5",
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.4",
3+
"version": "0.0.1-beta.5",
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.4",
3+
"version": "0.0.1-beta.5",
44
"publishConfig": {
55
"registry": "https://registry.npmjs.org/"
66
},

0 commit comments

Comments
 (0)