From e19196222655d6a5483ef43b53d79066b890dec6 Mon Sep 17 00:00:00 2001 From: MadCcc Date: Mon, 4 Dec 2023 20:20:43 +0800 Subject: [PATCH] docs: changelog 5.12.1 (#46251) * docs: changelog 5.12.1 * docs: update --- CHANGELOG.en-US.md | 7 +++++++ CHANGELOG.zh-CN.md | 7 +++++++ package.json | 2 +- 3 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.en-US.md b/CHANGELOG.en-US.md index efa410aab2..25e0fa3837 100644 --- a/CHANGELOG.en-US.md +++ b/CHANGELOG.en-US.md @@ -16,6 +16,13 @@ tag: vVERSION --- +## 5.12.1 + +`2023-12-04` + +- 🐞 MISC: Fix missing color less variables converted from token. [#46250](https://github.com/ant-design/ant-design/pull/46250) +- 🐞 Fix Notification title overlaps with the close icon when it is too long。 [#46211](https://github.com/ant-design/ant-design/pull/46211) [@zh-lx](https://github.com/zh-lx) + ## 5.12.0 `2023-12-04` diff --git a/CHANGELOG.zh-CN.md b/CHANGELOG.zh-CN.md index 14d74df52d..0060624517 100644 --- a/CHANGELOG.zh-CN.md +++ b/CHANGELOG.zh-CN.md @@ -16,6 +16,13 @@ tag: vVERSION --- +## 5.12.1 + +`2023-12-04` + +- 🐞 MISC: 修复 token 转换 less 变量丢失的问题。[#46250](https://github.com/ant-design/ant-design/pull/46250) +- 🐞 修复 Notification 标题太长时会与关闭图标重叠的问题。[#46211](https://github.com/ant-design/ant-design/pull/46211) [@zh-lx](https://github.com/zh-lx) + ## 5.12.0 `2023-12-04` diff --git a/package.json b/package.json index 5496a33820..e17a7adb38 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "antd", - "version": "5.12.0", + "version": "5.12.1", "description": "An enterprise-class UI design language and React components implementation", "keywords": [ "ant",