Browse Source

docs: release 4.11.2

pull/29045/head
afc163 4 years ago
parent
commit
83904e56ea
  1. 6
      CHANGELOG.en-US.md
  2. 6
      CHANGELOG.zh-CN.md
  3. 2
      package.json

6
CHANGELOG.en-US.md

@ -15,6 +15,12 @@ timeline: true
---
## 4.11.2
`2021-01-26`
- 🐞 Fix rc-trigger BuildInPlacements TypeScript compile error. [#29029](https://github.com/ant-design/ant-design/pull/29029) [@waiwaiku](https://github.com/waiwaiku)
## 4.11.1
`2021-01-24`

6
CHANGELOG.zh-CN.md

@ -15,6 +15,12 @@ timeline: true
---
## 4.11.2
`2021-01-26`
- 🐞 修复 rc-trigger BuildInPlacements TypeScript 编译错误。[#29029](https://github.com/ant-design/ant-design/pull/29029) [@waiwaiku](https://github.com/waiwaiku)
## 4.11.1
`2021-01-24`

2
package.json

@ -1,6 +1,6 @@
{
"name": "antd",
"version": "4.11.1",
"version": "4.11.2",
"description": "An enterprise-class UI design language and React components implementation",
"title": "Ant Design",
"keywords": [

Loading…
Cancel
Save