Skip to content

Commit

Permalink
chore(release): publish v2.0.0-beta.0
Browse files Browse the repository at this point in the history
  • Loading branch information
luckyadam committed Jan 7, 2020
1 parent 6b22c21 commit 3f74224
Show file tree
Hide file tree
Showing 52 changed files with 117 additions and 118 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@
"message": "chore(release): publish %s"
}
},
"version": "1.3.34",
"version": "2.0.0-beta.0",
"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.3.34",
"version": "2.0.0-beta.0",
"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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-taroapi",
"version": "1.3.34",
"version": "2.0.0-beta.0",
"main": "dist/index.js",
"license": "MIT",
"scripts": {
Expand All @@ -10,7 +10,7 @@
"test": "jest"
},
"devDependencies": {
"@tarojs/taro-h5": "1.3.34",
"@tarojs/taro-h5": "2.0.0-beta.0",
"@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
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": "1.3.34",
"version": "2.0.0-beta.0",
"main": "dist/index.js",
"license": "MIT",
"scripts": {
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.3.34",
"version": "2.0.0-beta.0",
"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": "1.3.34"
"eslint-plugin-taro": "2.0.0-beta.0"
}
}
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.3.34",
"version": "2.0.0-beta.0",
"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.3.34",
"version": "2.0.0-beta.0",
"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.3.34",
"version": "2.0.0-beta.0",
"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.3.34",
"version": "2.0.0-beta.0",
"description": "小程序单位转换",
"main": "index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions 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": "1.3.34",
"version": "2.0.0-beta.0",
"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": "1.3.34"
"stylelint-taro-rn": "2.0.0-beta.0"
}
}
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": "1.3.34",
"version": "2.0.0-beta.0",
"main": "dist/index.js",
"babel": {
"presets": [
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.3.34",
"version": "2.0.0-beta.0",
"description": "Taro alipay framework",
"main": "index.js",
"files": [
Expand All @@ -24,8 +24,8 @@
"author": "O2Team",
"license": "MIT",
"dependencies": {
"@tarojs/taro": "1.3.34",
"@tarojs/utils": "1.3.34",
"@tarojs/taro": "2.0.0-beta.0",
"@tarojs/utils": "2.0.0-beta.0",
"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.3.34",
"version": "2.0.0-beta.0",
"description": "taro async await",
"main": "index.js",
"scripts": {
Expand Down
30 changes: 15 additions & 15 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.3.34",
"version": "2.0.0-beta.0",
"description": "cli tool for taro",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -40,8 +40,8 @@
"author": "O2Team",
"license": "MIT",
"dependencies": {
"@tarojs/taroize": "1.3.34",
"@tarojs/transformer-wx": "1.3.34",
"@tarojs/taroize": "2.0.0-beta.0",
"@tarojs/transformer-wx": "2.0.0-beta.0",
"@types/request": "^2.48.1",
"@typescript-eslint/parser": "^2.0.0",
"adm-zip": "^0.4.13",
Expand All @@ -54,7 +54,7 @@
"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.3.34",
"babel-plugin-transform-jsx-to-stylesheet": "2.0.0-beta.0",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-plugin-transform-taroapi": "1.3.15",
"babel-template": "^6.26.0",
Expand All @@ -73,20 +73,20 @@
"ejs": "^2.6.1",
"envinfo": "^6.0.1",
"eslint": "^6.1.0",
"eslint-config-taro": "1.3.34",
"eslint-config-taro": "2.0.0-beta.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-react": "^7.4.0",
"eslint-plugin-react-hooks": "^1.6.1",
"eslint-plugin-taro": "1.3.34",
"eslint-plugin-taro": "2.0.0-beta.0",
"eslint-plugin-typescript": "^0.12.0",
"fbjs": "^1.0.0",
"find-yarn-workspace-root": "1.2.1",
"fs-extra": "^5.0.0",
"generic-names": "^2.0.1",
"glob": "^7.1.2",
"inquirer": "^7.0.0",
"inquirer": "^5.2.0",
"joi": "^14.0.6",
"klaw": "^3.0.0",
"klaw": "^2.1.1",
"latest-version": "^4.0.0",
"lodash": "^4.17.5",
"mem-fs": "^1.1.3",
Expand All @@ -96,11 +96,11 @@
"ora": "^2.0.0",
"postcss": "^6.0.22",
"postcss-modules-extract-imports": "^1.1.0",
"postcss-modules-local-by-default": "^3.0.2",
"postcss-modules-local-by-default": "^1.2.0",
"postcss-modules-resolve-imports": "^1.3.0",
"postcss-modules-scope": "^1.1.0",
"postcss-modules-values": "^3.0.0",
"postcss-pxtransform": "1.3.34",
"postcss-modules-values": "^1.3.0",
"postcss-pxtransform": "2.0.0-beta.0",
"postcss-reporter": "^6.0.1",
"postcss-taro-unit-transform": "1.2.15",
"postcss-url": "^7.3.2",
Expand All @@ -112,10 +112,10 @@
"semver": "^5.5.0",
"shelljs": "^0.8.1",
"stylelint": "9.3.0",
"stylelint-config-taro-rn": "1.3.34",
"stylelint-taro-rn": "1.3.34",
"stylelint-config-taro-rn": "2.0.0-beta.0",
"stylelint-taro-rn": "2.0.0-beta.0",
"tapable": "^1.1.3",
"taro-css-to-react-native": "1.3.34",
"taro-css-to-react-native": "2.0.0-beta.0",
"through2": "^2.0.3",
"vinyl": "^2.1.0",
"vinyl-fs": "^3.0.2",
Expand All @@ -124,7 +124,7 @@
"yauzl": "2.10.0"
},
"devDependencies": {
"@tarojs/taro": "1.3.34",
"@tarojs/taro": "2.0.0-beta.0",
"@types/autoprefixer": "^9.1.1",
"@types/babel-core": "^6.25.5",
"@types/babel-generator": "^6.25.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/taro-components-qa/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/components-qa",
"version": "1.3.34",
"version": "2.0.0-beta.0",
"description": "多端解决方案基础组件(快应用)",
"main": "./index.js",
"files": [
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.3.34",
"version": "2.0.0-beta.0",
"description": "多端解决方案基础组件(RN)",
"main": "./dist/index.js",
"scripts": {
Expand Down
6 changes: 3 additions & 3 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.3.34",
"version": "2.0.0-beta.0",
"description": "",
"main:h5": "src/index.js",
"main": "dist/index.js",
Expand Down Expand Up @@ -50,14 +50,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": "1.3.34",
"@tarojs/taro-h5": "2.0.0-beta.0",
"@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": "1.3.34",
"babel-plugin-transform-taroapi": "2.0.0-beta.0",
"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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/taro-h5",
"version": "1.3.34",
"version": "2.0.0-beta.0",
"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": "1.3.29",
"@tarojs/taro": "1.3.29",
"@tarojs/components": "2.0.0-beta.0",
"@tarojs/taro": "2.0.0-beta.0",
"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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/taro-jd",
"version": "1.3.34",
"version": "2.0.0-beta.0",
"description": "Taro jd framework",
"main": "index.js",
"files": [
Expand All @@ -24,8 +24,8 @@
"author": "O2Team",
"license": "MIT",
"dependencies": {
"@tarojs/taro": "1.3.34",
"@tarojs/utils": "1.3.34",
"@tarojs/taro": "2.0.0-beta.0",
"@tarojs/utils": "2.0.0-beta.0",
"lodash": "^4.17.10",
"prop-types": "^15.6.1"
}
Expand Down
10 changes: 5 additions & 5 deletions packages/taro-mini-runner/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/mini-runner",
"version": "1.3.22",
"version": "2.0.0-beta.0",
"description": "Mini app runner for taro",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -32,8 +32,8 @@
},
"homepage": "https://github.com/NervJS/taro#readme",
"dependencies": {
"@tarojs/taro": "1.3.22",
"@tarojs/transformer-wx": "1.3.22",
"@tarojs/taro": "2.0.0-beta.0",
"@tarojs/transformer-wx": "2.0.0-beta.0",
"babel-core": "^6.26.3",
"babel-generator": "^6.26.1",
"babel-loader": "^8.0.6",
Expand All @@ -46,8 +46,8 @@
"copy-webpack-plugin": "^5.0.3",
"css": "2.2.4",
"css-loader": "^3.0.0",
"csso-webpack-plugin": "^1.0.0-beta.12",
"css-what": "3.2.0",
"csso-webpack-plugin": "^1.0.0-beta.12",
"file-loader": "^4.0.0",
"fs-extra": "^8.0.1",
"less": "^3.10.3",
Expand All @@ -58,7 +58,7 @@
"node-sass": "^4.12.0",
"ora": "^3.4.0",
"postcss-loader": "^3.0.0",
"postcss-pxtransform": "^1.3.2",
"postcss-pxtransform": "2.0.0-beta.0",
"request": "^2.88.0",
"resolve": "^1.11.1",
"sass-loader": "^7.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/taro-mini-runner/src/config/uglify.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export default { }
export default { }
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ export default class TaroSingleEntryDependency extends ModuleDependency {
this.name = name
this.loc = loc
this.miniType = miniType
}
}

get type () {
return 'single entry'
}
get type () {
return 'single entry'
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ function getIdOrName (chunk) {
return chunk.id
}
return chunk.name
}
}

function addRequireToSource (id, modules, commonChunks) {
const source = new ConcatSource()
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.3.34",
"version": "2.0.0-beta.0",
"description": "mobx library for taro",
"keywords": [
"mobx",
Expand Down
Loading

0 comments on commit 3f74224

Please sign in to comment.