Skip to content

Commit

Permalink
release(0.6.6): hotfix release 0.6.6 (#735)
Browse files Browse the repository at this point in the history
  • Loading branch information
vthinkxie committed Dec 11, 2017
1 parent 6eda3a7 commit 504fdc8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
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.5",
"version": "0.6.6",
"license": "MIT",
"description": "An enterprise-class UI components based on Ant Design and Angular",
"scripts": {
Expand Down
10 changes: 10 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,16 @@

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

## 0.6.6
`2017-12-11`

### Bug Fixes
* 修复 `Slider` 拖拽的问题 [#732]((https://github.com/NG-ZORRO/ng-zorro-antd/pull/732)
* 修复 `Rate` 点击失效的问题 [#728]((https://github.com/NG-ZORRO/ng-zorro-antd/pull/728)
* 修复 `DatePicker` 时间选择的问题 [#726]((https://github.com/NG-ZORRO/ng-zorro-antd/pull/726)
* 修复 `InputNumber` 超出边界值的问题 [#731]((https://github.com/NG-ZORRO/ng-zorro-antd/pull/731)


## 0.6.5
`2017-12-10`

Expand Down

0 comments on commit 504fdc8

Please sign in to comment.