Skip to content

Commit

Permalink
chore(release): publish 3.1.0-beta.3 (jd-opensource#1511)
Browse files Browse the repository at this point in the history
  • Loading branch information
shinken008 authored Aug 6, 2022
1 parent 79236de commit 323f8f8
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 16 deletions.
8 changes: 8 additions & 0 deletions RN.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,11 @@ cd packages/taro-ui-demo-rn
yarn dev:rn
```
demo 适配开发,更改组件 style 样式,需要更改一下 packages/taro-ui-demo-rn/src/app.scss 触发一下样式重编。

#### DEMO release
需要打一个 tag,比如:
```sh
git tag -a 'v3.1.0-beta.3-rn' -m 'rn qrcode for v3.1.0-beta.3'
git push origin v3.1.0-beta.3-rn
```
git ci 部署,最后生成 release 信息
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.2",
"version": "3.1.0-beta.3",
"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.2"
"taro-ui": "3.1.0-beta.3"
},
"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.2",
"version": "3.1.0-beta.3",
"description": "Taro UI demo",
"author": "O2Team <aotu.io>",
"homepage": "https://taro-ui.aotu.io",
Expand Down Expand Up @@ -48,7 +48,7 @@
"@tarojs/taro": "~3.3.20",
"react": "^16.13.0",
"react-dom": "^16.13.0",
"taro-ui": "3.1.0-beta.2"
"taro-ui": "3.1.0-beta.3"
},
"devDependencies": {
"@babel/core": "^7.8.0",
Expand Down
11 changes: 0 additions & 11 deletions packages/taro-ui-demo/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12204,17 +12204,6 @@ taro-css-to-react-native@^2.0.4:
css-mediaquery "^0.1.2"
postcss-value-parser "^3.3.0"

[email protected]:
version "3.1.0-beta.2"
resolved "https://registry.yarnpkg.com/taro-ui/-/taro-ui-3.1.0-beta.2.tgz#dc4eea0475f74ac7391561af6206367205275404"
integrity sha512-iW649RaTV7F4EHhVtnavbp3TilIGcj4X/J+p955Br+c4l3ggZVmnCiCvKLCiIqZzSO5BvryR59f+THpoZbTKmQ==
dependencies:
classnames "^2.2.6"
dayjs "^1.7.7"
lodash "^4.17.10"
prop-types "^15.7.2"
react-native-modal "^13.0.0"

term-size@^1.2.0:
version "1.2.0"
resolved "https://registry.yarnpkg.com/term-size/-/term-size-1.2.0.tgz#458b83887f288fc56d6fffbfad262e26638efa69"
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.2",
"version": "3.1.0-beta.3",
"description": "UI KIT for Taro",
"module": "dist/index.esm.js",
"main": "dist/index.js",
Expand Down

0 comments on commit 323f8f8

Please sign in to comment.