diff --git a/CHANGELOG.en-US.md b/CHANGELOG.en-US.md index baeccc7dfa..d19a0559be 100644 --- a/CHANGELOG.en-US.md +++ b/CHANGELOG.en-US.md @@ -15,6 +15,15 @@ timeline: true --- +## 5.4.2 + +`2023-04-11` + +- ๐Ÿž Fix unexpected deprecated warning in DatePicker. [#41753](https://github.com/ant-design/ant-design/pull/41753) [@kiner-tang](https://github.com/kiner-tang) +- ๐ŸŒ Add missing translations for `de_DE`. [#41747](https://github.com/ant-design/ant-design/pull/41747) [@eldarcodes](https://github.com/eldarcodes) +- TypeScript + - ๐Ÿค– Optimize type of TimePicker `hourStep`. [1fc3675](https://github.com/ant-design/ant-design/commit/1fc3675) [@Wuxh](https://github.com/Wuxh) + ## 5.4.1 `2023-04-11` diff --git a/CHANGELOG.zh-CN.md b/CHANGELOG.zh-CN.md index 1dfb7bbf51..caa77e98be 100644 --- a/CHANGELOG.zh-CN.md +++ b/CHANGELOG.zh-CN.md @@ -15,6 +15,15 @@ timeline: true --- +## 5.4.2 + +`2023-04-11` + +- ๐Ÿž ไฟฎๅค DatePicker ็ป„ไปถๅผ‚ๅธธๆ˜พ็คบๅบŸๅผƒ่ญฆๅ‘Š็š„้—ฎ้ข˜ใ€‚[#41753](https://github.com/ant-design/ant-design/pull/41753) [@kiner-tang](https://github.com/kiner-tang) +- ๐ŸŒ ่กฅๅ…… `de_DE` ้—ๆผ็š„ๅ›ฝ้™…ๅŒ–ใ€‚[#41747](https://github.com/ant-design/ant-design/pull/41747) [@eldarcodes](https://github.com/eldarcodes) +- TypeScript + - ๐Ÿค– ไผ˜ๅŒ– TimePicker `hourStep` ็š„็ฑปๅž‹ใ€‚[1fc3675](https://github.com/ant-design/ant-design/commit/1fc3675) [@Wuxh](https://github.com/Wuxh) + ## 5.4.1 `2023-04-11` diff --git a/package.json b/package.json index 0a902b515c..427085c6c5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "antd", - "version": "5.4.1", + "version": "5.4.2", "description": "An enterprise-class UI design language and React components implementation", "title": "Ant Design", "keywords": [ diff --git a/scripts/post-script.js b/scripts/post-script.js index d8d61c42f3..a05ca6ab41 100644 --- a/scripts/post-script.js +++ b/scripts/post-script.js @@ -32,6 +32,7 @@ const DEPRECIATED_VERSION = { '>= 5.2.3 <= 5.3.0': [ 'https://github.com/ant-design/ant-design/pull/40719#issuecomment-1453418135', ], + '5.4.1': ['https://github.com/ant-design/ant-design/issues/41751'], }; function matchDeprecated(version) {