bump 1.4.10

This commit is contained in:
tangjinzhou 2019-12-11 21:04:11 +08:00
parent 5220dd8089
commit c835bb8f9e
3 changed files with 14 additions and 2 deletions

View File

@ -10,6 +10,12 @@
---
## 1.4.10
`2019-12-11`
- 🐞 Fixed the left and right arrows of MonthPicker cannot be worked [#1543](https://github.com/vueComponent/ant-design-vue/issues/1543)
## 1.4.9
`2019-12-10`

View File

@ -10,6 +10,12 @@
---
## 1.4.10
`2019-12-11`
- 🐞 修复 `MonthPicker` 左右箭头切换月份失效问题 [#1543](https://github.com/vueComponent/ant-design-vue/issues/1543)
## 1.4.9
`2019-12-10`

View File

@ -1,6 +1,6 @@
{
"name": "ant-design-vue",
"version": "1.4.9",
"version": "1.4.10",
"title": "Ant Design Vue",
"description": "An enterprise-class UI design language and Vue-based implementation",
"keywords": [
@ -220,4 +220,4 @@
"lib/**/style/*",
"*.less"
]
}
}