Skip to content

Commit

Permalink
release(7.4.1): release 7.4.1 (#3470)
Browse files Browse the repository at this point in the history
  • Loading branch information
wenqi73 authored May 21, 2019
1 parent 2c4df76 commit 3e04f4b
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [7.4.1](https://github.com/NG-ZORRO/ng-zorro-antd/compare/7.4.0...7.4.1) (2019-05-21)

### Bug Fixes

* **build:** unable to build in production when importing secondary module ([#3266](https://github.com/NG-ZORRO/ng-zorro-antd/issues/3266))

# [7.4.0](https://github.com/NG-ZORRO/ng-zorro-antd/compare/7.3.3...7.4.0) (2019-05-19)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ng-zorro-antd",
"version": "7.4.0",
"version": "7.4.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.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
import { Version } from '@angular/core';

export const VERSION = new Version('7.4.0');
export const VERSION = new Version('7.4.1');
7 changes: 7 additions & 0 deletions docs/changelog.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@ timeline: true

---

## 7.4.1
`2019-05-21`

### Bug Fixes

* **build:** unable to build in production when importing secondary module ([#3266](https://github.com/NG-ZORRO/ng-zorro-antd/issues/3266))

## 7.4.0
`2019-05-19`

Expand Down
6 changes: 6 additions & 0 deletions docs/changelog.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ timeline: true
* 主版本号:含有破坏性更新和新特性,不在发布周期内。

---
## 7.4.1
`2019-05-21`

### Bug Fixes

* **build:** 修复引入二级模块的打包问题 ([#3266](https://github.com/NG-ZORRO/ng-zorro-antd/issues/3266))

## 7.4.0
`2019-05-19`
Expand Down
2 changes: 1 addition & 1 deletion scripts/site/_site/doc/app/app.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export class AppComponent implements OnInit, AfterViewInit {

language = 'zh';
oldVersionList = [ '0.5.x', '0.6.x', '0.7.x', '1.8.x' ];
currentVersion = '7.4.0';
currentVersion = '7.4.1';

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

Expand Down
2 changes: 1 addition & 1 deletion scripts/site/_site/doc/app/share/nz-codebox/stack-blitz.ts
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ export class AppModule { }`;
'date-fns' : '^1.29.0',
tslib : '^1.9.3',
typescript : '~3.1.1',
'ng-zorro-antd': '^7.4.0'
'ng-zorro-antd': '^7.4.1'
},
tags : [ 'stackblitz', 'sdk' ]
};
Expand Down

0 comments on commit 3e04f4b

Please sign in to comment.