From ba1660b152843dfd26cea5e404167130bb1bd78a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8D=A1=E8=89=B2?= Date: Fri, 4 Mar 2022 20:34:50 +0800 Subject: [PATCH] release(13.2.1): release 13.2.1 (#1450) --- CHANGELOG.md | 14 ++++++++++++++ docs/changelog.en-US.md | 12 ++++++++++++ docs/changelog.zh-CN.md | 12 ++++++++++++ package.json | 4 ++-- 4 files changed, 40 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f38f6ecb5..a8da1e8661 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +## [13.2.1](https://github.com/ng-alain/delon/compare/13.2.0...13.2.1) (2022-03-04) + + +### Bug Fixes + +* **abc:media:** fix cannot redefine property error ([#1447](https://github.com/ng-alain/delon/issues/1447)) ([475e5cb](https://github.com/ng-alain/delon/commit/475e5cb639dee52952eacde9c5c70677167e50e6)) +* **abc:pdf:** fix `container` must be absolutely positioned error ([#1448](https://github.com/ng-alain/delon/issues/1448)) ([c2ed8a7](https://github.com/ng-alain/delon/commit/c2ed8a7e8cdbc976561cbd30eb5b54d1fae975be)) +* **chart:pie:** fix ECAIHBC error in block ([#1440](https://github.com/ng-alain/delon/issues/1440)) ([43595f2](https://github.com/ng-alain/delon/commit/43595f21c82618f5de284397bd736522f4b928f4)) +* **cli:** fix duplcated `-t` ([#1443](https://github.com/ng-alain/delon/issues/1443)) ([e44df08](https://github.com/ng-alain/delon/commit/e44df0855d923e57a5dfef511aac1540663f5d8d)) +* **form:tree-select:** fix typo `checkfStrictly` ([#1446](https://github.com/ng-alain/delon/issues/1446)) ([90498f0](https://github.com/ng-alain/delon/commit/90498f06c52e9e8f94f2e61d05b28977889db687)) +* **form:** fix buttons misalignment in `inline` layout ([#1442](https://github.com/ng-alain/delon/issues/1442)) ([1e836f8](https://github.com/ng-alain/delon/commit/1e836f8b93dd6925245d018e85f52c0b8da6a659)) + + + # [13.2.0](https://github.com/ng-alain/delon/compare/13.1.0...13.2.0) (2022-02-12) diff --git a/docs/changelog.en-US.md b/docs/changelog.en-US.md index e44c0f898b..48f01dc8f1 100644 --- a/docs/changelog.en-US.md +++ b/docs/changelog.en-US.md @@ -14,6 +14,18 @@ NG-ALAIN strictly follows [Semantic Versioning 2.0.0](http://semver.org/lang/zh- --- +## [13.2.1](https://github.com/ng-alain/delon/compare/13.2.0...13.2.1) (2022-03-04) + +### Bug Fixes + +* **abc:media:** fix `cannot redefine property` error ([#1447](https://github.com/ng-alain/delon/issues/1447)) ([475e5cb](https://github.com/ng-alain/delon/commit/475e5cb639dee52952eacde9c5c70677167e50e6)) +* **abc:pdf:** fix `container` must be absolutely positioned error ([#1448](https://github.com/ng-alain/delon/issues/1448)) ([c2ed8a7](https://github.com/ng-alain/delon/commit/c2ed8a7e8cdbc976561cbd30eb5b54d1fae975be)) +* **chart:pie:** fix ECAIHBC error in block ([#1440](https://github.com/ng-alain/delon/issues/1440)) ([43595f2](https://github.com/ng-alain/delon/commit/43595f21c82618f5de284397bd736522f4b928f4)) +* **cli:** fix duplcated `-t` ([#1443](https://github.com/ng-alain/delon/issues/1443)) ([e44df08](https://github.com/ng-alain/delon/commit/e44df0855d923e57a5dfef511aac1540663f5d8d)) +* **form:tree-select:** fix typo `checkfStrictly` ([#1446](https://github.com/ng-alain/delon/issues/1446)) ([90498f0](https://github.com/ng-alain/delon/commit/90498f06c52e9e8f94f2e61d05b28977889db687)) +* **form:** fix buttons misalignment in `inline` layout ([#1442](https://github.com/ng-alain/delon/issues/1442)) ([1e836f8](https://github.com/ng-alain/delon/commit/1e836f8b93dd6925245d018e85f52c0b8da6a659)) + + # [13.2.0](https://github.com/ng-alain/delon/compare/13.1.0...13.2.0) (2022-02-12) ### Bug Fixes diff --git a/docs/changelog.zh-CN.md b/docs/changelog.zh-CN.md index 8f7b2da397..d4453cb0d5 100644 --- a/docs/changelog.zh-CN.md +++ b/docs/changelog.zh-CN.md @@ -14,6 +14,18 @@ NG-ALAIN 严格遵循 [Semantic Versioning 2.0.0](http://semver.org/lang/zh-CN/) --- +## [13.2.1](https://github.com/ng-alain/delon/compare/13.2.0...13.2.1) (2022-03-04) + +### Bug Fixes + +* **abc:media:** 修复 `cannot redefine property` 错误 ([#1447](https://github.com/ng-alain/delon/issues/1447)) ([475e5cb](https://github.com/ng-alain/delon/commit/475e5cb639dee52952eacde9c5c70677167e50e6)) +* **abc:pdf:** 修复确保 `container` 绝对位置错误 ([#1448](https://github.com/ng-alain/delon/issues/1448)) ([c2ed8a7](https://github.com/ng-alain/delon/commit/c2ed8a7e8cdbc976561cbd30eb5b54d1fae975be)) +* **chart:pie:** 修复开发环境下 ECAIHBC 错误 ([#1440](https://github.com/ng-alain/delon/issues/1440)) ([43595f2](https://github.com/ng-alain/delon/commit/43595f21c82618f5de284397bd736522f4b928f4)) +* **cli:** 修复重复 `-t` 别名问题 ([#1443](https://github.com/ng-alain/delon/issues/1443)) ([e44df08](https://github.com/ng-alain/delon/commit/e44df0855d923e57a5dfef511aac1540663f5d8d)) +* **form:tree-select:** 修复错误 `checkfStrictly` ([#1446](https://github.com/ng-alain/delon/issues/1446)) ([90498f0](https://github.com/ng-alain/delon/commit/90498f06c52e9e8f94f2e61d05b28977889db687)) +* **form:** 修复 `inline` 布局按钮错位问题 ([#1442](https://github.com/ng-alain/delon/issues/1442)) ([1e836f8](https://github.com/ng-alain/delon/commit/1e836f8b93dd6925245d018e85f52c0b8da6a659)) + + # [13.2.0](https://github.com/ng-alain/delon/compare/13.1.0...13.2.0) (2022-02-12) ### Bug Fixes diff --git a/package.json b/package.json index 0726662e4b..1117906a9f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "delon", - "version": "13.2.0", + "version": "13.2.1", "description": "Delon is a set of essential modules for NG-ALAIN.", "keywords": [ "delon", @@ -80,7 +80,7 @@ "extend": "^3.0.2", "file-saver": "^2.0.5", "ng-github-button": "^12.0.0", - "ng-zorro-antd": "^13.0.0", + "ng-zorro-antd": "^13.1.1", "ngx-color": "~7.3.3", "ngx-countdown": "^13.0.0", "ngx-highlight-js": "^13.0.0",