Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(release): publish 3.4.4 #11532

Merged
merged 1 commit into from
Mar 29, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.3",
"version": "3.4.4",
"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.3",
"version": "3.4.4",
"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.3"
"taro-css-to-react-native": "3.4.4"
},
"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.3",
"version": "3.4.4",
"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.3",
"version": "3.4.4",
"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.3",
"@tarojs/taro-h5": "3.4.3",
"@tarojs/helper": "3.4.4",
"@tarojs/taro-h5": "3.4.4",
"@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.3",
"babel-plugin-transform-taroapi": "3.4.3",
"babel-plugin-transform-react-jsx-to-rn-stylesheet": "3.4.4",
"babel-plugin-transform-taroapi": "3.4.4",
"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.3",
"version": "3.4.4",
"main": "dist/index.js",
"license": "MIT",
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-taro/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "eslint-config-taro",
"version": "3.4.3",
"version": "3.4.4",
"description": "Taro specific linting rules for ESLint",
"main": "index.js",
"files": [
"rules",
"index.js",
"html-tags.js",
"react.js",
"preact.js",
"preact.js",
"nerv.js",
"vue.js",
"vue3.js",
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.3",
"version": "3.4.4",
"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.3",
"version": "3.4.4",
"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.3",
"version": "3.4.4",
"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.3",
"version": "3.4.4",
"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.3",
"version": "3.4.4",
"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.3",
"version": "3.4.4",
"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.3",
"version": "3.4.4",
"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.3",
"@tarojs/service": "3.4.3",
"@tarojs/shared": "3.4.3"
"@tarojs/components": "3.4.4",
"@tarojs/service": "3.4.4",
"@tarojs/shared": "3.4.4"
}
}
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.3",
"version": "3.4.4",
"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.3"
"@tarojs/runtime": "3.4.4"
}
}
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.3",
"version": "3.4.4",
"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.3",
"@tarojs/mini-runner": "3.4.3",
"@tarojs/plugin-framework-react": "3.4.3",
"@tarojs/plugin-framework-vue2": "3.4.3",
"@tarojs/plugin-framework-vue3": "3.4.3",
"@tarojs/plugin-platform-alipay": "3.4.3",
"@tarojs/plugin-platform-jd": "3.4.3",
"@tarojs/plugin-platform-qq": "3.4.3",
"@tarojs/plugin-platform-swan": "3.4.3",
"@tarojs/plugin-platform-tt": "3.4.3",
"@tarojs/plugin-platform-weapp": "3.4.3",
"@tarojs/service": "3.4.3",
"@tarojs/shared": "3.4.3",
"@tarojs/taro": "3.4.3",
"@tarojs/taroize": "3.4.3",
"@tarojs/helper": "3.4.4",
"@tarojs/mini-runner": "3.4.4",
"@tarojs/plugin-framework-react": "3.4.4",
"@tarojs/plugin-framework-vue2": "3.4.4",
"@tarojs/plugin-framework-vue3": "3.4.4",
"@tarojs/plugin-platform-alipay": "3.4.4",
"@tarojs/plugin-platform-jd": "3.4.4",
"@tarojs/plugin-platform-qq": "3.4.4",
"@tarojs/plugin-platform-swan": "3.4.4",
"@tarojs/plugin-platform-tt": "3.4.4",
"@tarojs/plugin-platform-weapp": "3.4.4",
"@tarojs/service": "3.4.4",
"@tarojs/shared": "3.4.4",
"@tarojs/taro": "3.4.4",
"@tarojs/taroize": "3.4.4",
"@tarojs/transformer-wx": "^2.0.4",
"@tarojs/webpack-runner": "3.4.3",
"@tarojs/webpack-runner": "3.4.4",
"@types/request": "^2.48.1",
"adm-zip": "^0.4.13",
"babylon": "^6.18.0",
Expand All @@ -74,7 +74,7 @@
"ejs": "^2.6.1",
"envinfo": "^6.0.1",
"eslint": "^6.1.0",
"eslint-config-taro": "3.4.3",
"eslint-config-taro": "3.4.4",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-react": "^7.4.0",
"eslint-plugin-react-hooks": "^4.2.0",
Expand All @@ -99,7 +99,7 @@
"postcss-modules-resolve-imports": "^1.3.0",
"postcss-modules-scope": "^1.1.0",
"postcss-modules-values": "^1.3.0",
"postcss-pxtransform": "3.4.3",
"postcss-pxtransform": "3.4.4",
"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.3",
"version": "3.4.4",
"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.3",
"@tarojs/taro-h5": "3.4.3",
"@tarojs/taro": "3.4.4",
"@tarojs/taro-h5": "3.4.4",
"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.3",
"version": "3.4.4",
"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.3",
"@tarojs/components": "3.4.4",
"@types/react-native": "0.67.0",
"cpy-cli": "^3.1.1",
"expo-constants": "~9.2.0",
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.3",
"version": "3.4.4",
"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.3",
"@tarojs/taro": "3.4.4",
"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.3",
"version": "3.4.4",
"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.3",
"version": "3.4.4",
"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.3",
"@tarojs/router": "3.4.3",
"@tarojs/runtime": "3.4.3",
"@tarojs/taro": "3.4.3",
"@tarojs/api": "3.4.4",
"@tarojs/router": "3.4.4",
"@tarojs/runtime": "3.4.4",
"@tarojs/taro": "3.4.4",
"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.3",
"version": "3.4.4",
"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.3",
"@tarojs/taro": "3.4.4",
"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.3",
"version": "3.4.4",
"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.3",
"@tarojs/shared": "3.4.3"
"@tarojs/service": "3.4.4",
"@tarojs/shared": "3.4.4"
}
}
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.3",
"version": "3.4.4",
"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.3",
"@tarojs/taro": "3.4.3",
"@tarojs/helper": "3.4.4",
"@tarojs/taro": "3.4.4",
"loader-utils": "^1.2.3"
},
"publishConfig": {
Expand Down
Loading