Skip to content

Commit c835bb8

Browse files
committed
bump 1.4.10
1 parent 5220dd8 commit c835bb8

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.en-US.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@
1010

1111
---
1212

13+
## 1.4.10
14+
15+
`2019-12-11`
16+
17+
- 🐞 Fixed the left and right arrows of MonthPicker cannot be worked [#1543](https://github.com/vueComponent/ant-design-vue/issues/1543)
18+
1319
## 1.4.9
1420

1521
`2019-12-10`

CHANGELOG.zh-CN.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@
1010

1111
---
1212

13+
## 1.4.10
14+
15+
`2019-12-11`
16+
17+
- 🐞 修复 `MonthPicker` 左右箭头切换月份失效问题 [#1543](https://github.com/vueComponent/ant-design-vue/issues/1543)
18+
1319
## 1.4.9
1420

1521
`2019-12-10`

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ant-design-vue",
3-
"version": "1.4.9",
3+
"version": "1.4.10",
44
"title": "Ant Design Vue",
55
"description": "An enterprise-class UI design language and Vue-based implementation",
66
"keywords": [
@@ -220,4 +220,4 @@
220220
"lib/**/style/*",
221221
"*.less"
222222
]
223-
}
223+
}

0 commit comments

Comments
 (0)