Skip to content

Commit

Permalink
chore(release): release 17.0.1 (#8177)
Browse files Browse the repository at this point in the history
  • Loading branch information
simplejason committed Nov 20, 2023
1 parent de8a6b7 commit 43b34ae
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 2 deletions.
9 changes: 9 additions & 0 deletions 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)


Expand Down
2 changes: 1 addition & 1 deletion 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",
Expand Down
2 changes: 1 addition & 1 deletion components/version/version.ts
Expand Up @@ -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');
10 changes: 10 additions & 0 deletions docs/changelog.en-US.md
Expand Up @@ -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`
Expand Down
10 changes: 10 additions & 0 deletions docs/changelog.zh-CN.md
Expand Up @@ -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`
Expand Down

0 comments on commit 43b34ae

Please sign in to comment.