Skip to content

Commit

Permalink
chore(release): publish v1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
luckyadam committed Nov 7, 2018
1 parent 094f060 commit 789bfb5
Show file tree
Hide file tree
Showing 32 changed files with 45 additions and 45 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@
"message": "chore(release): publish %s"
}
},
"version": "1.1.1",
"version": "1.1.2",
"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.1.1",
"version": "1.1.2",
"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.1.1",
"version": "1.1.2",
"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.1.1"
"eslint-plugin-taro": "1.1.2"
}
}
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.1.1",
"version": "1.1.2",
"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.1.1",
"version": "1.1.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": "1.1.1",
"version": "1.1.2",
"description": "PostCSS plugin px 转小程序 rpx及h5 rem 单位",
"keywords": [
"postcss",
Expand Down
2 changes: 1 addition & 1 deletion 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.1.1",
"version": "1.1.2",
"description": "Taro alipay framework",
"main": "index.js",
"files": [
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.1.1",
"version": "1.1.2",
"description": "taro async await",
"main": "index.js",
"scripts": {
Expand Down
8 changes: 4 additions & 4 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.1.1",
"version": "1.1.2",
"description": "cli tool for taro",
"main": "index.js",
"scripts": {
Expand All @@ -23,15 +23,15 @@
"author": "O2Team",
"license": "MIT",
"dependencies": {
"@tarojs/transformer-wx": "1.1.1",
"@tarojs/transformer-wx": "1.1.2",
"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.1.1",
"babel-plugin-transform-jsx-to-stylesheet": "1.1.2",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-template": "^6.26.0",
"babel-traverse": "^6.26.0",
Expand All @@ -54,7 +54,7 @@
"minimatch": "^3.0.4",
"ora": "^2.0.0",
"postcss": "^6.0.22",
"postcss-pxtransform": "1.1.1",
"postcss-pxtransform": "1.1.2",
"postcss-url": "^7.3.2",
"prop-types": "^15.6.2",
"resolve": "^1.6.0",
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.1.1",
"version": "1.1.2",
"description": "多端解决方案基础组件(RN)",
"main": "./dist/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/taro-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/components",
"version": "1.1.1",
"version": "1.1.2",
"description": "",
"main": "./dist/index.js",
"typings": "./types/index.d.ts",
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.1.1",
"version": "1.1.2",
"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.1.1",
"@tarojs/taro": "1.1.2",
"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-plugin-babel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/plugin-babel",
"version": "1.1.1",
"version": "1.1.2",
"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.1.1",
"version": "1.1.2",
"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.1.1",
"version": "1.1.2",
"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.1.1",
"version": "1.1.2",
"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.1.1",
"version": "1.1.2",
"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.1.1",
"version": "1.1.2",
"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.1.1",
"version": "1.1.2",
"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.1.1",
"version": "1.1.2",
"description": "Forked react-redux for taro",
"keywords": [
"react",
Expand Down Expand Up @@ -32,7 +32,7 @@
"redux": "^2.0.0 || ^3.0.0 || ^4.0.0-0"
},
"dependencies": {
"@tarojs/taro-h5": "1.1.1",
"@tarojs/taro-h5": "1.1.2",
"hoist-non-react-statics": "^2.5.0",
"invariant": "^2.2.4",
"loose-envify": "^1.1.0",
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.1.1",
"version": "1.1.2",
"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.1.1",
"version": "1.1.2",
"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.1.1"
"@tarojs/utils": "1.1.2"
}
}
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.1.1",
"version": "1.1.2",
"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.1.1",
"version": "1.1.2",
"description": "Taro RN framework",
"main": "./src/index.js",
"files": [
Expand All @@ -22,7 +22,7 @@
"author": "O2Team",
"license": "MIT",
"dependencies": {
"@tarojs/taro": "1.1.1",
"@tarojs/taro": "1.1.2",
"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.1.1",
"version": "1.1.2",
"description": "taro-router-rn",
"main": "./src/index.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/taro-router/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/router",
"version": "1.1.1",
"version": "1.1.2",
"description": "Taro-router",
"main": "index.js",
"module": "dist/index.esm.js",
Expand Down
2 changes: 1 addition & 1 deletion 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.1.1",
"version": "1.1.2",
"description": "Taro swan framework",
"main": "index.js",
"files": [
Expand Down
4 changes: 2 additions & 2 deletions packages/taro-transformer-wx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/transformer-wx",
"version": "1.1.1",
"version": "1.1.2",
"description": "Transfrom Nerv Component to Wechat mini program.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -62,7 +62,7 @@
"typescript": "^3.0.1"
},
"devDependencies": {
"@tarojs/taro": "1.1.1",
"@tarojs/taro": "1.1.2",
"@types/babel-core": "^6.25.5",
"@types/babel-generator": "^6.25.1",
"@types/babel-template": "^6.25.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/taro-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/utils",
"version": "1.1.1",
"version": "1.1.2",
"description": "Utils for Taro",
"main": "index.js",
"scripts": {
Expand Down
6 changes: 3 additions & 3 deletions packages/taro-weapp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/taro-weapp",
"version": "1.1.1",
"version": "1.1.2",
"description": "Taro weapp framework",
"main": "index.js",
"files": [
Expand All @@ -24,8 +24,8 @@
"author": "O2Team",
"license": "MIT",
"dependencies": {
"@tarojs/taro": "1.1.1",
"@tarojs/utils": "1.1.1",
"@tarojs/taro": "1.1.2",
"@tarojs/utils": "1.1.2",
"lodash": "^4.17.10",
"prop-types": "^15.6.1"
}
Expand Down
6 changes: 3 additions & 3 deletions packages/taro-webpack-runner/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/webpack-runner",
"version": "1.1.1",
"version": "1.1.2",
"description": "webpack runner for taro",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -50,8 +50,8 @@
"ora": "^2.1.0",
"postcss-csso": "^3.0.0",
"postcss-loader": "^2.1.3",
"postcss-plugin-constparse": "1.1.1",
"postcss-pxtransform": "1.1.1",
"postcss-plugin-constparse": "1.1.2",
"postcss-pxtransform": "1.1.2",
"resolve-url-loader": "^2.3.0",
"sass-loader": "^7.0.3",
"style-loader": "^0.21.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/taro/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/taro",
"version": "1.1.1",
"version": "1.1.2",
"description": "Taro framework",
"main": "index.js",
"typings": "types/index.d.ts",
Expand Down

0 comments on commit 789bfb5

Please sign in to comment.