diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b13121..72ebe19 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,24 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.6.0](https://github.com/areslabs/alita/compare/v2.5.1...v2.6.0) (2020-05-15) + + +### Bug Fixes + +* **alita-core:** 修复 .wx 文件取 文件名的bug ([c22acdb](https://github.com/areslabs/alita/commit/c22acdb50a963bb1584b026e30d66d9c59e0a78f)) +* **wx-react:** 修复genericWrapper 包裹的情况 ([68534bf](https://github.com/areslabs/alita/commit/68534bf5f90e0e05c44e905829422cd98625cfaa)) +* **wx-react-native:** 移除package.json文件报错 ([40754ea](https://github.com/areslabs/alita/commit/40754ea45faf1dae05d78338acd6646aec21f36f)) + + +### Features + +* **wx-react wx-react-native alita-core:** 1.重新实现this.props.xxComponent 2.简化生成的小程序组件 3. 其他 ([834d045](https://github.com/areslabs/alita/commit/834d0454298afa13d11690e21df65df4dbebb17d)) + + + + + ## [2.5.1](https://github.com/areslabs/alita/compare/v2.5.0...v2.5.1) (2020-04-30) diff --git a/lerna.json b/lerna.json index 44d5acf..f157cca 100644 --- a/lerna.json +++ b/lerna.json @@ -17,5 +17,5 @@ "conventionalCommits": true } }, - "version": "2.5.1" + "version": "2.6.0" } diff --git a/packages/alita-cli/CHANGELOG.md b/packages/alita-cli/CHANGELOG.md index ea21995..cd84e01 100644 --- a/packages/alita-cli/CHANGELOG.md +++ b/packages/alita-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.6.0](https://github.com/areslabs/alita/compare/v2.5.1...v2.6.0) (2020-05-15) + +**Note:** Version bump only for package @areslabs/alita + + + + + ## [2.5.1](https://github.com/areslabs/alita/compare/v2.5.0...v2.5.1) (2020-04-30) **Note:** Version bump only for package @areslabs/alita diff --git a/packages/alita-cli/package.json b/packages/alita-cli/package.json index 5a22993..ccda3b4 100644 --- a/packages/alita-cli/package.json +++ b/packages/alita-cli/package.json @@ -15,7 +15,7 @@ "weixin", "redux" ], - "version": "2.5.1", + "version": "2.6.0", "description": "首个ReactNative转微信小程序引擎", "main": "./lib/index.js", "scripts": { diff --git a/packages/alita-core/CHANGELOG.md b/packages/alita-core/CHANGELOG.md index 8d57ac1..6d48533 100644 --- a/packages/alita-core/CHANGELOG.md +++ b/packages/alita-core/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.6.0](https://github.com/areslabs/alita/compare/v2.5.1...v2.6.0) (2020-05-15) + + +### Bug Fixes + +* **alita-core:** 修复 .wx 文件取 文件名的bug ([c22acdb](https://github.com/areslabs/alita/commit/c22acdb50a963bb1584b026e30d66d9c59e0a78f)) + + +### Features + +* **wx-react wx-react-native alita-core:** 1.重新实现this.props.xxComponent 2.简化生成的小程序组件 3. 其他 ([834d045](https://github.com/areslabs/alita/commit/834d0454298afa13d11690e21df65df4dbebb17d)) + + + + + ## [2.5.1](https://github.com/areslabs/alita/compare/v2.5.0...v2.5.1) (2020-04-30) diff --git a/packages/alita-core/package.json b/packages/alita-core/package.json index 812391e..46d1775 100644 --- a/packages/alita-core/package.json +++ b/packages/alita-core/package.json @@ -16,7 +16,7 @@ "weixin", "redux" ], - "version": "2.5.1", + "version": "2.6.0", "description": "alita-core", "main": "./lib/index.js", "scripts": { diff --git a/packages/alita-weixin-runtime/CHANGELOG.md b/packages/alita-weixin-runtime/CHANGELOG.md index a6740d7..4ae28a4 100644 --- a/packages/alita-weixin-runtime/CHANGELOG.md +++ b/packages/alita-weixin-runtime/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.6.0](https://github.com/areslabs/alita/compare/v2.5.1...v2.6.0) (2020-05-15) + +**Note:** Version bump only for package @areslabs/alita-weixin-runtime + + + + + ## [2.5.1](https://github.com/areslabs/alita/compare/v2.5.0...v2.5.1) (2020-04-30) **Note:** Version bump only for package @areslabs/alita-weixin-runtime diff --git a/packages/alita-weixin-runtime/package.json b/packages/alita-weixin-runtime/package.json index 7d3ea19..7d22d80 100644 --- a/packages/alita-weixin-runtime/package.json +++ b/packages/alita-weixin-runtime/package.json @@ -1,6 +1,6 @@ { "name": "@areslabs/alita-weixin-runtime", - "version": "2.5.1", + "version": "2.6.0", "description": "alita weixin miniprogram runtime", "main": "index.js", "scripts": { diff --git a/packages/babel-plugin-alitamisc/CHANGELOG.md b/packages/babel-plugin-alitamisc/CHANGELOG.md index 7623a82..2428032 100644 --- a/packages/babel-plugin-alitamisc/CHANGELOG.md +++ b/packages/babel-plugin-alitamisc/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.6.0](https://github.com/areslabs/alita/compare/v2.5.1...v2.6.0) (2020-05-15) + +**Note:** Version bump only for package @areslabs/babel-plugin-alitamisc + + + + + ## [2.5.1](https://github.com/areslabs/alita/compare/v2.5.0...v2.5.1) (2020-04-30) **Note:** Version bump only for package @areslabs/babel-plugin-alitamisc diff --git a/packages/babel-plugin-alitamisc/package.json b/packages/babel-plugin-alitamisc/package.json index 59a1d58..bc224a5 100644 --- a/packages/babel-plugin-alitamisc/package.json +++ b/packages/babel-plugin-alitamisc/package.json @@ -1,6 +1,6 @@ { "name": "@areslabs/babel-plugin-alitamisc", - "version": "2.5.1", + "version": "2.6.0", "description": "babel-plugin-alitamisc", "main": "./dist/index.js", "scripts": { diff --git a/packages/eslint-plugin-alita/CHANGELOG.md b/packages/eslint-plugin-alita/CHANGELOG.md index 2defb8a..7701a72 100644 --- a/packages/eslint-plugin-alita/CHANGELOG.md +++ b/packages/eslint-plugin-alita/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.6.0](https://github.com/areslabs/alita/compare/v2.5.1...v2.6.0) (2020-05-15) + +**Note:** Version bump only for package @areslabs/eslint-plugin-alita + + + + + ## [2.5.1](https://github.com/areslabs/alita/compare/v2.5.0...v2.5.1) (2020-04-30) **Note:** Version bump only for package @areslabs/eslint-plugin-alita diff --git a/packages/eslint-plugin-alita/package.json b/packages/eslint-plugin-alita/package.json index 4feaf26..18ac8b9 100644 --- a/packages/eslint-plugin-alita/package.json +++ b/packages/eslint-plugin-alita/package.json @@ -1,6 +1,6 @@ { "name": "@areslabs/eslint-plugin-alita", - "version": "2.5.1", + "version": "2.6.0", "description": "rules for alita", "files": [ "lib", diff --git a/packages/regenerator-runtime/CHANGELOG.md b/packages/regenerator-runtime/CHANGELOG.md index f31604a..0419e7b 100644 --- a/packages/regenerator-runtime/CHANGELOG.md +++ b/packages/regenerator-runtime/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.6.0](https://github.com/areslabs/alita/compare/v2.5.1...v2.6.0) (2020-05-15) + +**Note:** Version bump only for package @areslabs/regenerator-runtime + + + + + ## [2.5.1](https://github.com/areslabs/alita/compare/v2.5.0...v2.5.1) (2020-04-30) **Note:** Version bump only for package @areslabs/regenerator-runtime diff --git a/packages/regenerator-runtime/package.json b/packages/regenerator-runtime/package.json index 5e3556a..1b653be 100644 --- a/packages/regenerator-runtime/package.json +++ b/packages/regenerator-runtime/package.json @@ -1,6 +1,6 @@ { "name": "@areslabs/regenerator-runtime", - "version": "2.5.1", + "version": "2.6.0", "description": "alita regenerator-runtime copy from regenerator-runtime@0.11.1", "main": "runtime-module.js", "scripts": { diff --git a/packages/router/CHANGELOG.md b/packages/router/CHANGELOG.md index 02ac04a..d0aecb3 100644 --- a/packages/router/CHANGELOG.md +++ b/packages/router/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.6.0](https://github.com/areslabs/alita/compare/v2.5.1...v2.6.0) (2020-05-15) + +**Note:** Version bump only for package @areslabs/router + + + + + ## [2.5.1](https://github.com/areslabs/alita/compare/v2.5.0...v2.5.1) (2020-04-30) **Note:** Version bump only for package @areslabs/router diff --git a/packages/router/package.json b/packages/router/package.json index 81e39a0..fc53283 100644 --- a/packages/router/package.json +++ b/packages/router/package.json @@ -1,6 +1,6 @@ { "name": "@areslabs/router", - "version": "2.5.1", + "version": "2.6.0", "description": "router for react-native, web", "client": "./dist/web/index.js", "main": "./dist/native/index.js", diff --git a/packages/wx-animated/CHANGELOG.md b/packages/wx-animated/CHANGELOG.md index 494087e..5883bcc 100644 --- a/packages/wx-animated/CHANGELOG.md +++ b/packages/wx-animated/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.6.0](https://github.com/areslabs/alita/compare/v2.5.1...v2.6.0) (2020-05-15) + +**Note:** Version bump only for package @areslabs/wx-animated + + + + + ## [2.5.1](https://github.com/areslabs/alita/compare/v2.5.0...v2.5.1) (2020-04-30) **Note:** Version bump only for package @areslabs/wx-animated diff --git a/packages/wx-animated/package.json b/packages/wx-animated/package.json index 44be872..1b92c10 100644 --- a/packages/wx-animated/package.json +++ b/packages/wx-animated/package.json @@ -1,6 +1,6 @@ { "name": "@areslabs/wx-animated", - "version": "2.5.1", + "version": "2.6.0", "description": "animated lib for react-native , web and mini-program", "main": "./dist/native/index.js", "weixin": "./dist/weixin/index.js", diff --git a/packages/wx-eventemitter/CHANGELOG.md b/packages/wx-eventemitter/CHANGELOG.md index efa208b..9748842 100644 --- a/packages/wx-eventemitter/CHANGELOG.md +++ b/packages/wx-eventemitter/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.6.0](https://github.com/areslabs/alita/compare/v2.5.1...v2.6.0) (2020-05-15) + +**Note:** Version bump only for package @areslabs/wx-eventemitter + + + + + ## [2.5.1](https://github.com/areslabs/alita/compare/v2.5.0...v2.5.1) (2020-04-30) **Note:** Version bump only for package @areslabs/wx-eventemitter diff --git a/packages/wx-eventemitter/package.json b/packages/wx-eventemitter/package.json index 5a10675..b0d8190 100644 --- a/packages/wx-eventemitter/package.json +++ b/packages/wx-eventemitter/package.json @@ -1,6 +1,6 @@ { "name": "@areslabs/wx-eventemitter", - "version": "2.5.1", + "version": "2.6.0", "description": "可以在RN和小程序共用的EventEmitter", "main": "dist/index.js", "files": [ diff --git a/packages/wx-mobx-react/CHANGELOG.md b/packages/wx-mobx-react/CHANGELOG.md index fa59883..002ba9e 100644 --- a/packages/wx-mobx-react/CHANGELOG.md +++ b/packages/wx-mobx-react/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.6.0](https://github.com/areslabs/alita/compare/v2.5.1...v2.6.0) (2020-05-15) + +**Note:** Version bump only for package @areslabs/wx-mobx-react + + + + + ## [2.5.1](https://github.com/areslabs/alita/compare/v2.5.0...v2.5.1) (2020-04-30) **Note:** Version bump only for package @areslabs/wx-mobx-react diff --git a/packages/wx-mobx-react/package.json b/packages/wx-mobx-react/package.json index 072bb4c..332aecc 100644 --- a/packages/wx-mobx-react/package.json +++ b/packages/wx-mobx-react/package.json @@ -1,6 +1,6 @@ { "name": "@areslabs/wx-mobx-react", - "version": "2.5.1", + "version": "2.6.0", "description": "", "files": [ "package.json", diff --git a/packages/wx-prop-types/CHANGELOG.md b/packages/wx-prop-types/CHANGELOG.md index 4704967..74c079d 100644 --- a/packages/wx-prop-types/CHANGELOG.md +++ b/packages/wx-prop-types/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.6.0](https://github.com/areslabs/alita/compare/v2.5.1...v2.6.0) (2020-05-15) + +**Note:** Version bump only for package @areslabs/wx-prop-types + + + + + ## [2.5.1](https://github.com/areslabs/alita/compare/v2.5.0...v2.5.1) (2020-04-30) **Note:** Version bump only for package @areslabs/wx-prop-types diff --git a/packages/wx-prop-types/package.json b/packages/wx-prop-types/package.json index 9476632..c8ecddd 100644 --- a/packages/wx-prop-types/package.json +++ b/packages/wx-prop-types/package.json @@ -1,6 +1,6 @@ { "name": "@areslabs/wx-prop-types", - "version": "2.5.1", + "version": "2.6.0", "description": "小程序版本的prop-types", "files": [ "src", diff --git a/packages/wx-react-native/CHANGELOG.md b/packages/wx-react-native/CHANGELOG.md index aad602c..ae120be 100644 --- a/packages/wx-react-native/CHANGELOG.md +++ b/packages/wx-react-native/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.6.0](https://github.com/areslabs/alita/compare/v2.5.1...v2.6.0) (2020-05-15) + + +### Bug Fixes + +* **wx-react-native:** 移除package.json文件报错 ([40754ea](https://github.com/areslabs/alita/commit/40754ea45faf1dae05d78338acd6646aec21f36f)) + + +### Features + +* **wx-react wx-react-native alita-core:** 1.重新实现this.props.xxComponent 2.简化生成的小程序组件 3. 其他 ([834d045](https://github.com/areslabs/alita/commit/834d0454298afa13d11690e21df65df4dbebb17d)) + + + + + ## [2.5.1](https://github.com/areslabs/alita/compare/v2.5.0...v2.5.1) (2020-04-30) **Note:** Version bump only for package @areslabs/wx-react-native diff --git a/packages/wx-react-native/package.json b/packages/wx-react-native/package.json index c0108f0..fbe5d07 100644 --- a/packages/wx-react-native/package.json +++ b/packages/wx-react-native/package.json @@ -1,6 +1,6 @@ { "name": "@areslabs/wx-react-native", - "version": "2.5.1", + "version": "2.6.0", "description": "微信版本的React Native", "files": [ "dist", diff --git a/packages/wx-react-redux/CHANGELOG.md b/packages/wx-react-redux/CHANGELOG.md index 8bba3d6..3a9295e 100644 --- a/packages/wx-react-redux/CHANGELOG.md +++ b/packages/wx-react-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.6.0](https://github.com/areslabs/alita/compare/v2.5.1...v2.6.0) (2020-05-15) + +**Note:** Version bump only for package @areslabs/wx-react-redux + + + + + ## [2.5.1](https://github.com/areslabs/alita/compare/v2.5.0...v2.5.1) (2020-04-30) **Note:** Version bump only for package @areslabs/wx-react-redux diff --git a/packages/wx-react-redux/package.json b/packages/wx-react-redux/package.json index d00ebe7..1836e85 100644 --- a/packages/wx-react-redux/package.json +++ b/packages/wx-react-redux/package.json @@ -1,6 +1,6 @@ { "name": "@areslabs/wx-react-redux", - "version": "2.5.1", + "version": "2.6.0", "description": "微信版本的react-redux", "files": [ "package.json", diff --git a/packages/wx-react/CHANGELOG.md b/packages/wx-react/CHANGELOG.md index abed859..fbb3937 100644 --- a/packages/wx-react/CHANGELOG.md +++ b/packages/wx-react/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.6.0](https://github.com/areslabs/alita/compare/v2.5.1...v2.6.0) (2020-05-15) + + +### Bug Fixes + +* **wx-react:** 修复genericWrapper 包裹的情况 ([68534bf](https://github.com/areslabs/alita/commit/68534bf5f90e0e05c44e905829422cd98625cfaa)) + + +### Features + +* **wx-react wx-react-native alita-core:** 1.重新实现this.props.xxComponent 2.简化生成的小程序组件 3. 其他 ([834d045](https://github.com/areslabs/alita/commit/834d0454298afa13d11690e21df65df4dbebb17d)) + + + + + ## [2.5.1](https://github.com/areslabs/alita/compare/v2.5.0...v2.5.1) (2020-04-30) diff --git a/packages/wx-react/package.json b/packages/wx-react/package.json index 1ab4165..4e01c4f 100644 --- a/packages/wx-react/package.json +++ b/packages/wx-react/package.json @@ -1,6 +1,6 @@ { "name": "@areslabs/wx-react", - "version": "2.5.1", + "version": "2.6.0", "description": "微信版本的React", "files": [ "package.json", diff --git a/packages/wx-redux-promise/CHANGELOG.md b/packages/wx-redux-promise/CHANGELOG.md index 585586e..b4955dc 100644 --- a/packages/wx-redux-promise/CHANGELOG.md +++ b/packages/wx-redux-promise/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.6.0](https://github.com/areslabs/alita/compare/v2.5.1...v2.6.0) (2020-05-15) + +**Note:** Version bump only for package @areslabs/wx-redux-promise + + + + + ## [2.5.1](https://github.com/areslabs/alita/compare/v2.5.0...v2.5.1) (2020-04-30) **Note:** Version bump only for package @areslabs/wx-redux-promise diff --git a/packages/wx-redux-promise/package.json b/packages/wx-redux-promise/package.json index d28a5fe..9df0ee6 100644 --- a/packages/wx-redux-promise/package.json +++ b/packages/wx-redux-promise/package.json @@ -1,6 +1,6 @@ { "name": "@areslabs/wx-redux-promise", - "version": "2.5.1", + "version": "2.6.0", "description": "微信版本的redux-promise", "main": "./dist/index.js", "files": [