Skip to content

Commit 181e8cd

Browse files
committed
chore(release): publish v3.0.0-alpha.3
1 parent 02c6f66 commit 181e8cd

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"license": "MIT"
1212
}
1313
},
14-
"version": "3.0.0-alpha.2",
14+
"version": "3.0.0-alpha.3",
1515
"npmClient": "yarn",
1616
"useWorkspaces": true
1717
}

packages/taro-ui-demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "taro-ui-demo",
4-
"version": "3.0.0-alpha.2",
4+
"version": "3.0.0-alpha.3",
55
"description": "Taro UI demo",
66
"author": "O2Team <aotu.io>",
77
"homepage": "https://taro-ui.aotu.io",

packages/taro-ui-docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "taro-ui-docs",
4-
"version": "3.0.0-alpha.2",
4+
"version": "3.0.0-alpha.3",
55
"description": "Taro UI docs",
66
"author": "O2Team <aotu.io>",
77
"homepage": "https://taro-ui.aotu.io",

packages/taro-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "taro-ui",
3-
"version": "3.0.0-alpha.2",
3+
"version": "3.0.0-alpha.3",
44
"description": "UI KIT for Taro",
55
"browser": "dist/index.umd.js",
66
"module": "dist/index.esm.js",

0 commit comments

Comments
 (0)