diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b7a5b9a0..8db6d2dbe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## [13.4.1](https://github.com/ng-alain/delon/compare/13.4.0...13.4.1) (2022-03-26) + + +### Bug Fixes + +* **cli:** fix can't use `ng g ng-alain` command in subdirectories ([#1462](https://github.com/ng-alain/delon/issues/1462)) ([5f449c6](https://github.com/ng-alain/delon/commit/5f449c6b381822c01cddf5ff0b7eaa82ec042f1b)) +* **cli:** fix deprecated `--syntax` of lint-staged ([#1463](https://github.com/ng-alain/delon/issues/1463)) ([b42e6ae](https://github.com/ng-alain/delon/commit/b42e6aeed08934d42e4c11e329500c2219d0871a)) +* **sf:** fix misalignment ([#1464](https://github.com/ng-alain/delon/issues/1464)) ([4f388f1](https://github.com/ng-alain/delon/commit/4f388f150a0481510dbe41473cc31fdf4ae76469)) + + + # [13.4.0](https://github.com/ng-alain/delon/compare/13.3.0...13.4.0) (2022-03-18) diff --git a/docs/changelog.en-US.md b/docs/changelog.en-US.md index 55aa372e7..74357b51e 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- --- +## [13.4.1](https://github.com/ng-alain/delon/compare/13.4.0...13.4.1) (2022-03-26) + +### Bug Fixes + +* **cli:** fix can't use `ng g ng-alain` command in subdirectories ([#1462](https://github.com/ng-alain/delon/issues/1462)) ([5f449c6](https://github.com/ng-alain/delon/commit/5f449c6b381822c01cddf5ff0b7eaa82ec042f1b)) +* **cli:** fix deprecated `--syntax` of lint-staged ([#1463](https://github.com/ng-alain/delon/issues/1463)) ([b42e6ae](https://github.com/ng-alain/delon/commit/b42e6aeed08934d42e4c11e329500c2219d0871a)) +* **sf:widget:array:** fix misalignment ([#1464](https://github.com/ng-alain/delon/issues/1464)) ([4f388f1](https://github.com/ng-alain/delon/commit/4f388f150a0481510dbe41473cc31fdf4ae76469)) + + # [13.4.0](https://github.com/ng-alain/delon/compare/13.3.0...13.4.0) (2022-03-18) ### Bug Fixes diff --git a/docs/changelog.zh-CN.md b/docs/changelog.zh-CN.md index 034426ce9..494b1b1f4 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/) --- +## [13.4.1](https://github.com/ng-alain/delon/compare/13.4.0...13.4.1) (2022-03-26) + +### Bug Fixes + +* **cli:** 修复无法在子目录下使用 `ng g ng-alain` 命令 ([#1462](https://github.com/ng-alain/delon/issues/1462)) ([5f449c6](https://github.com/ng-alain/delon/commit/5f449c6b381822c01cddf5ff0b7eaa82ec042f1b)) +* **cli:** 修复 lint-staged 的过期参数 `--syntax` ([#1463](https://github.com/ng-alain/delon/issues/1463)) ([b42e6ae](https://github.com/ng-alain/delon/commit/b42e6aeed08934d42e4c11e329500c2219d0871a)) +* **sf:widget:array:** 修复固定标签下产生错位 ([#1464](https://github.com/ng-alain/delon/issues/1464)) ([4f388f1](https://github.com/ng-alain/delon/commit/4f388f150a0481510dbe41473cc31fdf4ae76469)) + + # [13.4.0](https://github.com/ng-alain/delon/compare/13.3.0...13.4.0) (2022-03-18) ### Bug Fixes diff --git a/package.json b/package.json index 5d9f3e6b0..377161d35 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "delon", - "version": "13.4.0", + "version": "13.4.1", "description": "Delon is a set of essential modules for NG-ALAIN.", "keywords": [ "delon",