diff --git a/CHANGELOG.md b/CHANGELOG.md index eace53ee94..14cf7c546b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## [12.2.3](https://github.com/ng-alain/delon/compare/12.2.2...12.2.3) (2021-09-24) + + +### Bug Fixes + +* **cli:** fix export json-schema when not choose form ([#1352](https://github.com/ng-alain/delon/issues/1352)) ([e71ea04](https://github.com/ng-alain/delon/commit/e71ea04dba044a29919b36b436d855164eeebc63)) +* **form:widget:autocomplete:** fix invalid typing when async data ([#1351](https://github.com/ng-alain/delon/issues/1351)) ([aca195a](https://github.com/ng-alain/delon/commit/aca195a10fc46dda51c8eefc8b9b28ced30da812)) +* **form:** fix `ui` value cross pollute ([#1355](https://github.com/ng-alain/delon/issues/1355)) ([65ac839](https://github.com/ng-alain/delon/commit/65ac839fedb34d4e18e959071e0b8c31e0aa6e96)) + + + ## [12.2.2](https://github.com/ng-alain/delon/compare/12.2.1...12.2.2) (2021-09-10) diff --git a/docs/changelog.en-US.md b/docs/changelog.en-US.md index 3d8039bf73..515114d3d5 100644 --- a/docs/changelog.en-US.md +++ b/docs/changelog.en-US.md @@ -14,6 +14,15 @@ NG-ALAIN strictly follows [Semantic Versioning 2.0.0](http://semver.org/lang/zh- --- +## [12.2.3](https://github.com/ng-alain/delon/compare/12.2.2...12.2.3) (2021-09-24) + +### Bug Fixes + +* **cli:** fix export json-schema when not choose form ([#1352](https://github.com/ng-alain/delon/issues/1352)) ([e71ea04](https://github.com/ng-alain/delon/commit/e71ea04dba044a29919b36b436d855164eeebc63)) +* **form:widget:autocomplete:** fix invalid typing when async data ([#1351](https://github.com/ng-alain/delon/issues/1351)) ([aca195a](https://github.com/ng-alain/delon/commit/aca195a10fc46dda51c8eefc8b9b28ced30da812)) +* **form:** fix `ui` value cross pollute ([#1355](https://github.com/ng-alain/delon/issues/1355)) ([65ac839](https://github.com/ng-alain/delon/commit/65ac839fedb34d4e18e959071e0b8c31e0aa6e96)) + + ## [12.2.2](https://github.com/ng-alain/delon/compare/12.2.1...12.2.2) (2021-09-10) ### Scaffold diff --git a/docs/changelog.zh-CN.md b/docs/changelog.zh-CN.md index f1453b6536..36f824f584 100644 --- a/docs/changelog.zh-CN.md +++ b/docs/changelog.zh-CN.md @@ -14,6 +14,15 @@ NG-ALAIN 严格遵循 [Semantic Versioning 2.0.0](http://semver.org/lang/zh-CN/) --- +## [12.2.3](https://github.com/ng-alain/delon/compare/12.2.2...12.2.3) (2021-09-24) + +### Bug Fixes + +* **cli:** 修复未选择动态表单时导出多余的项 ([#1352](https://github.com/ng-alain/delon/issues/1352)) ([e71ea04](https://github.com/ng-alain/delon/commit/e71ea04dba044a29919b36b436d855164eeebc63)) +* **form:widget:autocomplete:** 修复异步数据源下不正确的标签 ([#1351](https://github.com/ng-alain/delon/issues/1351)) ([aca195a](https://github.com/ng-alain/delon/commit/aca195a10fc46dda51c8eefc8b9b28ced30da812)) +* **form:** 修复 `ui` 值存在交叉感染 ([#1355](https://github.com/ng-alain/delon/issues/1355)) ([65ac839](https://github.com/ng-alain/delon/commit/65ac839fedb34d4e18e959071e0b8c31e0aa6e96)) + + ## [12.2.2](https://github.com/ng-alain/delon/compare/12.2.1...12.2.2) (2021-09-10) ### Scaffold diff --git a/package.json b/package.json index 5b0df461f2..f1d74d52b2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "delon", - "version": "12.2.2", + "version": "12.2.3", "description": "Delon is a set of essential modules for NG-ALAIN.", "keywords": [ "delon",