Skip to content

Commit c36a984

Browse files
committed
bump 2.0.0-beta.4
1 parent 5b6a9f9 commit c36a984

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
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+
## 2.0.0-beta.4
14+
15+
- 🌟 Remove polyfills that are no longer used
16+
- 🐞 Fix the problem of calling `Modal` afterClose twice
17+
- 🐞 Supplement the declaration that ts type files lack native attributes
18+
1319
## 2.0.0-beta.3
1420

1521
- 🔥 Support Typescript.

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+
## 2.0.0-beta.4
14+
15+
- 🌟 移除不再使用的 polyfill
16+
- 🐞 修复 `Modal` afterClose 调用两次的问题
17+
- 🐞 补充 ts 类型文件缺少原生属性的声明
18+
1319
## 2.0.0-beta.3
1420

1521
- 🔥 支持 Typescript。

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ant-design-vue",
3-
"version": "2.0.0-beta.3",
3+
"version": "2.0.0-beta.4",
44
"title": "Ant Design Vue",
55
"description": "An enterprise-class UI design language and Vue-based implementation",
66
"keywords": [

0 commit comments

Comments
 (0)