diff --git a/CHANGELOG.md b/CHANGELOG.md index 20127fb86c..723e066af1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [16.0.1](https://github.com/ng-alain/delon/compare/16.0.0...16.0.1) (2023-06-08) + +* fix `ng-zorro-antd` dependency + # [16.0.0](https://github.com/ng-alain/delon/compare/15.2.1...16.0.0) (2023-06-07) ### Bug Fixes diff --git a/docs/changelog.en-US.md b/docs/changelog.en-US.md index 556b203a2f..0910ae25a4 100644 --- a/docs/changelog.en-US.md +++ b/docs/changelog.en-US.md @@ -14,6 +14,10 @@ NG-ALAIN strictly follows [Semantic Versioning 2.0.0](http://semver.org/lang/zh- --- +## [16.0.1](https://github.com/ng-alain/delon/compare/16.0.0...16.0.1) (2023-06-08) + +* fix `ng-zorro-antd` dependency + # [16.0.0](https://github.com/ng-alain/delon/compare/15.2.1...16.0.0) (2023-06-07) ### Bug Fixes diff --git a/docs/changelog.zh-CN.md b/docs/changelog.zh-CN.md index 98c63a4c90..9b2c0a727e 100644 --- a/docs/changelog.zh-CN.md +++ b/docs/changelog.zh-CN.md @@ -14,6 +14,10 @@ NG-ALAIN 严格遵循 [Semantic Versioning 2.0.0](http://semver.org/lang/zh-CN/) --- +## [16.0.1](https://github.com/ng-alain/delon/compare/16.0.0...16.0.1) (2023-06-08) + +* 修复 `ng-zorro-antd` 错位版本依赖 + # [16.0.0](https://github.com/ng-alain/delon/compare/15.2.1...16.0.0) (2023-06-07) ### Bug Fixes diff --git a/package.json b/package.json index 3ad4e694e6..88bfe85d85 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "delon", - "version": "16.0.0", + "version": "16.0.1", "description": "Delon is a set of essential modules for NG-ALAIN.", "keywords": [ "delon", @@ -81,7 +81,7 @@ "extend": "^3.0.2", "file-saver": "^2.0.5", "ng-github-button": "^15.0.0", - "ng-zorro-antd": "^16.0.0-beta.0", + "ng-zorro-antd": "^16.0.0", "ngx-color": "~9.0.0", "ngx-countdown": "^15.0.0", "ngx-highlight-js": "^15.0.0",