From aa6420e5a41162e58e02b936757f318862bdf51e Mon Sep 17 00:00:00 2001 From: WePY CI Date: Sun, 21 Jun 2020 16:54:38 +0000 Subject: [PATCH] chore(release): publish v2.1.0-alpha.5 --- CHANGELOG.md | 8 ++++++++ lerna.json | 2 +- packages/babel-plugin-import-regenerator/CHANGELOG.md | 8 ++++++++ .../babel-plugin-import-regenerator/package-lock.json | 2 +- packages/babel-plugin-import-regenerator/package.json | 2 +- packages/cli/CHANGELOG.md | 8 ++++++++ packages/cli/package-lock.json | 2 +- packages/cli/package.json | 2 +- packages/compiler-babel/CHANGELOG.md | 8 ++++++++ packages/compiler-babel/package-lock.json | 2 +- packages/compiler-babel/package.json | 2 +- packages/compiler-less/CHANGELOG.md | 8 ++++++++ packages/compiler-less/package-lock.json | 2 +- packages/compiler-less/package.json | 2 +- packages/compiler-postcss/CHANGELOG.md | 8 ++++++++ packages/compiler-postcss/package-lock.json | 2 +- packages/compiler-postcss/package.json | 2 +- packages/compiler-sass/CHANGELOG.md | 8 ++++++++ packages/compiler-sass/package-lock.json | 2 +- packages/compiler-sass/package.json | 2 +- packages/compiler-stylus/CHANGELOG.md | 8 ++++++++ packages/compiler-stylus/package-lock.json | 2 +- packages/compiler-stylus/package.json | 2 +- packages/compiler-typescript/CHANGELOG.md | 8 ++++++++ packages/compiler-typescript/package.json | 2 +- packages/core/CHANGELOG.md | 8 ++++++++ packages/core/package-lock.json | 2 +- packages/core/package.json | 2 +- packages/plugin-define/CHANGELOG.md | 8 ++++++++ packages/plugin-define/package.json | 4 ++-- packages/plugin-eslint/CHANGELOG.md | 8 ++++++++ packages/plugin-eslint/package-lock.json | 2 +- packages/plugin-eslint/package.json | 2 +- packages/plugin-uglifyjs/CHANGELOG.md | 8 ++++++++ packages/plugin-uglifyjs/package.json | 2 +- packages/redux/CHANGELOG.md | 8 ++++++++ packages/redux/package.json | 2 +- packages/use-intercept/CHANGELOG.md | 8 ++++++++ packages/use-intercept/package.json | 2 +- packages/use-promisify/CHANGELOG.md | 8 ++++++++ packages/use-promisify/package.json | 2 +- packages/x/CHANGELOG.md | 8 ++++++++ packages/x/package-lock.json | 2 +- packages/x/package.json | 2 +- 44 files changed, 164 insertions(+), 28 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f55f1634e..38a684a4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# 2.1.0-alpha.5 (2020-06-21) + +**Note:** Version bump only for package wepy + + + + + # [2.1.0-alpha.4](https://github.com/Tencent/wepy/compare/v2.1.0-alpha.2...v2.1.0-alpha.4) (2020-06-20) diff --git a/lerna.json b/lerna.json index bb30ea72b..102522917 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": [ "packages/*" ], - "version": "2.1.0-alpha.4", + "version": "2.1.0-alpha.5", "message": "chore(release): publish", "command": { "publish": { diff --git a/packages/babel-plugin-import-regenerator/CHANGELOG.md b/packages/babel-plugin-import-regenerator/CHANGELOG.md index d465f770d..3ae35369b 100644 --- a/packages/babel-plugin-import-regenerator/CHANGELOG.md +++ b/packages/babel-plugin-import-regenerator/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# 2.1.0-alpha.5 (2020-06-21) + +**Note:** Version bump only for package @wepy/babel-plugin-import-regenerator + + + + + # [2.1.0-alpha.4](https://github.com/Tencent/wepy/compare/v2.1.0-alpha.2...v2.1.0-alpha.4) (2020-06-20) **Note:** Version bump only for package @wepy/babel-plugin-import-regenerator diff --git a/packages/babel-plugin-import-regenerator/package-lock.json b/packages/babel-plugin-import-regenerator/package-lock.json index 247768058..6a373b607 100644 --- a/packages/babel-plugin-import-regenerator/package-lock.json +++ b/packages/babel-plugin-import-regenerator/package-lock.json @@ -1,6 +1,6 @@ { "name": "@wepy/babel-plugin-import-regenerator", - "version": "2.1.0-alpha.4", + "version": "2.1.0-alpha.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/babel-plugin-import-regenerator/package.json b/packages/babel-plugin-import-regenerator/package.json index 5b432ba7e..086ac385d 100644 --- a/packages/babel-plugin-import-regenerator/package.json +++ b/packages/babel-plugin-import-regenerator/package.json @@ -1,6 +1,6 @@ { "name": "@wepy/babel-plugin-import-regenerator", - "version": "2.1.0-alpha.4", + "version": "2.1.0-alpha.5", "description": "A babel plugin to add a global generator import", "main": "index.js", "scripts": { diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 146e47c5f..4b254036e 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# 2.1.0-alpha.5 (2020-06-21) + +**Note:** Version bump only for package @wepy/cli + + + + + # [2.1.0-alpha.4](https://github.com/wepyjs/wepy/compare/v2.1.0-alpha.2...v2.1.0-alpha.4) (2020-06-20) **Note:** Version bump only for package @wepy/cli diff --git a/packages/cli/package-lock.json b/packages/cli/package-lock.json index 8b9052dd5..1aea06d77 100644 --- a/packages/cli/package-lock.json +++ b/packages/cli/package-lock.json @@ -1,6 +1,6 @@ { "name": "@wepy/cli", - "version": "2.1.0-alpha.4", + "version": "2.1.0-alpha.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/cli/package.json b/packages/cli/package.json index a860e0f93..33352c96b 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@wepy/cli", - "version": "2.1.0-alpha.4", + "version": "2.1.0-alpha.5", "main": "index.js", "bin": { "wepy": "bin/wepy.js" diff --git a/packages/compiler-babel/CHANGELOG.md b/packages/compiler-babel/CHANGELOG.md index 9becdf387..5724046c1 100644 --- a/packages/compiler-babel/CHANGELOG.md +++ b/packages/compiler-babel/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# 2.1.0-alpha.5 (2020-06-21) + +**Note:** Version bump only for package @wepy/compiler-babel + + + + + # [2.1.0-alpha.4](https://github.com/Tencent/wepy/compare/v2.1.0-alpha.2...v2.1.0-alpha.4) (2020-06-20) **Note:** Version bump only for package @wepy/compiler-babel diff --git a/packages/compiler-babel/package-lock.json b/packages/compiler-babel/package-lock.json index 35ce00a98..d97fc12ea 100644 --- a/packages/compiler-babel/package-lock.json +++ b/packages/compiler-babel/package-lock.json @@ -1,6 +1,6 @@ { "name": "@wepy/compiler-babel", - "version": "2.1.0-alpha.4", + "version": "2.1.0-alpha.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/compiler-babel/package.json b/packages/compiler-babel/package.json index b4a61fbe5..0618955fb 100644 --- a/packages/compiler-babel/package.json +++ b/packages/compiler-babel/package.json @@ -1,6 +1,6 @@ { "name": "@wepy/compiler-babel", - "version": "2.1.0-alpha.4", + "version": "2.1.0-alpha.5", "description": "wepy compile babel", "main": "index.js", "scripts": { diff --git a/packages/compiler-less/CHANGELOG.md b/packages/compiler-less/CHANGELOG.md index 092bebcab..2d2b62c5e 100644 --- a/packages/compiler-less/CHANGELOG.md +++ b/packages/compiler-less/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# 2.1.0-alpha.5 (2020-06-21) + +**Note:** Version bump only for package @wepy/compiler-less + + + + + # [2.1.0-alpha.4](https://github.com/Tencent/wepy/compare/v2.1.0-alpha.2...v2.1.0-alpha.4) (2020-06-20) **Note:** Version bump only for package @wepy/compiler-less diff --git a/packages/compiler-less/package-lock.json b/packages/compiler-less/package-lock.json index 811266fda..ee01feeec 100644 --- a/packages/compiler-less/package-lock.json +++ b/packages/compiler-less/package-lock.json @@ -1,6 +1,6 @@ { "name": "@wepy/compiler-less", - "version": "2.1.0-alpha.4", + "version": "2.1.0-alpha.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/compiler-less/package.json b/packages/compiler-less/package.json index 92cf76a91..6f449e40b 100644 --- a/packages/compiler-less/package.json +++ b/packages/compiler-less/package.json @@ -1,6 +1,6 @@ { "name": "@wepy/compiler-less", - "version": "2.1.0-alpha.4", + "version": "2.1.0-alpha.5", "description": "wepy compile less", "main": "index.js", "scripts": { diff --git a/packages/compiler-postcss/CHANGELOG.md b/packages/compiler-postcss/CHANGELOG.md index 18f737008..0e7b15318 100644 --- a/packages/compiler-postcss/CHANGELOG.md +++ b/packages/compiler-postcss/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# 2.1.0-alpha.5 (2020-06-21) + +**Note:** Version bump only for package @wepy/compiler-postcss + + + + + # [2.1.0-alpha.4](https://github.com/Tencent/wepy/compare/v2.1.0-alpha.2...v2.1.0-alpha.4) (2020-06-20) **Note:** Version bump only for package @wepy/compiler-postcss diff --git a/packages/compiler-postcss/package-lock.json b/packages/compiler-postcss/package-lock.json index 4f5cbc384..7a333a53e 100644 --- a/packages/compiler-postcss/package-lock.json +++ b/packages/compiler-postcss/package-lock.json @@ -1,6 +1,6 @@ { "name": "@wepy/compiler-postcss", - "version": "2.1.0-alpha.4", + "version": "2.1.0-alpha.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/compiler-postcss/package.json b/packages/compiler-postcss/package.json index 8e6200f94..9f1251b6e 100644 --- a/packages/compiler-postcss/package.json +++ b/packages/compiler-postcss/package.json @@ -1,6 +1,6 @@ { "name": "@wepy/compiler-postcss", - "version": "2.1.0-alpha.4", + "version": "2.1.0-alpha.5", "description": "wepy compile postcss", "keywords": [ "postcss" diff --git a/packages/compiler-sass/CHANGELOG.md b/packages/compiler-sass/CHANGELOG.md index 872f2fe50..5f25ccdf0 100644 --- a/packages/compiler-sass/CHANGELOG.md +++ b/packages/compiler-sass/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# 2.1.0-alpha.5 (2020-06-21) + +**Note:** Version bump only for package @wepy/compiler-sass + + + + + # [2.1.0-alpha.4](https://github.com/Tencent/wepy/compare/v2.1.0-alpha.2...v2.1.0-alpha.4) (2020-06-20) **Note:** Version bump only for package @wepy/compiler-sass diff --git a/packages/compiler-sass/package-lock.json b/packages/compiler-sass/package-lock.json index 655d95c78..c80c3c5d2 100644 --- a/packages/compiler-sass/package-lock.json +++ b/packages/compiler-sass/package-lock.json @@ -1,6 +1,6 @@ { "name": "@wepy/compiler-sass", - "version": "2.1.0-alpha.4", + "version": "2.1.0-alpha.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/compiler-sass/package.json b/packages/compiler-sass/package.json index 90acd26be..ceae1ed5d 100644 --- a/packages/compiler-sass/package.json +++ b/packages/compiler-sass/package.json @@ -1,6 +1,6 @@ { "name": "@wepy/compiler-sass", - "version": "2.1.0-alpha.4", + "version": "2.1.0-alpha.5", "description": "wepy compile sass", "main": "index.js", "scripts": { diff --git a/packages/compiler-stylus/CHANGELOG.md b/packages/compiler-stylus/CHANGELOG.md index a0d4ff2ee..c6d72fa6c 100644 --- a/packages/compiler-stylus/CHANGELOG.md +++ b/packages/compiler-stylus/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# 2.1.0-alpha.5 (2020-06-21) + +**Note:** Version bump only for package @wepy/compiler-stylus + + + + + # [2.1.0-alpha.4](https://github.com/Tencent/wepy/compare/v2.1.0-alpha.2...v2.1.0-alpha.4) (2020-06-20) **Note:** Version bump only for package @wepy/compiler-stylus diff --git a/packages/compiler-stylus/package-lock.json b/packages/compiler-stylus/package-lock.json index 5e39bc4a9..7dabc1125 100644 --- a/packages/compiler-stylus/package-lock.json +++ b/packages/compiler-stylus/package-lock.json @@ -1,6 +1,6 @@ { "name": "@wepy/compiler-stylus", - "version": "2.1.0-alpha.4", + "version": "2.1.0-alpha.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/compiler-stylus/package.json b/packages/compiler-stylus/package.json index 5a22c724c..9a9a6db03 100755 --- a/packages/compiler-stylus/package.json +++ b/packages/compiler-stylus/package.json @@ -1,6 +1,6 @@ { "name": "@wepy/compiler-stylus", - "version": "2.1.0-alpha.4", + "version": "2.1.0-alpha.5", "description": "wepy compile stylus", "main": "index.js", "scripts": { diff --git a/packages/compiler-typescript/CHANGELOG.md b/packages/compiler-typescript/CHANGELOG.md index 3e05f99e7..bcb50df08 100644 --- a/packages/compiler-typescript/CHANGELOG.md +++ b/packages/compiler-typescript/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# 2.1.0-alpha.5 (2020-06-21) + +**Note:** Version bump only for package @wepy/compiler-typescript + + + + + # [2.1.0-alpha.4](https://github.com/Tencent/wepy/compare/v2.1.0-alpha.2...v2.1.0-alpha.4) (2020-06-20) **Note:** Version bump only for package @wepy/compiler-typescript diff --git a/packages/compiler-typescript/package.json b/packages/compiler-typescript/package.json index 3789f03ad..47e7766f0 100644 --- a/packages/compiler-typescript/package.json +++ b/packages/compiler-typescript/package.json @@ -1,6 +1,6 @@ { "name": "@wepy/compiler-typescript", - "version": "2.1.0-alpha.4", + "version": "2.1.0-alpha.5", "description": "wepy compile typescript", "main": "index.js", "scripts": { diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index d8110742a..4d552fa4d 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# 2.1.0-alpha.5 (2020-06-21) + +**Note:** Version bump only for package @wepy/core + + + + + # [2.1.0-alpha.4](https://github.com/Tencent/wepy/compare/v2.1.0-alpha.2...v2.1.0-alpha.4) (2020-06-20) diff --git a/packages/core/package-lock.json b/packages/core/package-lock.json index 68f2e8eb2..2c5b6a05c 100644 --- a/packages/core/package-lock.json +++ b/packages/core/package-lock.json @@ -1,6 +1,6 @@ { "name": "@wepy/core", - "version": "2.1.0-alpha.4", + "version": "2.1.0-alpha.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/core/package.json b/packages/core/package.json index 90dba1c71..ef906d5cb 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@wepy/core", - "version": "2.1.0-alpha.4", + "version": "2.1.0-alpha.5", "main": "./dist/wepy.js", "typings": "types/index.d.ts", "scripts": { diff --git a/packages/plugin-define/CHANGELOG.md b/packages/plugin-define/CHANGELOG.md index 4025f7c9b..1cbb5941d 100644 --- a/packages/plugin-define/CHANGELOG.md +++ b/packages/plugin-define/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# 2.1.0-alpha.5 (2020-06-21) + +**Note:** Version bump only for package @wepy/plugin-define + + + + + # [2.1.0-alpha.4](https://github.com/Tencent/wepy/compare/v2.1.0-alpha.2...v2.1.0-alpha.4) (2020-06-20) **Note:** Version bump only for package @wepy/plugin-define diff --git a/packages/plugin-define/package.json b/packages/plugin-define/package.json index 1fa39bf21..1aa4d75d9 100644 --- a/packages/plugin-define/package.json +++ b/packages/plugin-define/package.json @@ -1,6 +1,6 @@ { "name": "@wepy/plugin-define", - "version": "2.1.0-alpha.4", + "version": "2.1.0-alpha.5", "description": "wepy define plugin", "main": "index.js", "scripts": { @@ -20,7 +20,7 @@ "_id": "@wepy/plugin-define@2.0.4", "_commitid": "fb07fd4", "devDependencies": { - "@wepy/cli": "^2.1.0-alpha.4" + "@wepy/cli": "^2.1.0-alpha.5" }, "gitHead": "5a25776457360bbbbc54a4d059f6bc7c032d5df3" } diff --git a/packages/plugin-eslint/CHANGELOG.md b/packages/plugin-eslint/CHANGELOG.md index b09a7b5c9..562e08c57 100644 --- a/packages/plugin-eslint/CHANGELOG.md +++ b/packages/plugin-eslint/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# 2.1.0-alpha.5 (2020-06-21) + +**Note:** Version bump only for package @wepy/plugin-eslint + + + + + # [2.1.0-alpha.4](https://github.com/Tencent/wepy/compare/v2.1.0-alpha.2...v2.1.0-alpha.4) (2020-06-20) **Note:** Version bump only for package @wepy/plugin-eslint diff --git a/packages/plugin-eslint/package-lock.json b/packages/plugin-eslint/package-lock.json index 393bae37b..5041f2764 100644 --- a/packages/plugin-eslint/package-lock.json +++ b/packages/plugin-eslint/package-lock.json @@ -1,6 +1,6 @@ { "name": "@wepy/plugin-eslint", - "version": "2.1.0-alpha.4", + "version": "2.1.0-alpha.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/plugin-eslint/package.json b/packages/plugin-eslint/package.json index 91b6e3059..11ba2b20d 100644 --- a/packages/plugin-eslint/package.json +++ b/packages/plugin-eslint/package.json @@ -1,6 +1,6 @@ { "name": "@wepy/plugin-eslint", - "version": "2.1.0-alpha.4", + "version": "2.1.0-alpha.5", "description": "wepy eslint", "main": "index.js", "scripts": { diff --git a/packages/plugin-uglifyjs/CHANGELOG.md b/packages/plugin-uglifyjs/CHANGELOG.md index 74a0b365a..746b58f60 100644 --- a/packages/plugin-uglifyjs/CHANGELOG.md +++ b/packages/plugin-uglifyjs/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# 2.1.0-alpha.5 (2020-06-21) + +**Note:** Version bump only for package @wepy/plugin-uglifyjs + + + + + # [2.1.0-alpha.4](https://github.com/Tencent/wepy/compare/v2.1.0-alpha.2...v2.1.0-alpha.4) (2020-06-20) **Note:** Version bump only for package @wepy/plugin-uglifyjs diff --git a/packages/plugin-uglifyjs/package.json b/packages/plugin-uglifyjs/package.json index 26d04896f..5d8b49569 100644 --- a/packages/plugin-uglifyjs/package.json +++ b/packages/plugin-uglifyjs/package.json @@ -1,6 +1,6 @@ { "name": "@wepy/plugin-uglifyjs", - "version": "2.1.0-alpha.4", + "version": "2.1.0-alpha.5", "description": "wepy uglifyjs", "main": "index.js", "scripts": { diff --git a/packages/redux/CHANGELOG.md b/packages/redux/CHANGELOG.md index 1b4e2ab5a..a5a1371c1 100644 --- a/packages/redux/CHANGELOG.md +++ b/packages/redux/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# 2.1.0-alpha.5 (2020-06-21) + +**Note:** Version bump only for package @wepy/redux + + + + + # [2.1.0-alpha.4](https://github.com/Tencent/wepy/compare/v2.1.0-alpha.2...v2.1.0-alpha.4) (2020-06-20) **Note:** Version bump only for package @wepy/redux diff --git a/packages/redux/package.json b/packages/redux/package.json index 5bbe81825..796ed0b3b 100644 --- a/packages/redux/package.json +++ b/packages/redux/package.json @@ -1,6 +1,6 @@ { "name": "@wepy/redux", - "version": "2.1.0-alpha.4", + "version": "2.1.0-alpha.5", "description": "Redux in WePY", "main": "dist/index.js", "scripts": { diff --git a/packages/use-intercept/CHANGELOG.md b/packages/use-intercept/CHANGELOG.md index 2d45f7f5b..10ef2a85e 100644 --- a/packages/use-intercept/CHANGELOG.md +++ b/packages/use-intercept/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# 2.1.0-alpha.5 (2020-06-21) + +**Note:** Version bump only for package @wepy/use-intercept + + + + + # [2.1.0-alpha.4](https://github.com/Tencent/wepy/compare/v2.1.0-alpha.2...v2.1.0-alpha.4) (2020-06-20) **Note:** Version bump only for package @wepy/use-intercept diff --git a/packages/use-intercept/package.json b/packages/use-intercept/package.json index 102c8c96d..4a3d5d10e 100644 --- a/packages/use-intercept/package.json +++ b/packages/use-intercept/package.json @@ -1,6 +1,6 @@ { "name": "@wepy/use-intercept", - "version": "2.1.0-alpha.4", + "version": "2.1.0-alpha.5", "description": "wepy intercept", "main": "/dist/index.js", "scripts": { diff --git a/packages/use-promisify/CHANGELOG.md b/packages/use-promisify/CHANGELOG.md index 8cf492ab6..d6dcd9ed2 100644 --- a/packages/use-promisify/CHANGELOG.md +++ b/packages/use-promisify/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# 2.1.0-alpha.5 (2020-06-21) + +**Note:** Version bump only for package @wepy/use-promisify + + + + + # [2.1.0-alpha.4](https://github.com/Tencent/wepy/compare/v2.1.0-alpha.2...v2.1.0-alpha.4) (2020-06-20) **Note:** Version bump only for package @wepy/use-promisify diff --git a/packages/use-promisify/package.json b/packages/use-promisify/package.json index c300db59f..8ddec5b39 100644 --- a/packages/use-promisify/package.json +++ b/packages/use-promisify/package.json @@ -1,6 +1,6 @@ { "name": "@wepy/use-promisify", - "version": "2.1.0-alpha.4", + "version": "2.1.0-alpha.5", "description": "wepy promisify", "main": "/dist/index.js", "scripts": { diff --git a/packages/x/CHANGELOG.md b/packages/x/CHANGELOG.md index 6c630740d..8dd5b8852 100644 --- a/packages/x/CHANGELOG.md +++ b/packages/x/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# 2.1.0-alpha.5 (2020-06-21) + +**Note:** Version bump only for package @wepy/x + + + + + # [2.1.0-alpha.4](https://github.com/Tencent/wepy/compare/v2.1.0-alpha.2...v2.1.0-alpha.4) (2020-06-20) **Note:** Version bump only for package @wepy/x diff --git a/packages/x/package-lock.json b/packages/x/package-lock.json index 03365d36d..cd41416b3 100644 --- a/packages/x/package-lock.json +++ b/packages/x/package-lock.json @@ -1,6 +1,6 @@ { "name": "@wepy/x", - "version": "2.1.0-alpha.4", + "version": "2.1.0-alpha.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/x/package.json b/packages/x/package.json index 2de321bcb..9e06ff915 100644 --- a/packages/x/package.json +++ b/packages/x/package.json @@ -1,6 +1,6 @@ { "name": "@wepy/x", - "version": "2.1.0-alpha.4", + "version": "2.1.0-alpha.5", "description": "Vuex in WePY", "main": "dist/index.js", "scripts": {