From 563815698c47720dc863c32bc9125e8dd4d7d86f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8D=A1=E8=89=B2?= Date: Mon, 6 Jun 2022 14:28:04 +0800 Subject: [PATCH] release(13.5.1): release 13.5.1 (#1495) --- CHANGELOG.md | 16 ++++++++++++++++ docs/changelog.en-US.md | 13 +++++++++++++ docs/changelog.zh-CN.md | 13 +++++++++++++ package.json | 2 +- 4 files changed, 43 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 02b6f2d25..64d378807 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +## [13.5.1](https://github.com/ng-alain/delon/compare/13.5.0...13.5.1) (2022-06-06) + + +### Bug Fixes + +* **abc:qr:** fix can't center ([#1481](https://github.com/ng-alain/delon/issues/1481)) ([12354f1](https://github.com/ng-alain/delon/commit/12354f17b3e203a74c6ebf85a723f9a3ff066e6d)) +* **cli:** fix folder name case sensitive ([#1494](https://github.com/ng-alain/delon/issues/1494)) ([c80d102](https://github.com/ng-alain/delon/commit/c80d102bcc4410dca6b57b34c03cb457dbbdadca)) +* **util:copy:** fix invalid `copy` in latest chrome ([#1483](https://github.com/ng-alain/delon/issues/1483)) ([b3072ac](https://github.com/ng-alain/delon/commit/b3072ac04c0b343ca9a4bf613c60a9bdf9c39df6)) + + +### Performance Improvements + +* 'rxjs/operators' export site has been deprecated ([#1485](https://github.com/ng-alain/delon/issues/1485)) ([d8efc02](https://github.com/ng-alain/delon/commit/d8efc02fdd23906e89c84fbd6f4b6569cea0c8e7)) + + + # [13.5.0](https://github.com/ng-alain/delon/compare/13.4.2...13.5.0) (2022-05-13) diff --git a/docs/changelog.en-US.md b/docs/changelog.en-US.md index 5c8f9a74d..628efa513 100644 --- a/docs/changelog.en-US.md +++ b/docs/changelog.en-US.md @@ -14,6 +14,19 @@ NG-ALAIN strictly follows [Semantic Versioning 2.0.0](http://semver.org/lang/zh- --- +## [13.5.1](https://github.com/ng-alain/delon/compare/13.5.0...13.5.1) (2022-06-06) + +### Bug Fixes + +* **abc:qr:** fix can't center ([#1481](https://github.com/ng-alain/delon/issues/1481)) ([12354f1](https://github.com/ng-alain/delon/commit/12354f17b3e203a74c6ebf85a723f9a3ff066e6d)) +* **cli:** fix folder name case sensitive ([#1494](https://github.com/ng-alain/delon/issues/1494)) ([c80d102](https://github.com/ng-alain/delon/commit/c80d102bcc4410dca6b57b34c03cb457dbbdadca)) +* **util:copy:** fix invalid `copy` in latest chrome ([#1483](https://github.com/ng-alain/delon/issues/1483)) ([b3072ac](https://github.com/ng-alain/delon/commit/b3072ac04c0b343ca9a4bf613c60a9bdf9c39df6)) + +### Performance Improvements + +* `rxjs/operators` export site has been deprecated ([#1485](https://github.com/ng-alain/delon/issues/1485)) ([d8efc02](https://github.com/ng-alain/delon/commit/d8efc02fdd23906e89c84fbd6f4b6569cea0c8e7)) + + # [13.5.0](https://github.com/ng-alain/delon/compare/13.4.2...13.5.0) (2022-05-13) diff --git a/docs/changelog.zh-CN.md b/docs/changelog.zh-CN.md index bb2418731..bf45bb546 100644 --- a/docs/changelog.zh-CN.md +++ b/docs/changelog.zh-CN.md @@ -14,6 +14,19 @@ NG-ALAIN 严格遵循 [Semantic Versioning 2.0.0](http://semver.org/lang/zh-CN/) --- +## [13.5.1](https://github.com/ng-alain/delon/compare/13.5.0...13.5.1) (2022-06-06) + +### Bug Fixes + +* **abc:qr:** 修复无法垂直居中 ([#1481](https://github.com/ng-alain/delon/issues/1481)) ([12354f1](https://github.com/ng-alain/delon/commit/12354f17b3e203a74c6ebf85a723f9a3ff066e6d)) +* **cli:** 修复区分大小写目录名 ([#1494](https://github.com/ng-alain/delon/issues/1494)) ([c80d102](https://github.com/ng-alain/delon/commit/c80d102bcc4410dca6b57b34c03cb457dbbdadca)) +* **util:copy:** 修复 `copy` 无法在最新 Chrome 下使用 ([#1483](https://github.com/ng-alain/delon/issues/1483)) ([b3072ac](https://github.com/ng-alain/delon/commit/b3072ac04c0b343ca9a4bf613c60a9bdf9c39df6)) + +### Performance Improvements + +* 优化 `rxjs/operators` 导出已经过期 ([#1485](https://github.com/ng-alain/delon/issues/1485)) ([d8efc02](https://github.com/ng-alain/delon/commit/d8efc02fdd23906e89c84fbd6f4b6569cea0c8e7)) + + # [13.5.0](https://github.com/ng-alain/delon/compare/13.4.2...13.5.0) (2022-05-13) diff --git a/package.json b/package.json index 16a7a9321..f77fd8f22 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "delon", - "version": "13.5.0", + "version": "13.5.1", "description": "Delon is a set of essential modules for NG-ALAIN.", "keywords": [ "delon",