Skip to content

Commit

Permalink
chore(release): publish 3.1.0-beta.4 (#1547)
Browse files Browse the repository at this point in the history
  • Loading branch information
shinken008 committed Sep 30, 2022
1 parent 0169498 commit bd62d28
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"license": "MIT"
}
},
"version": "3.1.0-beta.3",
"version": "3.1.0-beta.4",
"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.1.0-beta.3",
"version": "3.1.0-beta.4",
"description": "Taro UI demo",
"author": "O2Team <aotu.io>",
"homepage": "https://taro-ui.aotu.io",
Expand Down Expand Up @@ -53,7 +53,7 @@
"react-dom": "^16.13.0",
"react-native": "~0.68.1",
"react-native-modal": "^13.0.0",
"taro-ui": "3.1.0-beta.3"
"taro-ui": "3.1.0-beta.4"
},
"devDependencies": {
"@babel/core": "^7.8.0",
Expand Down
4 changes: 2 additions & 2 deletions 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.1.0-beta.3",
"version": "3.1.0-beta.4",
"description": "Taro UI demo",
"author": "O2Team <aotu.io>",
"homepage": "https://taro-ui.aotu.io",
Expand Down Expand Up @@ -49,7 +49,7 @@
"@tarojs/taro": "~3.4.13",
"react": "^16.13.0",
"react-dom": "^16.13.0",
"taro-ui": "3.1.0-beta.3"
"taro-ui": "3.1.0-beta.4"
},
"devDependencies": {
"@babel/core": "^7.8.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/taro-ui-docs/markdown/list.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ import { AtList, AtListItem } from "taro-ui"
| disabled | 是否禁用 | Boolean | - | `false` |
| note | 元素的描述信息 | String | - | - |
| thumb | 元素的主要缩略图 | String | - | - |
| arrow | 箭头的方向 | String | `right`,`top`,`bottom` | - |
| arrow | 箭头的方向 | String | `right`,`top`,`down` | - |
| extraText | 额外信息的文本 | String | - | - |
| extraThumb | 额外信息的缩略图 | String | - | - |
| isSwitch | 额外信息是否开关 | Boolean | - | `false` |
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.1.0-beta.3",
"version": "3.1.0-beta.4",
"description": "UI KIT for Taro",
"module": "dist/index.esm.js",
"main": "dist/index.js",
Expand Down

0 comments on commit bd62d28

Please sign in to comment.