Skip to content

Commit 5e72f70

Browse files
Wendellvthinkxie
authored andcommitted
release(7.3.2): release 7.3.2 (#3333)
1 parent fb19921 commit 5e72f70

8 files changed

Lines changed: 24 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [7.3.2](https://github.com/NG-ZORRO/ng-zorro-antd/compare/7.3.1...7.3.2) (2019-04-22)
2+
3+
### Bug Fixes
4+
5+
* **build:** fix bundling error of components.less ([#3331](https://github.com/NG-ZORRO/ng-zorro-antd/pull/3331)) ([fb19921](https://github.com/NG-ZORRO/ng-zorro-antd/commit/fb19921))
6+
7+
18
## [7.3.1](https://github.com/NG-ZORRO/ng-zorro-antd/compare/7.3.0...7.3.1) (2019-04-22)
29

310

components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ng-zorro-antd",
3-
"version": "7.3.1",
3+
"version": "7.3.2",
44
"license": "MIT",
55
"description": "An enterprise-class UI components based on Ant Design and Angular",
66
"schematics": "./schematics/collection.json",

components/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
import { Version } from '@angular/core';
22

3-
export const VERSION = new Version('7.3.1');
3+
export const VERSION = new Version('7.3.2');

docs/changelog.en-US.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ timeline: true
1313
* Major version release is not included in this schedule for breaking change and new features.
1414

1515
---
16+
## 7.3.2
17+
`2019-04-22`
18+
19+
### Bug Fixes
20+
21+
* **build:** fix bundling error of components.less ([#3331](https://github.com/NG-ZORRO/ng-zorro-antd/pull/3331)) ([fb19921](https://github.com/NG-ZORRO/ng-zorro-antd/commit/fb19921))
1622

1723
## 7.3.1
1824
`2019-04-22`

docs/changelog.zh-CN.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ timeline: true
1313
* 主版本号:含有破坏性更新和新特性,不在发布周期内。
1414

1515
---
16+
## 7.3.2
17+
`2019-04-22`
18+
19+
### Bug Fixes
20+
21+
* **build:** 修复 components.less 的打包错误 ([#3331](https://github.com/NG-ZORRO/ng-zorro-antd/pull/3331)) ([fb19921](https://github.com/NG-ZORRO/ng-zorro-antd/commit/fb19921))
1622

1723
## 7.3.1
1824
`2019-04-22`

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"migration-styles": "node ./scripts/build/migration-styles.js",
2424
"ng": "ng",
2525
"postgenerate": "node scripts/build/compile-styles.js && cp README.md publish/README.md && npm run migration-styles && npm run schematic:generate",
26-
"pre-release": "npm run site:init && bash ./scripts/build/replace-publish.sh && npm run generate && npm run build-site && npm run build-iframe && npm run helper && npm run build-static",
26+
"pre-release": "npm run site:init && bash ./scripts/build/replace-publish.sh && npm run generate && npm run build-site && npm run build-iframe && npm run helper",
2727
"release": "node ./scripts/publish/publish.js",
2828
"schematic:build": "node ./scripts/schematics/set-theme.js && node ./scripts/schematics/set-version.js && npm run schematic:tsc && node ./scripts/schematics/copy-resources",
2929
"schematic:demo": "node ./scripts/schematics/demo2schematics",

scripts/site/_site/doc/app/app.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export class AppComponent implements OnInit, AfterViewInit {
3939

4040
language = 'zh';
4141
oldVersionList = [ '0.5.x', '0.6.x', '0.7.x', '1.8.x' ];
42-
currentVersion = '7.3.1';
42+
currentVersion = '7.3.2';
4343

4444
@ViewChild('searchInput') searchInput: ElementRef<HTMLInputElement>;
4545

scripts/site/_site/doc/app/share/nz-codebox/stack-blitz.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ export class AppModule { }`;
260260
'date-fns' : '^1.29.0',
261261
tslib : '^1.9.3',
262262
typescript : '~3.1.1',
263-
'ng-zorro-antd': '^7.3.1'
263+
'ng-zorro-antd': '^7.3.2'
264264
},
265265
tags : [ 'stackblitz', 'sdk' ]
266266
};

0 commit comments

Comments
 (0)