Skip to content

Commit

Permalink
chore(release): publish v2.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
luckyadam committed Apr 26, 2020
1 parent 9e2b894 commit 3d8ee76
Show file tree
Hide file tree
Showing 50 changed files with 110 additions and 110 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -56,6 +56,6 @@
"message": "chore(release): publish %s"
}
},
"version": "2.1.5",
"version": "2.1.6",
"npmClient": "npm"
}
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-jsx-to-stylesheet",
"version": "2.1.5",
"version": "2.1.6",
"description": "Transform stylesheet selector to style in JSX Elements.",
"license": "MIT",
"main": "src/index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/babel-plugin-transform-taroapi/package.json
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-taroapi",
"version": "2.1.5",
"version": "2.1.6",
"main": "dist/index.js",
"license": "MIT",
"scripts": {
Expand All @@ -10,7 +10,7 @@
"test": "jest"
},
"devDependencies": {
"@tarojs/taro-h5": "2.1.5",
"@tarojs/taro-h5": "2.1.6",
"@types/babel-core": "^6.25.5",
"@types/babel-traverse": "^6.25.4",
"@types/babel-types": "^7.0.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/css-to-react-native/package.json
@@ -1,7 +1,7 @@
{
"name": "taro-css-to-react-native",
"description": "Convert CSS text to a React Native stylesheet object",
"version": "2.1.5",
"version": "2.1.6",
"main": "dist/index.js",
"license": "MIT",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-taro/package.json
@@ -1,6 +1,6 @@
{
"name": "eslint-config-taro",
"version": "2.1.5",
"version": "2.1.6",
"description": "Taro specific linting rules for ESLint",
"main": "index.js",
"files": [
Expand Down Expand Up @@ -28,6 +28,6 @@
"author": "O2Team",
"license": "MIT",
"dependencies": {
"eslint-plugin-taro": "2.1.5"
"eslint-plugin-taro": "2.1.6"
}
}
2 changes: 1 addition & 1 deletion packages/eslint-plugin-taro/package.json
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-taro",
"version": "2.1.5",
"version": "2.1.6",
"description": "Taro specific linting plugin for ESLint",
"main": "index.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/postcss-plugin-constparse/package.json
@@ -1,6 +1,6 @@
{
"name": "postcss-plugin-constparse",
"version": "2.1.5",
"version": "2.1.6",
"description": "parse constants defined in config",
"main": "index.js",
"author": "Simba",
Expand Down
2 changes: 1 addition & 1 deletion packages/postcss-pxtransform/package.json
@@ -1,6 +1,6 @@
{
"name": "postcss-pxtransform",
"version": "2.1.5",
"version": "2.1.6",
"description": "PostCSS plugin px 转小程序 rpx及h5 rem 单位",
"keywords": [
"postcss",
Expand Down
2 changes: 1 addition & 1 deletion packages/postcss-unit-transform/package.json
@@ -1,6 +1,6 @@
{
"name": "postcss-taro-unit-transform",
"version": "2.1.5",
"version": "2.1.6",
"description": "小程序单位转换",
"main": "index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/stylelint-config-taro-rn/package.json
@@ -1,6 +1,6 @@
{
"name": "stylelint-config-taro-rn",
"version": "2.1.5",
"version": "2.1.6",
"description": "Shareable stylelint config for React Native CSS modules",
"main": "index.js",
"files": [
Expand Down Expand Up @@ -28,6 +28,6 @@
"jest": "^23.6.0",
"npmpub": "^4.1.0",
"stylelint": "9.3.0",
"stylelint-taro-rn": "2.1.5"
"stylelint-taro-rn": "2.1.6"
}
}
2 changes: 1 addition & 1 deletion packages/stylelint-taro-rn/package.json
@@ -1,7 +1,7 @@
{
"name": "stylelint-taro-rn",
"description": "A collection of React Native specific rules for stylelint",
"version": "2.1.5",
"version": "2.1.6",
"main": "dist/index.js",
"babel": {
"presets": [
Expand Down
6 changes: 3 additions & 3 deletions packages/taro-alipay/package.json
@@ -1,6 +1,6 @@
{
"name": "@tarojs/taro-alipay",
"version": "2.1.5",
"version": "2.1.6",
"description": "Taro alipay framework",
"main": "index.js",
"files": [
Expand All @@ -24,8 +24,8 @@
"author": "O2Team",
"license": "MIT",
"dependencies": {
"@tarojs/taro": "2.1.5",
"@tarojs/utils": "2.1.5",
"@tarojs/taro": "2.1.6",
"@tarojs/utils": "2.1.6",
"lodash": "^4.17.10",
"prop-types": "^15.6.1"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/taro-async-await/package.json
@@ -1,6 +1,6 @@
{
"name": "@tarojs/async-await",
"version": "2.1.5",
"version": "2.1.6",
"description": "taro async await",
"main": "index.js",
"scripts": {
Expand Down
22 changes: 11 additions & 11 deletions packages/taro-cli/package.json
@@ -1,6 +1,6 @@
{
"name": "@tarojs/cli",
"version": "2.1.5",
"version": "2.1.6",
"description": "cli tool for taro",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -40,8 +40,8 @@
"author": "O2Team",
"license": "MIT",
"dependencies": {
"@tarojs/taroize": "2.1.5",
"@tarojs/transformer-wx": "2.1.5",
"@tarojs/taroize": "2.1.6",
"@tarojs/transformer-wx": "2.1.6",
"@types/request": "^2.48.1",
"@typescript-eslint/parser": "^2.0.0",
"adm-zip": "^0.4.13",
Expand All @@ -52,7 +52,7 @@
"babel-plugin-preval": "1.6.4",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-define": "^1.3.0",
"babel-plugin-transform-jsx-to-stylesheet": "2.1.5",
"babel-plugin-transform-jsx-to-stylesheet": "2.1.6",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-plugin-transform-taroapi": "1.3.15",
"babel-template": "^6.26.0",
Expand All @@ -66,11 +66,11 @@
"download-git-repo": "^2.0.0",
"envinfo": "^6.0.1",
"eslint": "^6.8.0",
"eslint-config-taro": "2.1.5",
"eslint-config-taro": "2.1.6",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-react": "^7.4.0",
"eslint-plugin-react-hooks": "^1.6.1",
"eslint-plugin-taro": "2.1.5",
"eslint-plugin-taro": "2.1.6",
"eslint-plugin-typescript": "^0.12.0",
"fbjs": "^1.0.0",
"find-yarn-workspace-root": "1.2.1",
Expand All @@ -86,7 +86,7 @@
"npm-check": "^5.9.0",
"ora": "^2.0.0",
"postcss": "^6.0.22",
"postcss-pxtransform": "2.1.5",
"postcss-pxtransform": "2.1.6",
"postcss-reporter": "^6.0.1",
"postcss-taro-unit-transform": "1.2.15",
"prettier": "^1.16.4",
Expand All @@ -97,17 +97,17 @@
"semver": "^5.5.0",
"shelljs": "^0.8.1",
"stylelint": "9.3.0",
"stylelint-config-taro-rn": "2.1.5",
"stylelint-taro-rn": "2.1.5",
"stylelint-config-taro-rn": "2.1.6",
"stylelint-taro-rn": "2.1.6",
"tapable": "^1.1.3",
"taro-css-to-react-native": "2.1.5",
"taro-css-to-react-native": "2.1.6",
"tcp-port-used": "^1.0.1",
"xml2js": "^0.4.19",
"xxhashjs": "^0.2.2",
"yauzl": "2.10.0"
},
"devDependencies": {
"@tarojs/taro": "2.1.5",
"@tarojs/taro": "2.1.6",
"@types/babel-core": "^6.25.5",
"@types/babel-generator": "^6.25.2",
"@types/babel-traverse": "^6.25.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/taro-components-qa/package.json
@@ -1,6 +1,6 @@
{
"name": "@tarojs/components-qa",
"version": "2.1.5",
"version": "2.1.6",
"description": "多端解决方案基础组件(快应用)",
"main": "./index.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/taro-components-rn/package.json
@@ -1,6 +1,6 @@
{
"name": "@tarojs/components-rn",
"version": "2.1.5",
"version": "2.1.6",
"description": "多端解决方案基础组件(RN)",
"main": "./dist/index.js",
"scripts": {
Expand Down
6 changes: 3 additions & 3 deletions packages/taro-components/package.json
@@ -1,6 +1,6 @@
{
"name": "@tarojs/components",
"version": "2.1.5",
"version": "2.1.6",
"description": "",
"main:h5": "src/index.js",
"main": "dist/index.js",
Expand Down Expand Up @@ -49,14 +49,14 @@
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
"@babel/plugin-transform-react-jsx": "^7.0.0",
"@babel/preset-env": "^7.1.5",
"@tarojs/taro-h5": "2.1.5",
"@tarojs/taro-h5": "2.1.6",
"@types/react": "^16.4.6",
"@types/urijs": "^1.15.38",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "10.0.1",
"babel-jest": "^22.4.4",
"babel-loader": "^8.0.5",
"babel-plugin-transform-taroapi": "2.1.5",
"babel-plugin-transform-taroapi": "2.1.6",
"css-loader": "^2.1.1",
"file-loader": "^3.0.1",
"jest": "^22.4.4",
Expand Down
6 changes: 3 additions & 3 deletions packages/taro-h5/package.json
@@ -1,6 +1,6 @@
{
"name": "@tarojs/taro-h5",
"version": "2.1.5",
"version": "2.1.6",
"description": "Taro h5 framework",
"main:h5": "src/index.js",
"main": "dist/index.cjs.js",
Expand Down Expand Up @@ -45,8 +45,8 @@
"@babel/plugin-proposal-object-rest-spread": "^7.3.4",
"@babel/plugin-transform-react-jsx": "^7.2.2",
"@babel/preset-env": "^7.3.4",
"@tarojs/components": "2.1.5",
"@tarojs/taro": "2.1.5",
"@tarojs/components": "2.1.6",
"@tarojs/taro": "2.1.6",
"babel-core": "7.0.0-bridge.0",
"babel-jest": "24.4.0",
"eslint": "^4.18.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/taro-jd/package.json
@@ -1,6 +1,6 @@
{
"name": "@tarojs/taro-jd",
"version": "2.1.5",
"version": "2.1.6",
"description": "Taro jd framework",
"main": "index.js",
"files": [
Expand All @@ -24,8 +24,8 @@
"author": "O2Team",
"license": "MIT",
"dependencies": {
"@tarojs/taro": "2.1.5",
"@tarojs/utils": "2.1.5",
"@tarojs/taro": "2.1.6",
"@tarojs/utils": "2.1.6",
"lodash": "^4.17.10",
"prop-types": "^15.6.1"
}
Expand Down
10 changes: 5 additions & 5 deletions packages/taro-mini-runner/package.json
@@ -1,6 +1,6 @@
{
"name": "@tarojs/mini-runner",
"version": "2.1.5",
"version": "2.1.6",
"description": "Mini app runner for taro",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -32,9 +32,9 @@
},
"homepage": "https://github.com/NervJS/taro#readme",
"dependencies": {
"@tarojs/runner-utils": "2.1.5",
"@tarojs/taro": "2.1.5",
"@tarojs/transformer-wx": "2.1.5",
"@tarojs/runner-utils": "2.1.6",
"@tarojs/taro": "2.1.6",
"@tarojs/transformer-wx": "2.1.6",
"babel-core": "^6.26.3",
"babel-generator": "^6.26.1",
"babel-loader": "^8.0.6",
Expand All @@ -61,7 +61,7 @@
"ora": "^3.4.0",
"postcss-import": "12.0.1",
"postcss-loader": "^3.0.0",
"postcss-pxtransform": "2.1.5",
"postcss-pxtransform": "2.1.6",
"postcss-url": "^8.0.0",
"request": "^2.88.0",
"resolve": "^2.0.0-next.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/taro-mobx-common/package.json
@@ -1,6 +1,6 @@
{
"name": "@tarojs/mobx-common",
"version": "2.1.5",
"version": "2.1.6",
"description": "mobx library for taro",
"keywords": [
"mobx",
Expand Down
6 changes: 3 additions & 3 deletions packages/taro-mobx-h5/package.json
@@ -1,6 +1,6 @@
{
"name": "@tarojs/mobx-h5",
"version": "2.1.5",
"version": "2.1.6",
"description": "mobx-h5 for taro",
"keywords": [
"mobx",
Expand Down Expand Up @@ -28,8 +28,8 @@
"nervjs": "^1.5.0"
},
"dependencies": {
"@tarojs/mobx-common": "2.1.5",
"@tarojs/taro-h5": "2.1.5"
"@tarojs/mobx-common": "2.1.6",
"@tarojs/taro-h5": "2.1.6"
},
"devDependencies": {
"rimraf": "^2.6.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/taro-mobx-rn/package.json
@@ -1,6 +1,6 @@
{
"name": "@tarojs/mobx-rn",
"version": "2.1.5",
"version": "2.1.6",
"description": "mobx-rn for taro",
"keywords": [
"mobx",
Expand All @@ -18,7 +18,7 @@
"src"
],
"dependencies": {
"@tarojs/mobx-common": "2.1.5",
"@tarojs/taro-rn": "2.1.5"
"@tarojs/mobx-common": "2.1.6",
"@tarojs/taro-rn": "2.1.6"
}
}
6 changes: 3 additions & 3 deletions packages/taro-mobx/package.json
@@ -1,6 +1,6 @@
{
"name": "@tarojs/mobx",
"version": "2.1.5",
"version": "2.1.6",
"description": "mobx for taro",
"keywords": [
"mobx",
Expand All @@ -24,8 +24,8 @@
"clear": "rimraf dist"
},
"dependencies": {
"@tarojs/mobx-common": "2.1.5",
"@tarojs/taro": "2.1.5"
"@tarojs/mobx-common": "2.1.6",
"@tarojs/taro": "2.1.6"
},
"devDependencies": {
"rimraf": "^2.6.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/taro-plugin-babel/package.json
@@ -1,6 +1,6 @@
{
"name": "@tarojs/plugin-babel",
"version": "2.1.5",
"version": "2.1.6",
"description": "Taro babel编译",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 3d8ee76

Please sign in to comment.