mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-23 18:50:06 +08:00
docs: 5.17.2 changelog (#48918)
This commit is contained in:
parent
92fa568f48
commit
89e50e2994
@ -54,5 +54,6 @@
|
||||
"5.14.0": ["https://github.com/ant-design/ant-design/issues/47354"],
|
||||
"5.15.0": ["https://github.com/ant-design/ant-design/pull/47504#issuecomment-1980459433"],
|
||||
">= 5.16.0 <= 5.16.1": ["https://github.com/ant-design/ant-design/issues/48200"],
|
||||
"5.16.3": ["https://github.com/ant-design/ant-design/issues/48568"]
|
||||
"5.16.3": ["https://github.com/ant-design/ant-design/issues/48568"],
|
||||
"5.17.1": ["https://github.com/ant-design/ant-design/issues/48913"]
|
||||
}
|
||||
|
@ -16,6 +16,12 @@ tag: vVERSION
|
||||
|
||||
---
|
||||
|
||||
## 5.17.2
|
||||
|
||||
`2024-05-14`
|
||||
|
||||
- 🐞 MISC: Fix `lib` bundle mistake deps on the `es` module which break the build progress. [#48914](https://github.com/ant-design/ant-design/pull/48914)
|
||||
|
||||
## 5.17.1
|
||||
|
||||
`2024-05-14`
|
||||
|
@ -15,6 +15,12 @@ tag: vVERSION
|
||||
|
||||
---
|
||||
|
||||
## 5.17.2
|
||||
|
||||
`2024-05-14`
|
||||
|
||||
- 🐞 MISC: 修复 `lib` 产物错误引入 `es` 依赖导致构建错误的问题。[#48914](https://github.com/ant-design/ant-design/pull/48914)
|
||||
|
||||
## 5.17.1
|
||||
|
||||
`2024-05-14`
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "antd",
|
||||
"version": "5.17.1",
|
||||
"version": "5.17.2",
|
||||
"description": "An enterprise-class UI design language and React components implementation",
|
||||
"keywords": [
|
||||
"ant",
|
||||
|
Loading…
Reference in New Issue
Block a user