Skip to content

Commit af46436

Browse files
authored
Merge branch 'next' into dependabot/npm_and_yarn/parse-url-6.0.5
2 parents b63ab68 + 1249de6 commit af46436

File tree

19 files changed

+446
-333
lines changed

19 files changed

+446
-333
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Taro 是由 [凹凸实验室](https://aotu.io) 倾力打造的多端开发解决
2828

2929
- [Taro UI 使用文档](https://taro-ui.aotu.io)
3030
- [Taro UI 官方示例](https://github.com/NervJS/taro-ui-demo)
31-
- [Taro](https://taro.aotu.io/)
31+
- [Taro](https://taro.jd.com/)
3232
- [Taro 物料市场](https://taro-ext.jd.com)
3333
- [Taro 论坛 Taro-UI 板块](https://taro-club.jd.com/category/11/taro-ui)
3434

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
"license": "MIT"
1414
}
1515
},
16-
"version": "3.1.0-beta.3",
16+
"version": "3.1.0-beta.4",
1717
"npmClient": "yarn"
1818
}

packages/taro-ui-demo-rn/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "taro-ui-demo-rn",
4-
"version": "3.1.0-beta.3",
4+
"version": "3.1.0-beta.4",
55
"description": "Taro UI demo",
66
"author": "O2Team <aotu.io>",
77
"homepage": "https://taro-ui.aotu.io",
@@ -53,7 +53,7 @@
5353
"react-dom": "^16.13.0",
5454
"react-native": "~0.68.1",
5555
"react-native-modal": "^13.0.0",
56-
"taro-ui": "3.1.0-beta.3"
56+
"taro-ui": "3.1.0-beta.4"
5757
},
5858
"devDependencies": {
5959
"@babel/core": "^7.8.0",

packages/taro-ui-demo-rn/yarn.lock

Lines changed: 190 additions & 123 deletions
Large diffs are not rendered by default.

packages/taro-ui-demo/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "taro-ui-demo",
4-
"version": "3.1.0-beta.3",
4+
"version": "3.1.0-beta.4",
55
"description": "Taro UI demo",
66
"author": "O2Team <aotu.io>",
77
"homepage": "https://taro-ui.aotu.io",
@@ -49,7 +49,7 @@
4949
"@tarojs/taro": "~3.4.13",
5050
"react": "^16.13.0",
5151
"react-dom": "^16.13.0",
52-
"taro-ui": "3.1.0-beta.3"
52+
"taro-ui": "3.1.0-beta.4"
5353
},
5454
"devDependencies": {
5555
"@babel/core": "^7.8.0",

0 commit comments

Comments
 (0)