Skip to content

Commit 9195ba5

Browse files
author
undefined
committed
docs: update changelog
1 parent 5ade960 commit 9195ba5

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.en-US.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
## 1.6.3
1414

15-
`2020-07-03`
15+
`2020-07-05`
1616

1717
- 🐞 Fix Input.Password focus position shift issue [#2420](https://github.com/vueComponent/ant-design-vue/pull/2420)
1818
- 🐞 Fix Drawer maskstyle not working [#2407](https://github.com/vueComponent/ant-design-vue/issues/2407)

CHANGELOG.zh-CN.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
## 1.6.3
1414

15-
`2020-07-03`
15+
`2020-07-05`
1616

1717
- 🐞 修复 Input.Password focus 位置移位问题 [#2420](https://github.com/vueComponent/ant-design-vue/pull/2420)
1818
- 🐞 修复 Drawer maskstyle 不生效问题 [#2407](https://github.com/vueComponent/ant-design-vue/issues/2407)
@@ -22,7 +22,7 @@
2222
- 🐞 修复 DatePicker 年份时间不正确问题 [#2488](https://github.com/vueComponent/ant-design-vue/issues/2488)
2323
- 🌟 优化 Menu 组件,动画更加流畅
2424
- 🐞 修复 Dropdown 弹窗位置错误问题 [#2359](https://github.com/vueComponent/ant-design-vue/issues/2359)
25-
- 🐞 修复 Breadcrumb 名称相同时重复key问题 [#2505](https://github.com/vueComponent/ant-design-vue/issues/2505)
25+
- 🐞 修复 Breadcrumb 名称相同时重复 key 问题 [#2505](https://github.com/vueComponent/ant-design-vue/issues/2505)
2626

2727
## 1.6.2
2828

antd-tools/gulpfile.js

+3
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,9 @@ function githubRelease(done) {
196196
})
197197
.then(() => {
198198
done();
199+
})
200+
.catch(err => {
201+
console.log(err);
199202
});
200203
}
201204

0 commit comments

Comments
 (0)