Browse Source

bump 1.3.7

pull/601/head 1.3.7
tangjinzhou 6 years ago
parent
commit
e10d2edf0a
  1. 4
      CHANGELOG.en-US.md
  2. 4
      CHANGELOG.zh-CN.md
  3. 2
      package.json

4
CHANGELOG.en-US.md

@ -10,6 +10,10 @@
---
## 1.3.7
`2019-03-18`
- 🐞 Fix `Select` `selectedKeys` type validation error [#597](https://github.com/vueComponent/ant-design-vue/issues/597)
## 1.3.6
`2019-03-17`
- 🐞 Fix `Select` title attribute to display confusion [#588](https://github.com/vueComponent/ant-design-vue/issues/588)

4
CHANGELOG.zh-CN.md

@ -10,6 +10,10 @@
---
## 1.3.7
`2019-03-18`
- 🐞 修复 `Select` `selectedKeys` 类型校验错误 [#597](https://github.com/vueComponent/ant-design-vue/issues/597)
## 1.3.6
`2019-03-17`
- 🐞 修复 `Select` title属性显示错乱问题 [#588](https://github.com/vueComponent/ant-design-vue/issues/588)

2
package.json

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

Loading…
Cancel
Save