Skip to content

Commit

Permalink
chore(release): publish 3.4.2 (#11308)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZakaryCode authored Feb 18, 2022
1 parent 394cea3 commit 26b3293
Show file tree
Hide file tree
Showing 52 changed files with 185 additions and 185 deletions.
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.1",
"version": "3.4.2",
"npmClient": "yarn",
"npmClientArgs": [
"--ignore-engines"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -162,5 +162,5 @@
"webpack-dev-server": "^3.8.2",
"webpack-merge": "^4.2.2"
},
"version": "3.4.1"
"version": "3.4.2"
}
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.1",
"version": "3.4.2",
"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.1"
"taro-css-to-react-native": "3.4.2"
},
"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.1",
"version": "3.4.2",
"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.1",
"version": "3.4.2",
"description": "> TODO: description",
"author": "yuche <[email protected]>",
"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.1",
"@tarojs/taro-h5": "3.4.1",
"@tarojs/helper": "3.4.2",
"@tarojs/taro-h5": "3.4.2",
"@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.1",
"babel-plugin-transform-taroapi": "3.4.1",
"babel-plugin-transform-react-jsx-to-rn-stylesheet": "3.4.2",
"babel-plugin-transform-taroapi": "3.4.2",
"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.1",
"version": "3.4.2",
"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.1",
"version": "3.4.2",
"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.1",
"version": "3.4.2",
"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.1",
"version": "3.4.2",
"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.1",
"version": "3.4.2",
"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.1",
"version": "3.4.2",
"description": "> TODO: description",
"author": "yuche <[email protected]>",
"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.1",
"version": "3.4.2",
"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.1",
"version": "3.4.2",
"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.1",
"version": "3.4.2",
"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.1",
"@tarojs/service": "3.4.1",
"@tarojs/shared": "3.4.1"
"@tarojs/components": "3.4.2",
"@tarojs/service": "3.4.2",
"@tarojs/shared": "3.4.2"
}
}
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.1",
"version": "3.4.2",
"description": "Taro common API",
"author": "yuche <[email protected]>",
"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.1"
"@tarojs/runtime": "3.4.2"
}
}
38 changes: 19 additions & 19 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.1",
"version": "3.4.2",
"description": "cli tool for taro",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -47,23 +47,23 @@
"@babel/traverse": "^7.14.5",
"@babel/types": "^7.14.5",
"@hapi/joi": "17.1.1",
"@tarojs/helper": "3.4.1",
"@tarojs/mini-runner": "3.4.1",
"@tarojs/plugin-framework-react": "3.4.1",
"@tarojs/plugin-framework-vue2": "3.4.1",
"@tarojs/plugin-framework-vue3": "3.4.1",
"@tarojs/plugin-platform-alipay": "3.4.1",
"@tarojs/plugin-platform-jd": "3.4.1",
"@tarojs/plugin-platform-qq": "3.4.1",
"@tarojs/plugin-platform-swan": "3.4.1",
"@tarojs/plugin-platform-tt": "3.4.1",
"@tarojs/plugin-platform-weapp": "3.4.1",
"@tarojs/service": "3.4.1",
"@tarojs/shared": "3.4.1",
"@tarojs/taro": "3.4.1",
"@tarojs/taroize": "3.4.1",
"@tarojs/helper": "3.4.2",
"@tarojs/mini-runner": "3.4.2",
"@tarojs/plugin-framework-react": "3.4.2",
"@tarojs/plugin-framework-vue2": "3.4.2",
"@tarojs/plugin-framework-vue3": "3.4.2",
"@tarojs/plugin-platform-alipay": "3.4.2",
"@tarojs/plugin-platform-jd": "3.4.2",
"@tarojs/plugin-platform-qq": "3.4.2",
"@tarojs/plugin-platform-swan": "3.4.2",
"@tarojs/plugin-platform-tt": "3.4.2",
"@tarojs/plugin-platform-weapp": "3.4.2",
"@tarojs/service": "3.4.2",
"@tarojs/shared": "3.4.2",
"@tarojs/taro": "3.4.2",
"@tarojs/taroize": "3.4.2",
"@tarojs/transformer-wx": "^2.0.4",
"@tarojs/webpack-runner": "3.4.1",
"@tarojs/webpack-runner": "3.4.2",
"@types/request": "^2.48.1",
"adm-zip": "^0.4.13",
"babylon": "^6.18.0",
Expand All @@ -75,7 +75,7 @@
"ejs": "^2.6.1",
"envinfo": "^6.0.1",
"eslint": "^6.1.0",
"eslint-config-taro": "3.4.1",
"eslint-config-taro": "3.4.2",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-react": "^7.4.0",
"eslint-plugin-react-hooks": "^4.2.0",
Expand All @@ -100,7 +100,7 @@
"postcss-modules-resolve-imports": "^1.3.0",
"postcss-modules-scope": "^1.1.0",
"postcss-modules-values": "^1.3.0",
"postcss-pxtransform": "3.4.1",
"postcss-pxtransform": "3.4.2",
"postcss-reporter": "^6.0.1",
"postcss-taro-unit-transform": "1.2.15",
"postcss-url": "^7.3.2",
Expand Down
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.1",
"version": "3.4.2",
"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.1",
"@tarojs/taro-h5": "3.4.1",
"@tarojs/taro": "3.4.2",
"@tarojs/taro-h5": "3.4.2",
"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.1",
"version": "3.4.2",
"description": "多端解决方案基础组件(RN)",
"main": "./dist/index.js",
"scripts": {
Expand Down Expand Up @@ -43,7 +43,7 @@
"unimodules-permissions-interface": "~5.3.0"
},
"devDependencies": {
"@tarojs/components": "3.4.1",
"@tarojs/components": "3.4.2",
"@types/react-native": "0.66.5",
"@types/sinon": "^9.0.8",
"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.1",
"version": "3.4.2",
"description": "",
"main:h5": "src/index.js",
"main": "dist/index.js",
Expand Down Expand Up @@ -38,7 +38,7 @@
"license": "MIT",
"dependencies": {
"@stencil/core": "2.9.0",
"@tarojs/taro": "3.4.1",
"@tarojs/taro": "3.4.2",
"better-scroll": "^1.14.1",
"classnames": "^2.2.5",
"intersection-observer": "^0.7.0",
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.1",
"version": "3.4.2",
"description": "Taro extend functionality",
"author": "yuche <[email protected]>",
"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.1",
"version": "3.4.2",
"description": "Taro h5 framework",
"main:h5": "dist/index.js",
"main": "dist/index.cjs.js",
Expand Down Expand Up @@ -30,10 +30,10 @@
"author": "O2Team",
"license": "MIT",
"dependencies": {
"@tarojs/api": "3.4.1",
"@tarojs/router": "3.4.1",
"@tarojs/runtime": "3.4.1",
"@tarojs/taro": "3.4.1",
"@tarojs/api": "3.4.2",
"@tarojs/router": "3.4.2",
"@tarojs/runtime": "3.4.2",
"@tarojs/taro": "3.4.2",
"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.1",
"version": "3.4.2",
"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.1",
"@tarojs/taro": "3.4.2",
"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.1",
"version": "3.4.2",
"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.1",
"@tarojs/shared": "3.4.1"
"@tarojs/service": "3.4.2",
"@tarojs/shared": "3.4.2"
}
}
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.1",
"version": "3.4.2",
"description": "> TODO: description",
"author": "yuche <[email protected]>",
"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.1",
"@tarojs/taro": "3.4.1",
"@tarojs/helper": "3.4.2",
"@tarojs/taro": "3.4.2",
"loader-utils": "^1.2.3"
},
"publishConfig": {
Expand Down
Loading

0 comments on commit 26b3293

Please sign in to comment.