Skip to content

Commit

Permalink
release(0.6.2): release 0.6.2 (#637)
Browse files Browse the repository at this point in the history
  • Loading branch information
vthinkxie committed Nov 29, 2017
1 parent aea80c4 commit 68163a4
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ng-zorro-antd",
"version": "0.6.1",
"version": "0.6.2",
"license": "MIT",
"description": "An enterprise-class UI components based on Ant Design and Angular",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions src/showcase/app.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ export class AppComponent implements OnInit {
searchComponent = null;
versionList = [
'0.5.x',
'0.6.0'
'0.6.x'
];
currentVersion = '0.6.0';
currentVersion = '0.6.x';

constructor(private router: Router, private title: Title) {

Expand Down
9 changes: 9 additions & 0 deletions src/showcase/nz-intro-changelog/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,15 @@

更新日志也可以在[Github](https://github.com/NG-ZORRO/ng-zorro-antd/releases)查看

## 0.6.2
`2017-11-29`

### Features
* `Steps` 支持动态数据更新 [#629](https://github.com/NG-ZORRO/ng-zorro-antd/pull/629)
* `Slider` 支持 `nzMarks`属性动态更新 [#636](https://github.com/NG-ZORRO/ng-zorro-antd/pull/636)
* `Table``Pagination` 支持自定义分页下拉数据 [#608](https://github.com/NG-ZORRO/ng-zorro-antd/pull/608) [@hllinc](https://github.com/hllinc)


## 0.6.1
`2017-11-26`

Expand Down

0 comments on commit 68163a4

Please sign in to comment.