Browse Source

bump 0.6.7

pull/77/merge
tangjinzhou 6 years ago
parent
commit
e4d0a12839
  1. 5
      CHANGELOG.en-US.md
  2. 5
      CHANGELOG.zh-CN.md
  3. 2
      package.json

5
CHANGELOG.en-US.md

@ -2,6 +2,11 @@
---
## 0.6.7
`2018-07-03`
- 🐞 Fix `Form` component cannot be updated when using template syntax[#62](https://github.com/vueComponent/ant-design/issues/62)
## 0.6.6
`2018-07-03`

5
CHANGELOG.zh-CN.md

@ -2,6 +2,11 @@
---
## 0.6.7
`2018-07-03`
- 🐞 修复`Form`使用模板语法时组件不能更新[#62](https://github.com/vueComponent/ant-design/issues/62)
## 0.6.6
`2018-07-03`

2
package.json

@ -1,6 +1,6 @@
{
"name": "vue-antd-ui",
"version": "0.6.6",
"version": "0.6.7",
"title": "Ant Design Vue",
"description": "An enterprise-class UI design language and Vue-based implementation",
"keywords": [

Loading…
Cancel
Save