Skip to content

Commit

Permalink
chore(release): publish 3.4.9 (#11791)
Browse files Browse the repository at this point in the history
* chore(release): publish 3.4.9

* chore: ci
  • Loading branch information
Chen-jj authored May 10, 2022
1 parent 7f1478e commit 6461e41
Show file tree
Hide file tree
Showing 52 changed files with 173 additions and 173 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
if: startsWith( env.commitmsg , 'chore(release):' ) && github.event_name == 'push' && !env.disttag
run: |
echo "Publish by pushing must provide parameter named tag, just like: chore(release): publish 1.0 --tag=beta"
exit 1
exit 0
# ------------------ If event is push but there is no dist tag, exit -------------

Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "3.4.8",
"version": "3.4.9",
"npmClient": "yarn",
"npmClientArgs": [
"--ignore-engines"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-react-jsx-to-rn-stylesheet",
"version": "3.4.8",
"version": "3.4.9",
"description": "Transform stylesheet selector to style in JSX Elements.",
"license": "MIT",
"main": "dist/index.js",
Expand All @@ -24,7 +24,7 @@
},
"dependencies": {
"camelize": "^1.0.0",
"taro-css-to-react-native": "3.4.8"
"taro-css-to-react-native": "3.4.9"
},
"devDependencies": {
"@types/babel__core": "^7.1.14"
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-plugin-transform-taroapi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-taroapi",
"version": "3.4.8",
"version": "3.4.9",
"main": "dist/index.js",
"scripts": {
"build": "tsc"
Expand Down
10 changes: 5 additions & 5 deletions packages/babel-preset-taro/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-preset-taro",
"version": "3.4.8",
"version": "3.4.9",
"description": "> TODO: description",
"author": "yuche <i@yuche.me>",
"homepage": "https://github.com/nervjs/taro/tree/master/packages/babel-preset-taro#readme",
Expand Down Expand Up @@ -36,17 +36,17 @@
"@babel/runtime": "^7.14.5",
"@babel/runtime-corejs3": "^7.14.5",
"@prefresh/babel-plugin": "^0.4.1",
"@tarojs/helper": "3.4.8",
"@tarojs/taro-h5": "3.4.8",
"@tarojs/helper": "3.4.9",
"@tarojs/taro-h5": "3.4.9",
"@vue/babel-plugin-jsx": "^1.0.6",
"@vue/babel-preset-jsx": "^1.2.4",
"babel-plugin-dynamic-import-node": "2.3.3",
"babel-plugin-global-define": "1.0.3",
"babel-plugin-jsx-attributes-array-to-object": "0.3.0",
"babel-plugin-minify-dead-code-elimination": "0.5.1",
"babel-plugin-transform-imports-api": "1.0.0",
"babel-plugin-transform-react-jsx-to-rn-stylesheet": "3.4.8",
"babel-plugin-transform-taroapi": "3.4.8",
"babel-plugin-transform-react-jsx-to-rn-stylesheet": "3.4.9",
"babel-plugin-transform-taroapi": "3.4.9",
"core-js": "^3.6.5",
"metro-react-native-babel-preset": "^0.66.2",
"react-refresh": "0.9.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/css-to-react-native/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "taro-css-to-react-native",
"description": "Convert CSS text to a React Native stylesheet object",
"version": "3.4.8",
"version": "3.4.9",
"main": "dist/index.js",
"license": "MIT",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-taro/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-taro",
"version": "3.4.8",
"version": "3.4.9",
"description": "Taro specific linting rules for ESLint",
"main": "index.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/postcss-html-transform/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "postcss-html-transform",
"version": "3.4.8",
"version": "3.4.9",
"description": "transform html tag name selector",
"main": "index.js",
"author": "drchan",
Expand Down
2 changes: 1 addition & 1 deletion packages/postcss-plugin-constparse/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "postcss-plugin-constparse",
"version": "3.4.8",
"version": "3.4.9",
"description": "parse constants defined in config",
"main": "index.js",
"author": "Simba",
Expand Down
2 changes: 1 addition & 1 deletion packages/postcss-pxtransform/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "postcss-pxtransform",
"version": "3.4.8",
"version": "3.4.9",
"description": "PostCSS plugin px 转小程序 rpx及h5 rem 单位",
"keywords": [
"postcss",
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/shared",
"version": "3.4.8",
"version": "3.4.9",
"description": "> TODO: description",
"author": "yuche <i@yuche.me>",
"homepage": "https://github.com/nervjs/taro/tree/master/packages/shared#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/stylelint-config-taro-rn/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stylelint-config-taro-rn",
"version": "3.4.8",
"version": "3.4.9",
"description": "Shareable stylelint config for React Native CSS modules",
"main": "index.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/stylelint-taro-rn/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "stylelint-taro-rn",
"description": "A collection of React Native specific rules for stylelint",
"version": "3.4.8",
"version": "3.4.9",
"main": "dist/index.js",
"files": [
"dist",
Expand Down
8 changes: 4 additions & 4 deletions packages/taro-alipay/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/plugin-platform-alipay",
"version": "3.4.8",
"version": "3.4.9",
"description": "支付宝小程序平台插件",
"author": "Chen-jj",
"homepage": "https://github.com/nervjs/taro/tree/master/packages/taro-alipay#readme",
Expand All @@ -27,8 +27,8 @@
"url": "https://github.com/NervJS/taro/issues"
},
"dependencies": {
"@tarojs/components": "3.4.8",
"@tarojs/service": "3.4.8",
"@tarojs/shared": "3.4.8"
"@tarojs/components": "3.4.9",
"@tarojs/service": "3.4.9",
"@tarojs/shared": "3.4.9"
}
}
4 changes: 2 additions & 2 deletions packages/taro-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/api",
"version": "3.4.8",
"version": "3.4.9",
"description": "Taro common API",
"author": "yuche <i@yuche.me>",
"homepage": "https://github.com/nervjs/taro/tree/master/packages/api#readme",
Expand Down Expand Up @@ -30,6 +30,6 @@
},
"dependencies": {
"@babel/runtime": "^7.14.5",
"@tarojs/runtime": "3.4.8"
"@tarojs/runtime": "3.4.9"
}
}
12 changes: 6 additions & 6 deletions packages/taro-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/cli",
"version": "3.4.8",
"version": "3.4.9",
"description": "cli tool for taro",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -46,10 +46,10 @@
"@babel/template": "^7.14.5",
"@babel/traverse": "^7.14.5",
"@babel/types": "^7.14.5",
"@tarojs/helper": "3.4.8",
"@tarojs/service": "3.4.8",
"@tarojs/shared": "3.4.8",
"@tarojs/taroize": "3.4.8",
"@tarojs/helper": "3.4.9",
"@tarojs/service": "3.4.9",
"@tarojs/shared": "3.4.9",
"@tarojs/taroize": "3.4.9",
"@tarojs/transformer-wx": "^2.0.4",
"@types/request": "^2.48.1",
"adm-zip": "^0.4.13",
Expand Down Expand Up @@ -83,6 +83,6 @@
"xxhashjs": "^0.2.2"
},
"devDependencies": {
"@tarojs/taro": "3.4.8"
"@tarojs/taro": "3.4.9"
}
}
6 changes: 3 additions & 3 deletions packages/taro-components-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/components-react",
"version": "3.4.8",
"version": "3.4.9",
"description": "",
"main:h5": "src/index.js",
"main": "dist/index.js",
Expand All @@ -24,8 +24,8 @@
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.14.5",
"@tarojs/taro": "3.4.8",
"@tarojs/taro-h5": "3.4.8",
"@tarojs/taro": "3.4.9",
"@tarojs/taro-h5": "3.4.9",
"better-scroll": "^1.14.1",
"classnames": "^2.2.5",
"intersection-observer": "^0.7.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/taro-components-rn/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/components-rn",
"version": "3.4.8",
"version": "3.4.9",
"description": "多端解决方案基础组件(RN)",
"main": "./dist/index.js",
"scripts": {
Expand Down Expand Up @@ -40,7 +40,7 @@
"react-native-webview": "~11.14.3"
},
"devDependencies": {
"@tarojs/components": "3.4.8",
"@tarojs/components": "3.4.9",
"@types/react-native": "0.67.0",
"@unimodules/core": "^7.1.2",
"cpy-cli": "^3.1.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/taro-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/components",
"version": "3.4.8",
"version": "3.4.9",
"description": "",
"main:h5": "src/index.js",
"main": "dist/index.js",
Expand Down Expand Up @@ -39,7 +39,7 @@
"license": "MIT",
"dependencies": {
"@stencil/core": "2.9.0",
"@tarojs/taro": "3.4.8",
"@tarojs/taro": "3.4.9",
"better-scroll": "^1.14.1",
"classnames": "^2.2.5",
"hls.js": "^1.1.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/taro-extend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/extend",
"version": "3.4.8",
"version": "3.4.9",
"description": "Taro extend functionality",
"author": "yuche <i@yuche.me>",
"homepage": "https://github.com/nervjs/taro/tree/master/packages/taro-extend#readme",
Expand Down
10 changes: 5 additions & 5 deletions packages/taro-h5/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/taro-h5",
"version": "3.4.8",
"version": "3.4.9",
"description": "Taro h5 framework",
"main:h5": "dist/index.js",
"main": "dist/index.cjs.js",
Expand Down Expand Up @@ -32,10 +32,10 @@
"author": "O2Team",
"license": "MIT",
"dependencies": {
"@tarojs/api": "3.4.8",
"@tarojs/router": "3.4.8",
"@tarojs/runtime": "3.4.8",
"@tarojs/taro": "3.4.8",
"@tarojs/api": "3.4.9",
"@tarojs/router": "3.4.9",
"@tarojs/runtime": "3.4.9",
"@tarojs/taro": "3.4.9",
"base64-js": "^1.3.0",
"jsonp-retry": "^1.0.3",
"mobile-detect": "^1.4.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/taro-helper/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/helper",
"version": "3.4.8",
"version": "3.4.9",
"description": "Taro Helper",
"main": "index.js",
"types": "types/index.d.ts",
Expand Down Expand Up @@ -40,7 +40,7 @@
"@babel/preset-typescript": "^7.14.5",
"@babel/register": "^7.14.5",
"@babel/runtime": "^7.14.5",
"@tarojs/taro": "3.4.8",
"@tarojs/taro": "3.4.9",
"chalk": "3.0.0",
"chokidar": "^3.3.1",
"cross-spawn": "^7.0.3",
Expand Down
6 changes: 3 additions & 3 deletions packages/taro-jd/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/plugin-platform-jd",
"version": "3.4.8",
"version": "3.4.9",
"description": "京东小程序平台插件",
"author": "Chen-jj",
"homepage": "https://github.com/nervjs/taro/tree/master/packages/taro-jd#readme",
Expand All @@ -27,7 +27,7 @@
"url": "https://github.com/NervJS/taro/issues"
},
"dependencies": {
"@tarojs/service": "3.4.8",
"@tarojs/shared": "3.4.8"
"@tarojs/service": "3.4.9",
"@tarojs/shared": "3.4.9"
}
}
6 changes: 3 additions & 3 deletions packages/taro-loader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/taro-loader",
"version": "3.4.8",
"version": "3.4.9",
"description": "> TODO: description",
"author": "yuche <i@yuche.me>",
"homepage": "https://github.com/nervjs/taro/tree/master/packages/taro-loader#readme",
Expand All @@ -26,8 +26,8 @@
"url": "https://github.com/NervJS/taro/issues"
},
"dependencies": {
"@tarojs/helper": "3.4.8",
"@tarojs/taro": "3.4.8",
"@tarojs/helper": "3.4.9",
"@tarojs/taro": "3.4.9",
"loader-utils": "^1.2.3"
},
"publishConfig": {
Expand Down
Loading

0 comments on commit 6461e41

Please sign in to comment.