Skip to content

Commit 719407a

Browse files
committed
chore(projects): release v0.0.2-beta.1
1 parent 79b3a72 commit 719407a

File tree

9 files changed

+32
-8
lines changed

9 files changed

+32
-8
lines changed

CHANGELOG.md

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

33

4+
## [v0.0.2-beta.1](https://github.com/soybeanjs/soybean-ui/compare/v0.0.1...v0.0.2-beta.1) (2025-03-23)
5+
6+
###    🚨 Breaking Changes
7+
8+
- **packages**: rename `badge` to `tag`, `chip` to `badge` &nbsp;-&nbsp; by @soybeanjs [<samp>(d0a65)</samp>](https://github.com/soybeanjs/soybean-ui/commit/d0a65d9)
9+
10+
### &nbsp;&nbsp;&nbsp;🐞 Bug Fixes
11+
12+
- **packages**: ui: fix checkbox-group props &nbsp;-&nbsp; by @soybeanjs [<samp>(e32bb)</samp>](https://github.com/soybeanjs/soybean-ui/commit/e32bb91)
13+
14+
### &nbsp;&nbsp;&nbsp;🛠 Optimizations
15+
16+
- **packages**:
17+
- optimize navigation-menu &nbsp;-&nbsp; by @soybeanjs [<samp>(1887f)</samp>](https://github.com/soybeanjs/soybean-ui/commit/1887f2f)
18+
- optimize import order & update component names &nbsp;-&nbsp; by @soybeanjs [<samp>(79b3a)</samp>](https://github.com/soybeanjs/soybean-ui/commit/79b3a72)
19+
20+
### &nbsp;&nbsp;&nbsp;📖 Documentation
21+
22+
- **projects**: optimize read theme config in vitepress &nbsp;-&nbsp; by @soybeanjs [<samp>(17cf1)</samp>](https://github.com/soybeanjs/soybean-ui/commit/17cf152)
23+
24+
### &nbsp;&nbsp;&nbsp;❤️ Contributors
25+
26+
[![soybeanjs](https://github.com/soybeanjs.png?size=48)](https://github.com/soybeanjs)&nbsp;&nbsp;
27+
428
## [v0.0.1](https://github.com/soybeanjs/soybean-ui/compare/undefined...v0.0.1) (2025-03-23)
529

630
### &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",
4+
"version": "0.0.2-beta.1",
55
"private": true,
66
"description": "The documentation of soybean-ui",
77
"author": {

examples/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/examples",
33
"type": "module",
4-
"version": "0.0.1",
4+
"version": "0.0.2-beta.1",
55
"private": true,
66
"description": "The example 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",
4+
"version": "0.0.2-beta.1",
55
"private": true,
66
"packageManager": "pnpm@10.6.5",
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",
3+
"version": "0.0.2-beta.1",
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",
4+
"version": "0.0.2-beta.1",
55
"publishConfig": {
66
"registry": "https://registry.npmjs.org/"
77
},

packages/soy-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",
4+
"version": "0.0.2-beta.1",
55
"publishConfig": {
66
"registry": "https://registry.npmjs.org/"
77
},

packages/ui-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",
3+
"version": "0.0.2-beta.1",
44
"publishConfig": {
55
"registry": "https://registry.npmjs.org/"
66
},

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",
3+
"version": "0.0.2-beta.1",
44
"publishConfig": {
55
"registry": "https://registry.npmjs.org/"
66
},

0 commit comments

Comments
 (0)