Browse Source

bump 0.6.6

pull/165/head 0.6.6
tangjinzhou 6 years ago
parent
commit
5e8266c25d
  1. 7
      CHANGELOG.en-US.md
  2. 7
      CHANGELOG.zh-CN.md
  3. 4
      package.json

7
CHANGELOG.en-US.md

@ -2,6 +2,13 @@
---
## 0.6.6
`2018-07-03`
- 🐞 Fix `Upload` type validation error issue and update related demo[#61](https://github.com/vueComponent/ant-design/issues/61)
- 🐞 Fix `Upload` image preview does not jump correctly[1584b3](https://github.com/vueComponent/ant-design/commit/1584b3839e500d2d6b07abf704f5cd084ca00e87)
## 0.6.5
`2018-07-01`

7
CHANGELOG.zh-CN.md

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

4
package.json

@ -1,6 +1,6 @@
{
"name": "vue-antd-ui",
"version": "0.6.5",
"version": "0.6.6",
"title": "Ant Design Vue",
"description": "An enterprise-class UI design language and Vue-based implementation",
"keywords": [
@ -169,4 +169,4 @@
"shallowequal": "^1.0.2",
"warning": "^3.0.0"
}
}
}

Loading…
Cancel
Save