Skip to content

Commit

Permalink
docs: changelog 5.12.4 (#46532)
Browse files Browse the repository at this point in the history
  • Loading branch information
MadCcc committed Dec 19, 2023
1 parent 37fd327 commit 03ac98a
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ tag: vVERSION

---

## 5.12.4

`2023-12-19`

- 🐞 Fix DatePicker style in `cssVar` mode. [#46526](https://github.com/ant-design/ant-design/pull/46526)

## 5.12.3

`2023-12-18`
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ tag: vVERSION

---

## 5.12.4

`2023-12-19`

- 🐞 修复 DatePicker 组件在 CSS 变量模式下的样式错乱问题。[#46526](https://github.com/ant-design/ant-design/pull/46526)

## 5.12.3

`2023-12-18`
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "antd",
"version": "5.12.3",
"version": "5.12.4",
"description": "An enterprise-class UI design language and React components implementation",
"keywords": [
"ant",
Expand Down
1 change: 1 addition & 0 deletions scripts/post-script.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ const DEPRECIATED_VERSION = {
'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'],
'5.12.3': ['https://github.com/ant-design/ant-design/issues/46525'],
} as const;

function matchDeprecated(v: string) {
Expand Down

1 comment on commit 03ac98a

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.