二货机器人
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with
15 additions and
1 deletions
-
CHANGELOG.en-US.md
-
CHANGELOG.zh-CN.md
-
package.json
|
@ -15,6 +15,13 @@ timeline: true |
|
|
|
|
|
|
|
|
--- |
|
|
--- |
|
|
|
|
|
|
|
|
|
|
|
## 4.6.1 |
|
|
|
|
|
|
|
|
|
|
|
`2020-08-24` |
|
|
|
|
|
|
|
|
|
|
|
- TypeScript |
|
|
|
|
|
- 🐞 Fix Upload type declaration missing `children`. [#26347](https://github.com/ant-design/ant-design/pull/26347) |
|
|
|
|
|
|
|
|
## 4.6.0 |
|
|
## 4.6.0 |
|
|
|
|
|
|
|
|
`2020-08-23` |
|
|
`2020-08-23` |
|
|
|
@ -15,6 +15,13 @@ timeline: true |
|
|
|
|
|
|
|
|
--- |
|
|
--- |
|
|
|
|
|
|
|
|
|
|
|
## 4.6.1 |
|
|
|
|
|
|
|
|
|
|
|
`2020-08-24` |
|
|
|
|
|
|
|
|
|
|
|
- TypeScript |
|
|
|
|
|
- 🐞 修复 Upload 类型声明丢失 `children` 的问题。[#26347](https://github.com/ant-design/ant-design/pull/26347) |
|
|
|
|
|
|
|
|
## 4.6.0 |
|
|
## 4.6.0 |
|
|
|
|
|
|
|
|
`2020-08-23` |
|
|
`2020-08-23` |
|
|
|
@ -1,6 +1,6 @@ |
|
|
{ |
|
|
{ |
|
|
"name": "antd", |
|
|
"name": "antd", |
|
|
"version": "4.6.0", |
|
|
"version": "4.6.1", |
|
|
"description": "An enterprise-class UI design language and React components implementation", |
|
|
"description": "An enterprise-class UI design language and React components implementation", |
|
|
"title": "Ant Design", |
|
|
"title": "Ant Design", |
|
|
"keywords": [ |
|
|
"keywords": [ |
|
|