docs: 5.11.5 (#46104)

* docs: 5.11.5

* chore: update
This commit is contained in:
MadCcc 2023-11-27 19:15:04 +08:00 committed by GitHub
parent 0e360ed861
commit f38abb243e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 16 additions and 1 deletions

View File

@ -16,6 +16,13 @@ tag: vVERSION
---
## 5.11.5
`2023-11-27`
- 🐞 MISC: Fix error in `dist` artifact. [#46103](https://github.com/ant-design/ant-design/pull/46103) [@MadCcc](https://github.com/MadCcc)
- 💄 Fix DatePicker style when disabled and hovered. [#45940](https://github.com/ant-design/ant-design/pull/45940) [@crazyair](https://github.com/crazyair)
## 5.11.4
`2023-11-24`

View File

@ -16,6 +16,13 @@ tag: vVERSION
---
## 5.11.5
`2023-11-27`
- 🐞 MISC: 修复打包 `dist` 产物错误。[#46103](https://github.com/ant-design/ant-design/pull/46103) [@MadCcc](https://github.com/MadCcc)
- 💄 修复 DatePicker 禁用状态下悬浮样式。[#45940](https://github.com/ant-design/ant-design/pull/45940) [@crazyair](https://github.com/crazyair)
## 5.11.4
`2023-11-24`

View File

@ -1,6 +1,6 @@
{
"name": "antd",
"version": "5.11.4",
"version": "5.11.5",
"description": "An enterprise-class UI design language and React components implementation",
"keywords": [
"ant",

View File

@ -51,6 +51,7 @@ const DEPRECIATED_VERSION = {
'5.11.0': ['https://github.com/ant-design/ant-design/issues/45742'],
'5.11.1': ['https://github.com/ant-design/ant-design/issues/45883'],
'5.11.2': ['https://github.com/ant-design/ant-design/issues/46005'],
'5.11.4': ['https://github.com/ant-design/ant-design/pull/46103'],
} as const;
function matchDeprecated(v: string) {