Skip to content

Commit

Permalink
chore(release): publish 3.1.0-beta.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shinken008 committed Jan 6, 2022
1 parent 12a2a58 commit 83d784e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
"license": "MIT"
}
},
"version": "3.0.0-alpha.12",
"version": "3.1.0-beta.0",
"npmClient": "yarn"
}
4 changes: 2 additions & 2 deletions packages/taro-ui-demo-rn/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "taro-ui-demo-rn",
"version": "3.0.0-alpha.12",
"version": "3.1.0-beta.0",
"description": "Taro UI demo",
"author": "O2Team <aotu.io>",
"homepage": "https://taro-ui.aotu.io",
Expand Down Expand Up @@ -52,7 +52,7 @@
"react-dom": "^16.13.0",
"react-native": "^0.66.0",
"react-native-modal": "^13.0.0",
"taro-ui": "^3.0.0-alpha.12"
"taro-ui": "^3.1.0-beta.0"
},
"devDependencies": {
"@babel/core": "^7.8.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/taro-ui-demo/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "taro-ui-demo",
"version": "3.0.0-alpha.12",
"version": "3.1.0-beta.0",
"description": "Taro UI demo",
"author": "O2Team <aotu.io>",
"homepage": "https://taro-ui.aotu.io",
Expand Down
2 changes: 1 addition & 1 deletion packages/taro-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "taro-ui",
"version": "3.0.0-alpha.12",
"version": "3.1.0-beta.0",
"description": "UI KIT for Taro",
"module": "dist/index.esm.js",
"main": "dist/index.js",
Expand Down

0 comments on commit 83d784e

Please sign in to comment.