Skip to content

Commit

Permalink
chore(release): publish v3.0.0-beta.5
Browse files Browse the repository at this point in the history
  • Loading branch information
yuche committed Apr 24, 2020
1 parent 3b4069c commit b7a639a
Show file tree
Hide file tree
Showing 22 changed files with 52 additions and 52 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
"license": "MIT"
}
},
"version": "3.0.0-beta.4",
"version": "3.0.0-beta.5",
"npmClient": "yarn"
}
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.0.0-beta.4",
"version": "3.0.0-beta.5",
"main": "dist/index.js",
"scripts": {
"build": "tsc"
Expand Down
6 changes: 3 additions & 3 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.0.0-beta.4",
"version": "3.0.0-beta.5",
"description": "> TODO: description",
"author": "yuche <[email protected]>",
"homepage": "https://github.com/nervjs/taro/tree/master/packages/babel-preset-taro#readme",
Expand Down Expand Up @@ -32,8 +32,8 @@
"@babel/preset-react": "^7.7.4",
"@babel/preset-typescript": "^7.8.0",
"@babel/runtime": "^7.7.4",
"@tarojs/taro-h5": "3.0.0-beta.4",
"babel-plugin-transform-taroapi": "3.0.0-beta.4",
"@tarojs/taro-h5": "3.0.0-beta.5",
"babel-plugin-transform-taroapi": "3.0.0-beta.5",
"core-js": "^3.6.3"
}
}
2 changes: 1 addition & 1 deletion 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": "3.0.0-beta.4",
"version": "3.0.0-beta.5",
"description": "Taro specific linting rules for ESLint",
"main": "index.js",
"files": [
Expand Down
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": "3.0.0-beta.4",
"version": "3.0.0-beta.5",
"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": "3.0.0-beta.4",
"version": "3.0.0-beta.5",
"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.0.0-beta.4",
"version": "3.0.0-beta.5",
"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.0.0-beta.4",
"version": "3.0.0-beta.5",
"description": "> TODO: description",
"author": "yuche <[email protected]>",
"homepage": "https://github.com/nervjs/taro/tree/master/packages/shared#readme",
Expand Down
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.0.0-beta.4",
"version": "3.0.0-beta.5",
"description": "Taro common API",
"author": "yuche <[email protected]>",
"homepage": "https://github.com/nervjs/taro/tree/master/packages/api#readme",
Expand Down Expand Up @@ -29,6 +29,6 @@
"url": "https://github.com/NervJS/taro/issues"
},
"dependencies": {
"@tarojs/runtime": "3.0.0-beta.4"
"@tarojs/runtime": "3.0.0-beta.5"
}
}
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": "3.0.0-beta.4",
"version": "3.0.0-beta.5",
"description": "cli tool for taro",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -39,8 +39,8 @@
"author": "O2Team",
"license": "MIT",
"dependencies": {
"@tarojs/taro": "3.0.0-beta.4",
"@tarojs/taroize": "3.0.0-beta.4",
"@tarojs/taro": "3.0.0-beta.5",
"@tarojs/taroize": "3.0.0-beta.5",
"@tarojs/transformer-wx": "^2.0.4",
"@types/request": "^2.48.1",
"@typescript-eslint/parser": "^2.0.0",
Expand Down Expand Up @@ -71,11 +71,11 @@
"ejs": "^2.6.1",
"envinfo": "^6.0.1",
"eslint": "^6.1.0",
"eslint-config-taro": "3.0.0-beta.4",
"eslint-config-taro": "3.0.0-beta.5",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-react": "^7.4.0",
"eslint-plugin-react-hooks": "^1.6.1",
"eslint-plugin-taro": "3.0.0-beta.4",
"eslint-plugin-taro": "3.0.0-beta.5",
"fbjs": "^1.0.0",
"find-yarn-workspace-root": "1.2.1",
"fs-extra": "^5.0.0",
Expand All @@ -97,7 +97,7 @@
"postcss-modules-resolve-imports": "^1.3.0",
"postcss-modules-scope": "^1.1.0",
"postcss-modules-values": "^1.3.0",
"postcss-pxtransform": "3.0.0-beta.4",
"postcss-pxtransform": "3.0.0-beta.5",
"postcss-reporter": "^6.0.1",
"postcss-taro-unit-transform": "1.2.15",
"postcss-url": "^7.3.2",
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.0.0-beta.4",
"version": "3.0.0-beta.5",
"description": "",
"main:h5": "src/index.js",
"main": "dist/index.js",
Expand Down Expand Up @@ -40,7 +40,7 @@
"license": "MIT",
"dependencies": {
"@stencil/core": "^1.8.1",
"@tarojs/taro": "3.0.0-beta.4",
"@tarojs/taro": "3.0.0-beta.5",
"better-scroll": "^1.14.1",
"classnames": "^2.2.5",
"intersection-observer": "^0.7.0",
Expand Down
8 changes: 4 additions & 4 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.0.0-beta.4",
"version": "3.0.0-beta.5",
"description": "Taro h5 framework",
"main:h5": "src/index.js",
"main": "dist/index.cjs.js",
Expand Down Expand Up @@ -33,9 +33,9 @@
"author": "O2Team",
"license": "MIT",
"dependencies": {
"@tarojs/api": "3.0.0-beta.4",
"@tarojs/router": "3.0.0-beta.4",
"@tarojs/runtime": "3.0.0-beta.4",
"@tarojs/api": "3.0.0-beta.5",
"@tarojs/router": "3.0.0-beta.5",
"@tarojs/runtime": "3.0.0-beta.5",
"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-loader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/taro-loader",
"version": "3.0.0-beta.4",
"version": "3.0.0-beta.5",
"description": "> TODO: description",
"author": "yuche <[email protected]>",
"homepage": "https://github.com/nervjs/taro/tree/master/packages/taro-loader#readme",
Expand Down Expand Up @@ -32,6 +32,6 @@
"access": "public"
},
"devDependencies": {
"@tarojs/taro": "3.0.0-beta.4"
"@tarojs/taro": "3.0.0-beta.5"
}
}
12 changes: 6 additions & 6 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": "3.0.0-beta.4",
"version": "3.0.0-beta.5",
"description": "Mini app runner for taro",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -34,11 +34,11 @@
"@babel/core": "7.6.4",
"@babel/plugin-proposal-class-properties": "7.5.5",
"@babel/preset-env": "7.6.3",
"@tarojs/runner-utils": "3.0.0-beta.4",
"@tarojs/runtime": "3.0.0-beta.4",
"@tarojs/shared": "3.0.0-beta.4",
"@tarojs/taro": "3.0.0-beta.4",
"@tarojs/taro-loader": "3.0.0-beta.4",
"@tarojs/runner-utils": "3.0.0-beta.5",
"@tarojs/runtime": "3.0.0-beta.5",
"@tarojs/shared": "3.0.0-beta.5",
"@tarojs/taro": "3.0.0-beta.5",
"@tarojs/taro-loader": "3.0.0-beta.5",
"babel-loader": "8.0.6",
"babel-types": "^6.26.0",
"chalk": "^2.4.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/taro-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/react",
"version": "3.0.0-beta.4",
"version": "3.0.0-beta.5",
"description": "like react-dom, but for mini apps.",
"author": "yuche <[email protected]>",
"homepage": "https://github.com/nervjs/taro/tree/master/packages/taro-react#readme",
Expand All @@ -23,7 +23,7 @@
"url": "https://github.com/NervJS/taro/issues"
},
"dependencies": {
"@tarojs/runtime": "3.0.0-beta.4",
"@tarojs/runtime": "3.0.0-beta.5",
"react-reconciler": "^0.23.0",
"scheduler": "^0.17.0"
},
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": "3.0.0-beta.4",
"version": "3.0.0-beta.5",
"description": "Taro-router",
"main:h5": "dist/router.esm.js",
"main": "dist/index.js",
Expand All @@ -27,7 +27,7 @@
"author": "O2Team",
"license": "MIT",
"dependencies": {
"@tarojs/runtime": "3.0.0-beta.4",
"@tarojs/runtime": "3.0.0-beta.5",
"history": "^4.10.1",
"universal-router": "^8.3.0",
"url-parse": "^1.4.7"
Expand Down
2 changes: 1 addition & 1 deletion packages/taro-runner-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/runner-utils",
"version": "3.0.0-beta.4",
"version": "3.0.0-beta.5",
"description": "Taro runner utilities.",
"main": "dist/index.js",
"types": "types/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/taro-runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/runtime",
"version": "3.0.0-beta.4",
"version": "3.0.0-beta.5",
"description": "taro runtime for mini apps.",
"main": "dist/index.js",
"module": "dist/runtime.esm.js",
Expand Down
16 changes: 8 additions & 8 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": "3.0.0-beta.4",
"version": "3.0.0-beta.5",
"description": "webpack runner for taro",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -28,10 +28,10 @@
"homepage": "https://github.com/NervJS/taro#readme",
"dependencies": {
"@babel/core": "7.6.4",
"@tarojs/runner-utils": "3.0.0-beta.4",
"@tarojs/runtime": "3.0.0-beta.4",
"@tarojs/shared": "3.0.0-beta.4",
"@tarojs/taro-loader": "3.0.0-beta.4",
"@tarojs/runner-utils": "3.0.0-beta.5",
"@tarojs/runtime": "3.0.0-beta.5",
"@tarojs/shared": "3.0.0-beta.5",
"@tarojs/taro-loader": "3.0.0-beta.5",
"autoprefixer": "9.7.4",
"babel-loader": "8.0.6",
"chalk": "3.0.0",
Expand All @@ -50,8 +50,8 @@
"open": "7.0.2",
"ora": "4.0.3",
"postcss-loader": "3.0.0",
"postcss-plugin-constparse": "3.0.0-beta.4",
"postcss-pxtransform": "3.0.0-beta.4",
"postcss-plugin-constparse": "3.0.0-beta.5",
"postcss-pxtransform": "3.0.0-beta.5",
"resolve": "1.15.1",
"resolve-url-loader": "3.1.1",
"sass": "^1.25.0",
Expand All @@ -69,7 +69,7 @@
"webpack-format-messages": "2.0.3"
},
"devDependencies": {
"@tarojs/taro": "3.0.0-beta.4",
"@tarojs/taro": "3.0.0-beta.5",
"@types/autoprefixer": "9.7.0",
"@types/detect-port": "1.1.0",
"@types/lodash": "4.14.149",
Expand Down
2 changes: 1 addition & 1 deletion packages/taro-with-weapp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/with-weapp",
"version": "3.0.0-beta.4",
"version": "3.0.0-beta.5",
"description": "taroize 之后的运行时",
"main": "index.js",
"scripts": {
Expand Down
8 changes: 4 additions & 4 deletions packages/taro/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/taro",
"version": "3.0.0-beta.4",
"version": "3.0.0-beta.5",
"description": "Taro framework",
"main": "index.js",
"main:h5": "h5.js",
Expand Down Expand Up @@ -31,10 +31,10 @@
"author": "O2Team",
"license": "MIT",
"dependencies": {
"@tarojs/api": "3.0.0-beta.4",
"@tarojs/taro-h5": "3.0.0-beta.4"
"@tarojs/api": "3.0.0-beta.5",
"@tarojs/taro-h5": "3.0.0-beta.5"
},
"devDependencies": {
"@tarojs/runtime": "3.0.0-beta.4"
"@tarojs/runtime": "3.0.0-beta.5"
}
}
2 changes: 1 addition & 1 deletion packages/taroize/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/taroize",
"version": "3.0.0-beta.4",
"version": "3.0.0-beta.5",
"description": "转换原生微信小程序代码为 Taro 代码",
"main": "index.js",
"files": [
Expand Down

0 comments on commit b7a639a

Please sign in to comment.