File tree Expand file tree Collapse file tree 5 files changed +31
-2
lines changed Expand file tree Collapse file tree 5 files changed +31
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 17.0.1] ( https://github.com/NG-ZORRO/ng-zorro-antd/compare/17.0.0...17.0.1 ) (2023-11-20)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * ** 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 ) )
7
+
8
+
9
+
1
10
# [ 17.0.0] ( https://github.com/NG-ZORRO/ng-zorro-antd/compare/16.2.2...17.0.0 ) (2023-11-18)
2
11
3
12
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ng-zorro-antd" ,
3
- "version" : " 17.0.0 " ,
3
+ "version" : " 17.0.1 " ,
4
4
"license" : " MIT" ,
5
5
"description" : " An enterprise-class UI components based on Ant Design and Angular" ,
6
6
"schematics" : " ./schematics/collection.json" ,
Original file line number Diff line number Diff line change 5
5
6
6
import { Version } from '@angular/core' ;
7
7
8
- export const VERSION = new Version ( '17.0.0 ' ) ;
8
+ export const VERSION = new Version ( '17.0.1 ' ) ;
Original file line number Diff line number Diff line change @@ -13,6 +13,16 @@ timeline: true
13
13
* Major version release is not included in this schedule for breaking change and new features.
14
14
15
15
---
16
+ ## 17.0.1
17
+
18
+ ` 2023-11-20 `
19
+
20
+ ### Bug Fixes
21
+
22
+ * ** 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 ) )
23
+
24
+
25
+
16
26
## 17.0.0
17
27
18
28
` 2023-11-19 `
Original file line number Diff line number Diff line change @@ -13,6 +13,16 @@ timeline: true
13
13
* 主版本号:含有破坏性更新和新特性,不在发布周期内。
14
14
15
15
---
16
+ ## 17.0.1
17
+
18
+ ` 2023-11-20 `
19
+
20
+ ### Bug Fixes
21
+
22
+ * ** schematics:** 修复 schematics 命令问题 ([ #8176 ] ( https://github.com/NG-ZORRO/ng-zorro-antd/issues/8176 ) ) ([ de8a6b7] ( https://github.com/NG-ZORRO/ng-zorro-antd/commit/de8a6b782d16f906198d6d6ba512059b8dcb463c ) )
23
+
24
+
25
+
16
26
## 17.0.0
17
27
18
28
` 2023-11-19 `
You can’t perform that action at this time.
0 commit comments