diff --git a/CHANGELOG.en-US.md b/CHANGELOG.en-US.md index 2a91ee5653..f74c9112f8 100644 --- a/CHANGELOG.en-US.md +++ b/CHANGELOG.en-US.md @@ -16,6 +16,14 @@ tag: vVERSION --- +## 5.12.5 + +`2023-12-22` + +- ๐Ÿ’„ Fix Tabs style issue of editable mode when there is only "new" button left. [#46585](https://github.com/ant-design/ant-design/pull/46585) [@hzyhbk](https://github.com/hzyhbk) +- ๐Ÿ’„ Fix Progress style issue of `line` mode with `strokeLinecap`. [#46551](https://github.com/ant-design/ant-design/pull/46551) [@ZN1996](https://github.com/ZN1996) +- ๐Ÿž Fix ColorPicker not support `prefixCls`. [#46561](https://github.com/ant-design/ant-design/pull/46561) + ## 5.12.4 `2023-12-19` diff --git a/CHANGELOG.zh-CN.md b/CHANGELOG.zh-CN.md index bacab940c9..8c3646c382 100644 --- a/CHANGELOG.zh-CN.md +++ b/CHANGELOG.zh-CN.md @@ -16,6 +16,14 @@ tag: vVERSION --- +## 5.12.5 + +`2023-12-22` + +- ๐Ÿ’„ ไฟฎๅค Tabs ๅœจ ๅฏ็ผ–่พ‘ๆจกๅผไธ‹ๅชๅ‰ฉๆ–ฐๅขžๆŒ‰้’ฎๆ—ถๆŒ‰้’ฎ็š„ๆ ทๅผ้—ฎ้ข˜[#46585](https://github.com/ant-design/ant-design/pull/46585) [@hzyhbk](https://github.com/hzyhbk) +- ๐Ÿ’„ ไฟฎๅค Progress `strokeLinecap` ไธ็”Ÿๆ•ˆ็š„้—ฎ้ข˜ใ€‚[#46551](https://github.com/ant-design/ant-design/pull/46551) [@ZN1996](https://github.com/ZN1996) +- ๐Ÿž ไฟฎๅค ColorPicker ้…็ฝฎ `prefixCls` ไธ็”Ÿๆ•ˆ็š„้—ฎ้ข˜ใ€‚[#46561](https://github.com/ant-design/ant-design/pull/46561) + ## 5.12.4 `2023-12-19` diff --git a/package.json b/package.json index c9a0dd9afb..17438ae6ca 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "antd", - "version": "5.12.4", + "version": "5.12.5", "description": "An enterprise-class UI design language and React components implementation", "keywords": [ "ant",