mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-11-29 18:50:00 +08:00
docs: 4.10.2 changelog (#28807)
* fix: build issue of es * docs: Update changelog
This commit is contained in:
parent
2ed2f74fef
commit
f11db529b8
@ -15,6 +15,12 @@ timeline: true
|
||||
|
||||
---
|
||||
|
||||
## 4.10.2
|
||||
|
||||
`2021-01-11`
|
||||
|
||||
- 🐞 Fix import error when use antd in commonjs. [#28715](https://github.com/ant-design/ant-design/issues/28804)
|
||||
|
||||
## 4.10.1
|
||||
|
||||
`2021-01-10`
|
||||
|
@ -15,6 +15,12 @@ timeline: true
|
||||
|
||||
---
|
||||
|
||||
## 4.10.2
|
||||
|
||||
`2021-01-11`
|
||||
|
||||
- 🐞 修复 commonjs 下引入 antd 报错的问题。[#28715](https://github.com/ant-design/ant-design/issues/28804)
|
||||
|
||||
## 4.10.1
|
||||
|
||||
`2021-01-10`
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "antd",
|
||||
"version": "4.10.1",
|
||||
"version": "4.10.2",
|
||||
"description": "An enterprise-class UI design language and React components implementation",
|
||||
"title": "Ant Design",
|
||||
"keywords": [
|
||||
@ -153,7 +153,7 @@
|
||||
"devDependencies": {
|
||||
"@ant-design/bisheng-plugin": "^2.3.0",
|
||||
"@ant-design/hitu": "^0.0.0-alpha.13",
|
||||
"@ant-design/tools": "^13.3.0",
|
||||
"@ant-design/tools": "^13.3.1",
|
||||
"@qixian.cs/github-contributors-list": "^1.0.3",
|
||||
"@stackblitz/sdk": "^1.3.0",
|
||||
"@types/classnames": "^2.2.8",
|
||||
|
Loading…
Reference in New Issue
Block a user