Skip to content

Commit

Permalink
release(7.5.1): release 7.5.1 (#3576)
Browse files Browse the repository at this point in the history
  • Loading branch information
wenqi73 committed Jun 15, 2019
1 parent d93fb66 commit 3230c8e
Show file tree
Hide file tree
Showing 7 changed files with 31 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [7.5.1](https://github.com/NG-ZORRO/ng-zorro-antd/compare/7.5.0...7.5.1) (2019-06-14)


### Bug Fixes

* **button:** disable wave animation when the type is link ([#3545](https://github.com/NG-ZORRO/ng-zorro-antd/issues/3545)) ([#3572](https://github.com/NG-ZORRO/ng-zorro-antd/issues/3572)) ([1bb84fe](https://github.com/NG-ZORRO/ng-zorro-antd/commit/1bb84fe)), closes [#3546](https://github.com/NG-ZORRO/ng-zorro-antd/issues/3546)
* **select:** fix select tag option display ([#3574](https://github.com/NG-ZORRO/ng-zorro-antd/issues/3574)) ([d93fb66](https://github.com/NG-ZORRO/ng-zorro-antd/commit/d93fb66)), closes [#3424](https://github.com/NG-ZORRO/ng-zorro-antd/issues/3424) [#3563](https://github.com/NG-ZORRO/ng-zorro-antd/issues/3563)



# [7.5.0](https://github.com/NG-ZORRO/ng-zorro-antd/compare/7.4.1...7.5.0) (2019-06-05)


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.5.0",
"version": "7.5.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.5.0');
export const VERSION = new Version('7.5.1');
9 changes: 9 additions & 0 deletions docs/changelog.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,15 @@ timeline: true
* Major version release is not included in this schedule for breaking change and new features.

---
## 7.5.1
`2019-06-14`

### Bug Fixes

* **button:** disable wave animation when the type is link ([#3545](https://github.com/NG-ZORRO/ng-zorro-antd/issues/3545)) ([#3572](https://github.com/NG-ZORRO/ng-zorro-antd/issues/3572)) ([1bb84fe](https://github.com/NG-ZORRO/ng-zorro-antd/commit/1bb84fe)), closes [#3546](https://github.com/NG-ZORRO/ng-zorro-antd/issues/3546)
* **select:** fix select tag option display ([#3574](https://github.com/NG-ZORRO/ng-zorro-antd/issues/3574)) ([d93fb66](https://github.com/NG-ZORRO/ng-zorro-antd/commit/d93fb66)), closes [#3424](https://github.com/NG-ZORRO/ng-zorro-antd/issues/3424) [#3563](https://github.com/NG-ZORRO/ng-zorro-antd/issues/3563)


## 7.5.0
`2019-06-05`

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

---
## 7.5.1
`2019-06-14`

### Bug Fixes

* **button:** link 类型禁用波浪动画 ([#3545](https://github.com/NG-ZORRO/ng-zorro-antd/issues/3545)) ([#3572](https://github.com/NG-ZORRO/ng-zorro-antd/issues/3572)) ([1bb84fe](https://github.com/NG-ZORRO/ng-zorro-antd/commit/1bb84fe)), closes [#3546](https://github.com/NG-ZORRO/ng-zorro-antd/issues/3546)
* **select:** 修复 tag 模式显示的问题 ([#3574](https://github.com/NG-ZORRO/ng-zorro-antd/issues/3574)) ([d93fb66](https://github.com/NG-ZORRO/ng-zorro-antd/commit/d93fb66)), closes [#3424](https://github.com/NG-ZORRO/ng-zorro-antd/issues/3424) [#3563](https://github.com/NG-ZORRO/ng-zorro-antd/issues/3563)

## 7.5.0
`2019-06-05`

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.5.0';
currentVersion = '7.5.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 @@ -261,7 +261,7 @@ export class AppModule { }`;
'date-fns' : '^1.29.0',
tslib : '^1.9.3',
typescript : '~3.1.1',
'ng-zorro-antd': '^7.5.0'
'ng-zorro-antd': '^7.5.1'
},
tags : [ 'stackblitz', 'sdk' ]
};
Expand Down

0 comments on commit 3230c8e

Please sign in to comment.