Skip to content

Commit 26807b8

Browse files
committed
chore(projects): release v0.0.1
1 parent 2f2ef80 commit 26807b8

File tree

9 files changed

+554
-8
lines changed

9 files changed

+554
-8
lines changed

CHANGELOG.md

Lines changed: 546 additions & 0 deletions
Large diffs are not rendered by default.

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

0 commit comments

Comments
 (0)