From 43b34aedb261ecba51d3d88ac1e637f4974e489f Mon Sep 17 00:00:00 2001 From: simplejason Date: Mon, 20 Nov 2023 19:19:24 +0800 Subject: [PATCH] chore(release): release 17.0.1 (#8177) --- CHANGELOG.md | 9 +++++++++ components/package.json | 2 +- components/version/version.ts | 2 +- docs/changelog.en-US.md | 10 ++++++++++ docs/changelog.zh-CN.md | 10 ++++++++++ 5 files changed, 31 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e5972fa30a..6471b3aa2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [17.0.1](https://github.com/NG-ZORRO/ng-zorro-antd/compare/17.0.0...17.0.1) (2023-11-20) + + +### Bug Fixes + +* **schematics:** cannot generate files and add default builders ([#8176](https://github.com/NG-ZORRO/ng-zorro-antd/issues/8176)) ([de8a6b7](https://github.com/NG-ZORRO/ng-zorro-antd/commit/de8a6b782d16f906198d6d6ba512059b8dcb463c)) + + + # [17.0.0](https://github.com/NG-ZORRO/ng-zorro-antd/compare/16.2.2...17.0.0) (2023-11-18) diff --git a/components/package.json b/components/package.json index 5a7bee856f..bbcf5be8b3 100644 --- a/components/package.json +++ b/components/package.json @@ -1,6 +1,6 @@ { "name": "ng-zorro-antd", - "version": "17.0.0", + "version": "17.0.1", "license": "MIT", "description": "An enterprise-class UI components based on Ant Design and Angular", "schematics": "./schematics/collection.json", diff --git a/components/version/version.ts b/components/version/version.ts index a633198847..81008d2d21 100644 --- a/components/version/version.ts +++ b/components/version/version.ts @@ -5,4 +5,4 @@ import { Version } from '@angular/core'; -export const VERSION = new Version('17.0.0'); +export const VERSION = new Version('17.0.1'); diff --git a/docs/changelog.en-US.md b/docs/changelog.en-US.md index 6b70f8057e..d0b27870f9 100755 --- a/docs/changelog.en-US.md +++ b/docs/changelog.en-US.md @@ -13,6 +13,16 @@ timeline: true * Major version release is not included in this schedule for breaking change and new features. --- +## 17.0.1 + +`2023-11-20` + +### Bug Fixes + +* **schematics:** cannot generate files and add default builders ([#8176](https://github.com/NG-ZORRO/ng-zorro-antd/issues/8176)) ([de8a6b7](https://github.com/NG-ZORRO/ng-zorro-antd/commit/de8a6b782d16f906198d6d6ba512059b8dcb463c)) + + + ## 17.0.0 `2023-11-19` diff --git a/docs/changelog.zh-CN.md b/docs/changelog.zh-CN.md index 5ae594a836..4cf243ce37 100755 --- a/docs/changelog.zh-CN.md +++ b/docs/changelog.zh-CN.md @@ -13,6 +13,16 @@ timeline: true * 主版本号:含有破坏性更新和新特性,不在发布周期内。 --- +## 17.0.1 + +`2023-11-20` + +### Bug Fixes + +* **schematics:** 修复 schematics 命令问题 ([#8176](https://github.com/NG-ZORRO/ng-zorro-antd/issues/8176)) ([de8a6b7](https://github.com/NG-ZORRO/ng-zorro-antd/commit/de8a6b782d16f906198d6d6ba512059b8dcb463c)) + + + ## 17.0.0 `2023-11-19`