Skip to content

Commit

Permalink
release(12.4.2): release 12.4.2 (#1399)
Browse files Browse the repository at this point in the history
  • Loading branch information
cipchk authored Nov 24, 2021
1 parent 8151a53 commit a57170d
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## [12.4.2](https://github.com/ng-alain/delon/compare/12.4.1...12.4.2) (2021-11-24)


### Bug Fixes

* **abc:st:** fix can't render when data changed ([#1398](https://github.com/ng-alain/delon/issues/1398)) ([8151a53](https://github.com/ng-alain/delon/commit/8151a5345f011449b4e2ece8bfe92cc69d8a1f08))


### Performance Improvements

* **cli:** update the $schema flag to the draft-07 standard ([#1397](https://github.com/ng-alain/delon/issues/1397)) ([b9ea6cd](https://github.com/ng-alain/delon/commit/b9ea6cdd23620bf86c42a842e52108d9520b36dc))



# [12.4.0](https://github.com/ng-alain/delon/compare/12.3.0...12.4.0) (2021-11-19)

### Scaffold
Expand Down
11 changes: 11 additions & 0 deletions docs/changelog.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,17 @@ NG-ALAIN strictly follows [Semantic Versioning 2.0.0](http://semver.org/lang/zh-

---

## [12.4.2](https://github.com/ng-alain/delon/compare/12.4.1...12.4.2) (2021-11-24)

### Bug Fixes

* **abc:st:** fix can't render when data changed ([#1398](https://github.com/ng-alain/delon/issues/1398)) ([8151a53](https://github.com/ng-alain/delon/commit/8151a5345f011449b4e2ece8bfe92cc69d8a1f08))

### Performance Improvements

* **cli:** update the $schema flag to the draft-07 standard ([#1397](https://github.com/ng-alain/delon/issues/1397)) ([b9ea6cd](https://github.com/ng-alain/delon/commit/b9ea6cdd23620bf86c42a842e52108d9520b36dc))


# [12.4.0](https://github.com/ng-alain/delon/compare/12.3.0...12.4.0) (2021-11-19)

### Scaffold
Expand Down
11 changes: 11 additions & 0 deletions docs/changelog.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,17 @@ NG-ALAIN 严格遵循 [Semantic Versioning 2.0.0](http://semver.org/lang/zh-CN/)

---

## [12.4.2](https://github.com/ng-alain/delon/compare/12.4.1...12.4.2) (2021-11-24)

### Bug Fixes

* **abc:st:** 修复数据变更时无法渲染 ([#1398](https://github.com/ng-alain/delon/issues/1398)) ([8151a53](https://github.com/ng-alain/delon/commit/8151a5345f011449b4e2ece8bfe92cc69d8a1f08))

### Performance Improvements

* **cli:** 更新 $schema 标记至 draft-07 标准 ([#1397](https://github.com/ng-alain/delon/issues/1397)) ([b9ea6cd](https://github.com/ng-alain/delon/commit/b9ea6cdd23620bf86c42a842e52108d9520b36dc))


# [12.4.0](https://github.com/ng-alain/delon/compare/12.3.0...12.4.0) (2021-11-19)

### 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.4.1",
"version": "12.4.2",
"description": "Delon is a set of essential modules for NG-ALAIN.",
"keywords": [
"delon",
Expand Down

0 comments on commit a57170d

Please sign in to comment.