Skip to content

Commit

Permalink
chore(release): publish v1.2.15
Browse files Browse the repository at this point in the history
  • Loading branch information
luckyadam committed Feb 27, 2019
1 parent 7f7e186 commit 4117796
Show file tree
Hide file tree
Showing 41 changed files with 67 additions and 67 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@
"message": "chore(release): publish %s"
}
},
"version": "1.2.14",
"version": "1.2.15",
"npmClient": "npm"
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-jsx-to-stylesheet",
"version": "1.2.14",
"version": "1.2.15",
"description": "Transform stylesheet selector to style in JSX Elements.",
"license": "MIT",
"main": "src/index.js",
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,6 +1,6 @@
{
"name": "eslint-config-taro",
"version": "1.2.14",
"version": "1.2.15",
"description": "Taro specific linting rules for ESLint",
"main": "index.js",
"files": [
Expand All @@ -27,6 +27,6 @@
"author": "O2Team",
"license": "MIT",
"dependencies": {
"eslint-plugin-taro": "1.2.14"
"eslint-plugin-taro": "1.2.15"
}
}
2 changes: 1 addition & 1 deletion packages/eslint-plugin-taro/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-taro",
"version": "1.2.14",
"version": "1.2.15",
"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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "postcss-plugin-constparse",
"version": "1.2.14",
"version": "1.2.15",
"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": "1.2.14",
"version": "1.2.15",
"description": "PostCSS plugin px 转小程序 rpx及h5 rem 单位",
"keywords": [
"postcss",
Expand Down
2 changes: 1 addition & 1 deletion packages/postcss-unit-transform/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "postcss-taro-unit-transform",
"version": "1.2.14",
"version": "1.2.15",
"description": "小程序单位转换",
"main": "index.js",
"scripts": {
Expand Down
6 changes: 3 additions & 3 deletions packages/taro-alipay/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/taro-alipay",
"version": "1.2.14",
"version": "1.2.15",
"description": "Taro alipay framework",
"main": "index.js",
"files": [
Expand All @@ -23,8 +23,8 @@
"author": "O2Team",
"license": "MIT",
"dependencies": {
"@tarojs/taro": "1.2.14",
"@tarojs/utils": "1.2.14",
"@tarojs/taro": "1.2.15",
"@tarojs/utils": "1.2.15",
"lodash": "^4.17.10",
"prop-types": "^15.6.1"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/taro-async-await/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/async-await",
"version": "1.2.14",
"version": "1.2.15",
"description": "taro async await",
"main": "index.js",
"scripts": {
Expand Down
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": "1.2.14",
"version": "1.2.15",
"description": "cli tool for taro",
"main": "index.js",
"scripts": {
Expand All @@ -23,16 +23,16 @@
"author": "O2Team",
"license": "MIT",
"dependencies": {
"@tarojs/taroize": "1.2.14",
"@tarojs/transformer-wx": "1.2.14",
"@tarojs/taroize": "1.2.15",
"@tarojs/transformer-wx": "1.2.15",
"autoprefixer": "^8.4.1",
"babel-core": "^6.26.3",
"babel-generator": "^6.26.1",
"babel-plugin-danger-remove-unused-import": "^1.1.1",
"babel-plugin-remove-dead-code": "^1.3.2",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-define": "^1.3.0",
"babel-plugin-transform-jsx-to-stylesheet": "1.2.14",
"babel-plugin-transform-jsx-to-stylesheet": "1.2.15",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-template": "^6.26.0",
"babel-traverse": "^6.26.0",
Expand Down Expand Up @@ -63,8 +63,8 @@
"postcss-modules-resolve-imports": "^1.3.0",
"postcss-modules-scope": "^1.1.0",
"postcss-modules-values": "^1.3.0",
"postcss-pxtransform": "1.2.14",
"postcss-taro-unit-transform": "1.2.14",
"postcss-pxtransform": "1.2.15",
"postcss-taro-unit-transform": "1.2.15",
"postcss-url": "^7.3.2",
"prettier": "^1.14.3",
"prop-types": "^15.6.2",
Expand Down
2 changes: 1 addition & 1 deletion 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": "1.2.14",
"version": "1.2.15",
"description": "多端解决方案基础组件(RN)",
"main": "./dist/index.js",
"scripts": {
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": "1.2.14",
"version": "1.2.15",
"description": "",
"main": "src/index.js",
"typings": "./types/index.d.ts",
Expand Down Expand Up @@ -43,7 +43,7 @@
"@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": "1.2.14",
"@tarojs/taro-h5": "1.2.15",
"@types/react": "^16.4.6",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^22.4.4",
Expand Down
4 changes: 2 additions & 2 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": "1.2.14",
"version": "1.2.15",
"description": "Taro h5 framework",
"main": "index.js",
"typings": "types/index.d.ts",
Expand Down Expand Up @@ -30,7 +30,7 @@
"nervjs": "^1.3.0"
},
"dependencies": {
"@tarojs/taro": "1.2.14",
"@tarojs/taro": "1.2.15",
"base64-js": "^1.3.0",
"jsonp-retry": "^1.0.3",
"mobile-detect": "^1.4.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/taro-mobx-common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/mobx-common",
"version": "1.2.14",
"version": "1.2.15",
"description": "mobx library for taro",
"keywords": [
"mobx",
Expand Down
4 changes: 2 additions & 2 deletions packages/taro-mobx-h5/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/mobx-h5",
"version": "1.2.14",
"version": "1.2.15",
"description": "mobx-h5 for taro",
"keywords": [
"mobx",
Expand All @@ -27,7 +27,7 @@
"nervjs": "^1.3.0"
},
"dependencies": {
"@tarojs/mobx-common": "1.2.14",
"@tarojs/mobx-common": "1.2.15",
"@tarojs/taro-h5": "1.1.7"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/taro-mobx-prop-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/mobx-prop-types",
"version": "1.2.14",
"version": "1.2.15",
"description": "mobx-prop-types library for taro",
"keywords": [
"mobx",
Expand Down
4 changes: 2 additions & 2 deletions packages/taro-mobx-rn/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/mobx-rn",
"version": "1.2.14",
"version": "1.2.15",
"description": "mobx-rn for taro",
"keywords": [
"mobx",
Expand All @@ -19,7 +19,7 @@
"Provider.js"
],
"dependencies": {
"@tarojs/mobx-common": "1.2.14",
"@tarojs/mobx-common": "1.2.15",
"@tarojs/taro-rn": "1.1.7"
}
}
2 changes: 1 addition & 1 deletion packages/taro-mobx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/mobx",
"version": "1.2.14",
"version": "1.2.15",
"description": "mobx for taro",
"keywords": [
"mobx",
Expand Down
2 changes: 1 addition & 1 deletion packages/taro-plugin-babel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/plugin-babel",
"version": "1.2.14",
"version": "1.2.15",
"description": "Taro babel编译",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/taro-plugin-csso/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/plugin-csso",
"version": "1.2.14",
"version": "1.2.15",
"description": "Taro压缩CSS文件",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/taro-plugin-less/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/plugin-less",
"version": "1.2.14",
"version": "1.2.15",
"description": "Taro 编译 less 文件",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/taro-plugin-sass/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/plugin-sass",
"version": "1.2.14",
"version": "1.2.15",
"description": "Taro编译sass文件",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/taro-plugin-stylus/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/plugin-stylus",
"version": "1.2.14",
"version": "1.2.15",
"description": "Taro 编译 stylus 文件",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/taro-plugin-typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/plugin-typescript",
"version": "1.2.14",
"version": "1.2.15",
"description": "Taro TypeScript 编译插件",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/taro-plugin-uglifyjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/plugin-uglifyjs",
"version": "1.2.14",
"version": "1.2.15",
"description": "Taro压缩JS文件",
"main": "index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/taro-redux-h5/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/redux-h5",
"version": "1.2.14",
"version": "1.2.15",
"description": "Forked react-redux for taro",
"keywords": [
"react",
Expand Down Expand Up @@ -43,7 +43,7 @@
"@babel/plugin-proposal-object-rest-spread": "^7.0.0-beta.49",
"@babel/plugin-transform-react-jsx": "^7.0.0-beta.49",
"@babel/preset-env": "^7.0.0-beta.49",
"@tarojs/taro-h5": "1.2.14",
"@tarojs/taro-h5": "1.2.15",
"babel-plugin-transform-react-remove-prop-types": "^0.4.13",
"redux": "^4.0.0",
"rimraf": "^2.6.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/taro-redux-rn/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/taro-redux-rn",
"version": "1.2.14",
"version": "1.2.15",
"description": "taro-redux-rn",
"main": "./src/index.js",
"files": [
Expand Down
4 changes: 2 additions & 2 deletions packages/taro-redux/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/redux",
"version": "1.2.14",
"version": "1.2.15",
"description": "Redux for Taro",
"main": "index.js",
"typings": "types/index.d.ts",
Expand Down Expand Up @@ -31,6 +31,6 @@
"jest": "^23.1.0"
},
"dependencies": {
"@tarojs/utils": "1.2.14"
"@tarojs/utils": "1.2.15"
}
}
2 changes: 1 addition & 1 deletion packages/taro-rn-runner/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/rn-runner",
"version": "1.2.14",
"version": "1.2.15",
"description": "ReactNative build tool for taro",
"main": "index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/taro-rn/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/taro-rn",
"version": "1.2.14",
"version": "1.2.15",
"description": "Taro RN framework",
"main": "./src/index.js",
"files": [
Expand All @@ -22,7 +22,7 @@
"author": "O2Team",
"license": "MIT",
"dependencies": {
"@tarojs/taro": "1.2.14",
"@tarojs/taro": "1.2.15",
"base64-js": "^1.3.0",
"react-native-image-zoom-viewer": "^2.2.13",
"react-native-root-siblings": "^3.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/taro-router-rn/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/taro-router-rn",
"version": "1.2.14",
"version": "1.2.15",
"description": "taro-router-rn",
"main": "./src/index.js",
"files": [
Expand Down
4 changes: 2 additions & 2 deletions packages/taro-router/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/router",
"version": "1.2.14",
"version": "1.2.15",
"description": "Taro-router",
"main": "index.js",
"module": "dist/index.esm.js",
Expand Down Expand Up @@ -40,7 +40,7 @@
"@babel/plugin-syntax-dynamic-import": "7.0.0",
"@babel/plugin-transform-react-jsx": "7.0.0",
"@babel/preset-env": "7.1.5",
"@tarojs/taro-h5": "1.2.14",
"@tarojs/taro-h5": "1.2.15",
"@types/history": "4.7.2",
"@types/jasmine": "2.8.11",
"@types/jest": "23.3.9",
Expand Down
6 changes: 3 additions & 3 deletions packages/taro-swan/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/taro-swan",
"version": "1.2.14",
"version": "1.2.15",
"description": "Taro swan framework",
"main": "index.js",
"files": [
Expand All @@ -23,8 +23,8 @@
"author": "O2Team",
"license": "MIT",
"dependencies": {
"@tarojs/taro": "1.2.14",
"@tarojs/utils": "1.2.14",
"@tarojs/taro": "1.2.15",
"@tarojs/utils": "1.2.15",
"lodash": "^4.17.10",
"prop-types": "^15.6.1"
}
Expand Down
Loading

0 comments on commit 4117796

Please sign in to comment.