diff --git a/CHANGELOG.md b/CHANGELOG.md index 706fcf3..5c7d999 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,26 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.4.0](https://github.com/areslabs/alita/compare/v2.3.6...v2.4.0) (2020-02-22) + + +### Bug Fixes + +* **alita-core:** 修复 新建AST标签,没有loc信息,引起的报错 ([696087a](https://github.com/areslabs/alita/commit/696087a053e5b16aa7547413098f030228037579)) +* **alita-core wx-react:** 修复类似 a-b-c 属性指的绑定无效的bug ([443dea5](https://github.com/areslabs/alita/commit/443dea53eb1474fe1208e588ff84acbcfa1c08b0)) +* **babel-plugin-alitamisc:** 修复 已link模式运行babel-plugin-alitamisc 报babel/runtime库不存在的bug ([a87db49](https://github.com/areslabs/alita/commit/a87db4953a8232b23e367dbd35c11c146a27847a)) + + +### Features + +* **alita-core:** 支持形如 x这类无指的属性 ([ffbe802](https://github.com/areslabs/alita/commit/ffbe8025414b112b022b3cd4f54e5f35cf207c3b)) +* **alita-core babel-plugin-alitamisc:** 添加小程序自定义组件的支持 ([76edb4b](https://github.com/areslabs/alita/commit/76edb4b7f6cbd34069a972eef3acbc4b96632002)) +* **alita-core wx-react-native:** 微信基础样式移除在page.wxss定义,防止对直接使用微信组件的影响 ([5ce1f7b](https://github.com/areslabs/alita/commit/5ce1f7ba5b3906015499a6fa1038ce4d40c32231)) + + + + + ## [2.3.6](https://github.com/areslabs/alita/compare/v2.3.5...v2.3.6) (2020-02-06) diff --git a/lerna.json b/lerna.json index 89d1b71..f2cff14 100644 --- a/lerna.json +++ b/lerna.json @@ -17,5 +17,5 @@ "conventionalCommits": true } }, - "version": "2.3.6" + "version": "2.4.0" } diff --git a/packages/alita-cli/CHANGELOG.md b/packages/alita-cli/CHANGELOG.md index 29ab4a3..49ffdb1 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.4.0](https://github.com/areslabs/alita/compare/v2.3.6...v2.4.0) (2020-02-22) + +**Note:** Version bump only for package @areslabs/alita + + + + + ## [2.3.6](https://github.com/areslabs/alita/compare/v2.3.5...v2.3.6) (2020-02-06) **Note:** Version bump only for package @areslabs/alita diff --git a/packages/alita-cli/package.json b/packages/alita-cli/package.json index 37ffa12..e33dbd9 100644 --- a/packages/alita-cli/package.json +++ b/packages/alita-cli/package.json @@ -15,7 +15,7 @@ "weixin", "redux" ], - "version": "2.3.6", + "version": "2.4.0", "description": "首个ReactNative转微信小程序引擎", "main": "./lib/index.js", "scripts": { diff --git a/packages/alita-core/CHANGELOG.md b/packages/alita-core/CHANGELOG.md index fa5d0fd..8fd313c 100644 --- a/packages/alita-core/CHANGELOG.md +++ b/packages/alita-core/CHANGELOG.md @@ -3,6 +3,25 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.4.0](https://github.com/areslabs/alita/compare/v2.3.6...v2.4.0) (2020-02-22) + + +### Bug Fixes + +* **alita-core:** 修复 新建AST标签,没有loc信息,引起的报错 ([696087a](https://github.com/areslabs/alita/commit/696087a053e5b16aa7547413098f030228037579)) +* **alita-core wx-react:** 修复类似 a-b-c 属性指的绑定无效的bug ([443dea5](https://github.com/areslabs/alita/commit/443dea53eb1474fe1208e588ff84acbcfa1c08b0)) + + +### Features + +* **alita-core:** 支持形如 x这类无指的属性 ([ffbe802](https://github.com/areslabs/alita/commit/ffbe8025414b112b022b3cd4f54e5f35cf207c3b)) +* **alita-core babel-plugin-alitamisc:** 添加小程序自定义组件的支持 ([76edb4b](https://github.com/areslabs/alita/commit/76edb4b7f6cbd34069a972eef3acbc4b96632002)) +* **alita-core wx-react-native:** 微信基础样式移除在page.wxss定义,防止对直接使用微信组件的影响 ([5ce1f7b](https://github.com/areslabs/alita/commit/5ce1f7ba5b3906015499a6fa1038ce4d40c32231)) + + + + + ## [2.3.6](https://github.com/areslabs/alita/compare/v2.3.5...v2.3.6) (2020-02-06) diff --git a/packages/alita-core/package.json b/packages/alita-core/package.json index 9f2415f..0e68ef0 100644 --- a/packages/alita-core/package.json +++ b/packages/alita-core/package.json @@ -16,7 +16,7 @@ "weixin", "redux" ], - "version": "2.3.6", + "version": "2.4.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 11a71e3..cede90a 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.4.0](https://github.com/areslabs/alita/compare/v2.3.6...v2.4.0) (2020-02-22) + +**Note:** Version bump only for package @areslabs/alita-weixin-runtime + + + + + ## [2.3.6](https://github.com/areslabs/alita/compare/v2.3.5...v2.3.6) (2020-02-06) **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 94f0f48..4570fff 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.3.6", + "version": "2.4.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 f71a79e..f98658b 100644 --- a/packages/babel-plugin-alitamisc/CHANGELOG.md +++ b/packages/babel-plugin-alitamisc/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.4.0](https://github.com/areslabs/alita/compare/v2.3.6...v2.4.0) (2020-02-22) + + +### Bug Fixes + +* **babel-plugin-alitamisc:** 修复 已link模式运行babel-plugin-alitamisc 报babel/runtime库不存在的bug ([a87db49](https://github.com/areslabs/alita/commit/a87db4953a8232b23e367dbd35c11c146a27847a)) + + +### Features + +* **alita-core babel-plugin-alitamisc:** 添加小程序自定义组件的支持 ([76edb4b](https://github.com/areslabs/alita/commit/76edb4b7f6cbd34069a972eef3acbc4b96632002)) + + + + + ## [2.3.6](https://github.com/areslabs/alita/compare/v2.3.5...v2.3.6) (2020-02-06) **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 9e8aff5..d72ebfc 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.3.6", + "version": "2.4.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 0e93ac5..0d82d6b 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.4.0](https://github.com/areslabs/alita/compare/v2.3.6...v2.4.0) (2020-02-22) + +**Note:** Version bump only for package @areslabs/eslint-plugin-alita + + + + + ## [2.3.6](https://github.com/areslabs/alita/compare/v2.3.5...v2.3.6) (2020-02-06) **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 717918d..86cbff8 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.3.6", + "version": "2.4.0", "description": "rules for alita", "files": [ "lib", diff --git a/packages/regenerator-runtime/CHANGELOG.md b/packages/regenerator-runtime/CHANGELOG.md index d0183a2..3ee1530 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.4.0](https://github.com/areslabs/alita/compare/v2.3.6...v2.4.0) (2020-02-22) + +**Note:** Version bump only for package @areslabs/regenerator-runtime + + + + + ## [2.3.6](https://github.com/areslabs/alita/compare/v2.3.5...v2.3.6) (2020-02-06) **Note:** Version bump only for package @areslabs/regenerator-runtime diff --git a/packages/regenerator-runtime/package.json b/packages/regenerator-runtime/package.json index 9e275c3..e631eba 100644 --- a/packages/regenerator-runtime/package.json +++ b/packages/regenerator-runtime/package.json @@ -1,6 +1,6 @@ { "name": "@areslabs/regenerator-runtime", - "version": "2.3.6", + "version": "2.4.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 e7e4033..e5f63b2 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.4.0](https://github.com/areslabs/alita/compare/v2.3.6...v2.4.0) (2020-02-22) + +**Note:** Version bump only for package @areslabs/router + + + + + ## [2.3.6](https://github.com/areslabs/alita/compare/v2.3.5...v2.3.6) (2020-02-06) **Note:** Version bump only for package @areslabs/router diff --git a/packages/router/package.json b/packages/router/package.json index 98e737c..ee3eaf2 100644 --- a/packages/router/package.json +++ b/packages/router/package.json @@ -1,6 +1,6 @@ { "name": "@areslabs/router", - "version": "2.3.6", + "version": "2.4.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 15836df..348ef1f 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.4.0](https://github.com/areslabs/alita/compare/v2.3.6...v2.4.0) (2020-02-22) + +**Note:** Version bump only for package @areslabs/wx-animated + + + + + ## [2.3.6](https://github.com/areslabs/alita/compare/v2.3.5...v2.3.6) (2020-02-06) **Note:** Version bump only for package @areslabs/wx-animated diff --git a/packages/wx-animated/package.json b/packages/wx-animated/package.json index bd574db..10911da 100644 --- a/packages/wx-animated/package.json +++ b/packages/wx-animated/package.json @@ -1,6 +1,6 @@ { "name": "@areslabs/wx-animated", - "version": "2.3.6", + "version": "2.4.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 42ba918..a705eed 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.4.0](https://github.com/areslabs/alita/compare/v2.3.6...v2.4.0) (2020-02-22) + +**Note:** Version bump only for package @areslabs/wx-eventemitter + + + + + ## [2.3.6](https://github.com/areslabs/alita/compare/v2.3.5...v2.3.6) (2020-02-06) **Note:** Version bump only for package @areslabs/wx-eventemitter diff --git a/packages/wx-eventemitter/package.json b/packages/wx-eventemitter/package.json index 99cb624..41d0720 100644 --- a/packages/wx-eventemitter/package.json +++ b/packages/wx-eventemitter/package.json @@ -1,6 +1,6 @@ { "name": "@areslabs/wx-eventemitter", - "version": "2.3.6", + "version": "2.4.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 6aed132..3f3b0a8 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.4.0](https://github.com/areslabs/alita/compare/v2.3.6...v2.4.0) (2020-02-22) + +**Note:** Version bump only for package @areslabs/wx-mobx-react + + + + + ## [2.3.6](https://github.com/areslabs/alita/compare/v2.3.5...v2.3.6) (2020-02-06) **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 f363804..f557e9e 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.3.6", + "version": "2.4.0", "description": "", "files": [ "package.json", diff --git a/packages/wx-prop-types/CHANGELOG.md b/packages/wx-prop-types/CHANGELOG.md index f1f7d9d..f7612f4 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.4.0](https://github.com/areslabs/alita/compare/v2.3.6...v2.4.0) (2020-02-22) + +**Note:** Version bump only for package @areslabs/wx-prop-types + + + + + ## [2.3.6](https://github.com/areslabs/alita/compare/v2.3.5...v2.3.6) (2020-02-06) **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 d0009a3..6f73e42 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.3.6", + "version": "2.4.0", "description": "小程序版本的prop-types", "files": [ "src", diff --git a/packages/wx-react-native/CHANGELOG.md b/packages/wx-react-native/CHANGELOG.md index 26e89eb..7e8c807 100644 --- a/packages/wx-react-native/CHANGELOG.md +++ b/packages/wx-react-native/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.4.0](https://github.com/areslabs/alita/compare/v2.3.6...v2.4.0) (2020-02-22) + + +### Features + +* **alita-core wx-react-native:** 微信基础样式移除在page.wxss定义,防止对直接使用微信组件的影响 ([5ce1f7b](https://github.com/areslabs/alita/commit/5ce1f7ba5b3906015499a6fa1038ce4d40c32231)) + + + + + ## [2.3.6](https://github.com/areslabs/alita/compare/v2.3.5...v2.3.6) (2020-02-06) **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 22dc927..71650b9 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.3.6", + "version": "2.4.0", "description": "微信版本的React Native", "files": [ "dist", diff --git a/packages/wx-react-redux/CHANGELOG.md b/packages/wx-react-redux/CHANGELOG.md index c48c8bb..9e9af6c 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.4.0](https://github.com/areslabs/alita/compare/v2.3.6...v2.4.0) (2020-02-22) + +**Note:** Version bump only for package @areslabs/wx-react-redux + + + + + ## [2.3.6](https://github.com/areslabs/alita/compare/v2.3.5...v2.3.6) (2020-02-06) **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 9a29a1a..766b3b4 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.3.6", + "version": "2.4.0", "description": "微信版本的react-redux", "files": [ "package.json", diff --git a/packages/wx-react/CHANGELOG.md b/packages/wx-react/CHANGELOG.md index 0f2e0b5..390b336 100644 --- a/packages/wx-react/CHANGELOG.md +++ b/packages/wx-react/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.4.0](https://github.com/areslabs/alita/compare/v2.3.6...v2.4.0) (2020-02-22) + + +### Bug Fixes + +* **alita-core wx-react:** 修复类似 a-b-c 属性指的绑定无效的bug ([443dea5](https://github.com/areslabs/alita/commit/443dea53eb1474fe1208e588ff84acbcfa1c08b0)) + + + + + ## [2.3.6](https://github.com/areslabs/alita/compare/v2.3.5...v2.3.6) (2020-02-06) **Note:** Version bump only for package @areslabs/wx-react diff --git a/packages/wx-react/package.json b/packages/wx-react/package.json index eaa9b88..53a913d 100644 --- a/packages/wx-react/package.json +++ b/packages/wx-react/package.json @@ -1,6 +1,6 @@ { "name": "@areslabs/wx-react", - "version": "2.3.6", + "version": "2.4.0", "description": "微信版本的React", "files": [ "package.json", diff --git a/packages/wx-redux-promise/CHANGELOG.md b/packages/wx-redux-promise/CHANGELOG.md index c440576..bab50cf 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.4.0](https://github.com/areslabs/alita/compare/v2.3.6...v2.4.0) (2020-02-22) + +**Note:** Version bump only for package @areslabs/wx-redux-promise + + + + + ## [2.3.6](https://github.com/areslabs/alita/compare/v2.3.5...v2.3.6) (2020-02-06) **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 d24123a..8b788a1 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.3.6", + "version": "2.4.0", "description": "微信版本的redux-promise", "main": "./dist/index.js", "files": [