docs: changelog 5.15.1 (#47744)

This commit is contained in:
MadCcc 2024-03-06 22:07:00 +08:00 committed by GitHub
parent 0652c32830
commit 8460eb39c3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 17 additions and 2 deletions

View File

@ -51,5 +51,6 @@
"5.12.3": ["https://github.com/ant-design/ant-design/issues/46525"], "5.12.3": ["https://github.com/ant-design/ant-design/issues/46525"],
"5.12.6": ["https://github.com/ant-design/ant-design/issues/46719"], "5.12.6": ["https://github.com/ant-design/ant-design/issues/46719"],
"5.13.0": ["https://github.com/ant-design/ant-design/pull/46962"], "5.13.0": ["https://github.com/ant-design/ant-design/pull/46962"],
"5.14.0": ["https://github.com/ant-design/ant-design/issues/47354"] "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"]
} }

View File

@ -16,6 +16,13 @@ tag: vVERSION
--- ---
## 5.15.1
`2024-03-06`
- 🐞 Revert code that removed margin of Tag. [#47736](https://github.com/ant-design/ant-design/pull/47736)
- 🇷🇺 Improve DatePicker ru_RU locale. [#47705](https://github.com/ant-design/ant-design/pull/47705)
## 5.15.0 ## 5.15.0
`2024-03-02` `2024-03-02`

View File

@ -16,6 +16,13 @@ tag: vVERSION
--- ---
## 5.15.1
`2024-03-06`
- 🐞 回滚移除 Tag 默认间距的代码。[#47736](https://github.com/ant-design/ant-design/pull/47736)
- 🇷🇺 更新 DatePicker 的俄语文案。[#47705](https://github.com/ant-design/ant-design/pull/47705)
## 5.15.0 ## 5.15.0
`2024-03-02` `2024-03-02`

View File

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