Skip to content

Commit 1518501

Browse files
committed
chore(projects): release v0.0.1-beta.7
1 parent 1fd9976 commit 1518501

File tree

8 files changed

+35
-7
lines changed

8 files changed

+35
-7
lines changed

CHANGELOG.md

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

33

4+
## [v0.0.1-beta.7](https://github.com/soybeanjs/soybean-ui/compare/v0.0.1-beta.6...v0.0.1-beta.7) (2025-03-19)
5+
6+
###    🐞 Bug Fixes
7+
8+
- **packages**:
9+
- fix chip variant &nbsp;-&nbsp; by @soybeanjs [<samp>(ad299)</samp>](https://github.com/soybeanjs/soybean-ui/commit/ad299c2)
10+
- **styles**:
11+
- fix conflict style with vitepress &nbsp;-&nbsp; by @soybeanjs [<samp>(9b25f)</samp>](https://github.com/soybeanjs/soybean-ui/commit/9b25f58)
12+
- fix docs style &nbsp;-&nbsp; by @soybeanjs [<samp>(9d81a)</samp>](https://github.com/soybeanjs/soybean-ui/commit/9d81a39)
13+
14+
### &nbsp;&nbsp;&nbsp;🛠 Optimizations
15+
16+
- **styles**: optimize docs component style &nbsp;-&nbsp; by @soybeanjs [<samp>(8b3ea)</samp>](https://github.com/soybeanjs/soybean-ui/commit/8b3ea29)
17+
18+
### &nbsp;&nbsp;&nbsp;📖 Documentation
19+
20+
- **projects**:
21+
- add docs for soybean-ui &nbsp;-&nbsp; by @soybeanjs in https://github.com/soybeanjs/soybean-ui/issues/63 [<samp>(b79c9)</samp>](https://github.com/soybeanjs/soybean-ui/commit/b79c949)
22+
- update README & license &nbsp;-&nbsp; by @soybeanjs [<samp>(47501)</samp>](https://github.com/soybeanjs/soybean-ui/commit/4750166)
23+
- fix dead link &nbsp;-&nbsp; by @soybeanjs [<samp>(90490)</samp>](https://github.com/soybeanjs/soybean-ui/commit/904909b)
24+
- fix docs demo breadcrumb style &nbsp;-&nbsp; by @soybeanjs [<samp>(8438c)</samp>](https://github.com/soybeanjs/soybean-ui/commit/8438c72)
25+
- **styles**:
26+
- fix docs style &nbsp;-&nbsp; by @soybeanjs [<samp>(1fd99)</samp>](https://github.com/soybeanjs/soybean-ui/commit/1fd9976)
27+
28+
### &nbsp;&nbsp;&nbsp;❤️ Contributors
29+
30+
[![soybeanjs](https://github.com/soybeanjs.png?size=48)](https://github.com/soybeanjs)&nbsp;&nbsp;
31+
432
## [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)
533

634
### &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.6",
4+
"version": "0.0.1-beta.7",
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.6",
4+
"version": "0.0.1-beta.7",
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.6",
3+
"version": "0.0.1-beta.7",
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.6",
4+
"version": "0.0.1-beta.7",
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.6",
4+
"version": "0.0.1-beta.7",
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.6",
3+
"version": "0.0.1-beta.7",
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.6",
3+
"version": "0.0.1-beta.7",
44
"publishConfig": {
55
"registry": "https://registry.npmjs.org/"
66
},

0 commit comments

Comments
 (0)