Skip to content

Commit

Permalink
release(12.2.3): release 12.2.3 (#1356)
Browse files Browse the repository at this point in the history
  • Loading branch information
cipchk authored Sep 24, 2021
1 parent 65ac839 commit 06b2578
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
9 changes: 9 additions & 0 deletions docs/changelog.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
9 changes: 9 additions & 0 deletions docs/changelog.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 06b2578

Please sign in to comment.