Skip to content

Commit 5e8266c

Browse files
committed
bump 0.6.6
1 parent add35b7 commit 5e8266c

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.en-US.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
---
44

5+
## 0.6.6
6+
7+
`2018-07-03`
8+
- 🐞 Fix `Upload` type validation error issue and update related demo[#61](https://github.com/vueComponent/ant-design/issues/61)
9+
- 🐞 Fix `Upload` image preview does not jump correctly[1584b3](https://github.com/vueComponent/ant-design/commit/1584b3839e500d2d6b07abf704f5cd084ca00e87)
10+
11+
512
## 0.6.5
613

714
`2018-07-01`

CHANGELOG.zh-CN.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
---
44

5+
## 0.6.6
6+
7+
`2018-07-03`
8+
- 🐞 修复`Upload`的类型校验错误问题并更新相关demo[#61](https://github.com/vueComponent/ant-design/issues/61)
9+
- 🐞 修复`Upload`图片预览不能正确跳转问题[1584b3](https://github.com/vueComponent/ant-design/commit/1584b3839e500d2d6b07abf704f5cd084ca00e87)
10+
11+
512
## 0.6.5
613

714
`2018-07-01`

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-antd-ui",
3-
"version": "0.6.5",
3+
"version": "0.6.6",
44
"title": "Ant Design Vue",
55
"description": "An enterprise-class UI design language and Vue-based implementation",
66
"keywords": [
@@ -169,4 +169,4 @@
169169
"shallowequal": "^1.0.2",
170170
"warning": "^3.0.0"
171171
}
172-
}
172+
}

0 commit comments

Comments
 (0)