Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(release): publish 3.0.9 #7521

Merged
merged 2 commits into from
Sep 4, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@
"license": "MIT"
}
},
"version": "3.0.8",
"version": "3.0.9",
"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.8",
"version": "3.0.9",
"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.8",
"version": "3.0.9",
"description": "> TODO: description",
"author": "yuche <i@yuche.me>",
"homepage": "https://github.com/nervjs/taro/tree/master/packages/babel-preset-taro#readme",
Expand Down Expand Up @@ -33,9 +33,9 @@
"@babel/preset-react": "^7.7.4",
"@babel/preset-typescript": "^7.8.0",
"@babel/runtime": "^7.7.4",
"@tarojs/taro-h5": "3.0.8",
"@tarojs/taro-h5": "3.0.9",
"babel-plugin-dynamic-import-node": "^2.3.3",
"babel-plugin-transform-taroapi": "3.0.8",
"babel-plugin-transform-taroapi": "3.0.9",
"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.8",
"version": "3.0.9",
"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.8",
"version": "3.0.9",
"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.8",
"version": "3.0.9",
"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.8",
"version": "3.0.9",
"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.8",
"version": "3.0.9",
"description": "> TODO: description",
"author": "yuche <i@yuche.me>",
"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.8",
"version": "3.0.9",
"description": "Taro common API",
"author": "yuche <i@yuche.me>",
"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.8"
"@tarojs/runtime": "3.0.9"
}
}
22 changes: 11 additions & 11 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.8",
"version": "3.0.9",
"description": "cli tool for taro",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -44,11 +44,11 @@
"license": "MIT",
"dependencies": {
"@hapi/joi": "17.1.1",
"@tarojs/helper": "3.0.8",
"@tarojs/service": "3.0.8",
"@tarojs/shared": "3.0.8",
"@tarojs/taro": "3.0.8",
"@tarojs/taroize": "3.0.8",
"@tarojs/helper": "3.0.9",
"@tarojs/service": "3.0.9",
"@tarojs/shared": "3.0.9",
"@tarojs/taro": "3.0.9",
"@tarojs/taroize": "3.0.9",
"@tarojs/transformer-wx": "^2.0.4",
"@types/request": "^2.48.1",
"@typescript-eslint/parser": "^2.0.0",
Expand Down Expand Up @@ -76,11 +76,11 @@
"ejs": "^2.6.1",
"envinfo": "^6.0.1",
"eslint": "^6.1.0",
"eslint-config-taro": "3.0.8",
"eslint-config-taro": "3.0.9",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-react": "^7.4.0",
"eslint-plugin-react-hooks": "^1.6.1",
"eslint-plugin-taro": "3.0.8",
"eslint-plugin-taro": "3.0.9",
"eslint-plugin-vue": "^6.2.2",
"fbjs": "^1.0.0",
"find-yarn-workspace-root": "1.2.1",
Expand All @@ -103,7 +103,7 @@
"postcss-modules-resolve-imports": "^1.3.0",
"postcss-modules-scope": "^1.1.0",
"postcss-modules-values": "^1.3.0",
"postcss-pxtransform": "3.0.8",
"postcss-pxtransform": "3.0.9",
"postcss-reporter": "^6.0.1",
"postcss-taro-unit-transform": "1.2.15",
"postcss-url": "^7.3.2",
Expand All @@ -124,7 +124,7 @@
"xxhashjs": "^0.2.2"
},
"devDependencies": {
"@tarojs/mini-runner": "3.0.8",
"@tarojs/webpack-runner": "3.0.8"
"@tarojs/mini-runner": "3.0.9",
"@tarojs/webpack-runner": "3.0.9"
}
}
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.8",
"version": "3.0.9",
"description": "",
"main:h5": "src/index.js",
"main": "dist/index.js",
Expand Down Expand Up @@ -38,7 +38,7 @@
"license": "MIT",
"dependencies": {
"@stencil/core": "^1.8.1",
"@tarojs/taro": "3.0.8",
"@tarojs/taro": "3.0.9",
"better-scroll": "^1.14.1",
"classnames": "^2.2.5",
"intersection-observer": "^0.7.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/taro-extend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/extend",
"version": "3.0.8",
"version": "3.0.9",
"description": "Taro extend functionality",
"author": "yuche <i@yuche.me>",
"homepage": "https://github.com/nervjs/taro/tree/master/packages/taro-extend#readme",
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.8",
"version": "3.0.9",
"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.8",
"@tarojs/router": "3.0.8",
"@tarojs/runtime": "3.0.8",
"@tarojs/api": "3.0.9",
"@tarojs/router": "3.0.9",
"@tarojs/runtime": "3.0.9",
"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-helper/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/helper",
"version": "3.0.8",
"version": "3.0.9",
"description": "Taro Helper",
"main": "index.js",
"types": "types/index.d.ts",
Expand Down Expand Up @@ -41,7 +41,7 @@
"@babel/preset-typescript": "7.9.0",
"@babel/register": "7.9.0",
"@babel/runtime": "7.9.2",
"@tarojs/taro": "3.0.8",
"@tarojs/taro": "3.0.9",
"babel-plugin-transform-react-jsx": "^6.24.1",
"chalk": "3.0.0",
"chokidar": "3.3.1",
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.8",
"version": "3.0.9",
"description": "> TODO: description",
"author": "yuche <i@yuche.me>",
"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.8"
"@tarojs/taro": "3.0.9"
}
}
22 changes: 11 additions & 11 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.8",
"version": "3.0.9",
"description": "Mini app runner for taro",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -37,12 +37,12 @@
"@babel/core": "7.11.1",
"@babel/plugin-proposal-class-properties": "7.10.4",
"@babel/preset-env": "7.11.0",
"@tarojs/helper": "3.0.8",
"@tarojs/runner-utils": "3.0.8",
"@tarojs/runtime": "3.0.8",
"@tarojs/shared": "3.0.8",
"@tarojs/taro": "3.0.8",
"@tarojs/taro-loader": "3.0.8",
"@tarojs/helper": "3.0.9",
"@tarojs/runner-utils": "3.0.9",
"@tarojs/runtime": "3.0.9",
"@tarojs/shared": "3.0.9",
"@tarojs/taro": "3.0.9",
"@tarojs/taro-loader": "3.0.9",
"babel-loader": "8.0.6",
"babel-types": "^6.26.0",
"copy-webpack-plugin": "^5.0.3",
Expand Down Expand Up @@ -84,9 +84,9 @@
"yauzl": "2.10.0"
},
"devDependencies": {
"@tarojs/cli": "3.0.8",
"@tarojs/components": "3.0.8",
"@tarojs/react": "3.0.8",
"babel-preset-taro": "3.0.8"
"@tarojs/cli": "3.0.9",
"@tarojs/components": "3.0.9",
"@tarojs/react": "3.0.9",
"babel-preset-taro": "3.0.9"
}
}
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.8",
"version": "3.0.9",
"description": "like react-dom, but for mini apps.",
"author": "yuche <i@yuche.me>",
"homepage": "https://github.com/nervjs/taro/tree/master/packages/taro-react#readme",
Expand All @@ -24,7 +24,7 @@
"url": "https://github.com/NervJS/taro/issues"
},
"dependencies": {
"@tarojs/runtime": "3.0.8",
"@tarojs/runtime": "3.0.9",
"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.8",
"version": "3.0.9",
"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.8",
"@tarojs/runtime": "3.0.9",
"history": "^4.10.1",
"universal-router": "^8.3.0",
"url-parse": "^1.4.7"
Expand Down
4 changes: 2 additions & 2 deletions 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.8",
"version": "3.0.9",
"description": "Taro runner utilities.",
"main": "dist/index.js",
"types": "types/index.d.ts",
Expand All @@ -23,7 +23,7 @@
"license": "MIT",
"dependencies": {
"@babel/core": "^7.8.4",
"@tarojs/helper": "3.0.8",
"@tarojs/helper": "3.0.9",
"chalk": "^3.0.0",
"fs-extra": "^8.1.0",
"lodash": "^4.17.15",
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.8",
"version": "3.0.9",
"description": "taro runtime for mini apps.",
"main": "dist/runtime.esm.js",
"module": "dist/runtime.esm.js",
Expand Down
6 changes: 3 additions & 3 deletions packages/taro-service/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/service",
"version": "3.0.8",
"version": "3.0.9",
"description": "Taro Service",
"main": "index.js",
"types": "types/index.d.ts",
Expand Down Expand Up @@ -34,8 +34,8 @@
"homepage": "https://github.com/NervJS/taro#readme",
"dependencies": {
"@hapi/joi": "17.1.1",
"@tarojs/helper": "3.0.8",
"@tarojs/taro": "3.0.8",
"@tarojs/helper": "3.0.9",
"@tarojs/taro": "3.0.9",
"fs-extra": "8.1.0",
"lodash": "4.17.20",
"resolve": "1.15.1",
Expand Down
Loading