Browse Source

docs: 4.10.2 changelog (#28807)

* fix: build issue of es

* docs: Update changelog
pull/28819/head 4.10.2
二货机器人 4 years ago
committed by GitHub
parent
commit
f11db529b8
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      CHANGELOG.en-US.md
  2. 6
      CHANGELOG.zh-CN.md
  3. 4
      package.json

6
CHANGELOG.en-US.md

@ -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`

6
CHANGELOG.zh-CN.md

@ -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`

4
package.json

@ -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…
Cancel
Save