diff --git a/CHANGELOG.en-US.md b/CHANGELOG.en-US.md index 3137bd6c..63ac7231 100644 --- a/CHANGELOG.en-US.md +++ b/CHANGELOG.en-US.md @@ -16,6 +16,18 @@ tag: vVERSION --- +## 1.0.0-alpha.4 + +`2024-10-17` + +- Sender + - ๐Ÿ†• Sender support `speech`, by [@zombieJ](https://github.com/zombieJ) [#154](https://github.com/ant-design/x/pull/154) + - ๐Ÿ†• Sender support Sender.Header, by [@zombieJ](https://github.com/zombieJ) [#156](https://github.com/ant-design/x/pull/156) + - ๐Ÿ†• Sender style adjust, by [@zombieJ](https://github.com/zombieJ) [#151](https://github.com/ant-design/x/pull/151) +- ๐Ÿ“– update group config for Components category, by [@YumoImer](https://github.com/YumoImer) [#155](https://github.com/ant-design/x/pull/155) +- ๐Ÿ“– tweak demo toggle button style , by [@afc163](https://github.com/afc163) [#146](https://github.com/ant-design/x/pull/146) +- ๐Ÿ“– Update README.md, by [@afc163](https://github.com/afc163) [#142](https://github.com/ant-design/x/pull/142) + ## 1.0.0-alpha.3 `2024-10-10` diff --git a/CHANGELOG.zh-CN.md b/CHANGELOG.zh-CN.md index 3f098d67..75372837 100644 --- a/CHANGELOG.zh-CN.md +++ b/CHANGELOG.zh-CN.md @@ -15,6 +15,18 @@ tag: vVERSION --- +## 1.0.0-alpha.4 + +`2024-10-17` + +- Sender + - ๐Ÿ†• Sender ๆ”ฏๆŒ `speech` ่ฏญ้ŸณๅŠŸ่ƒฝ๏ผŒ็”ฑ [@zombieJ](https://github.com/zombieJ) [#154](https://github.com/ant-design/x/pull/154) + - ๐Ÿ†• Sender ๆ”ฏๆŒ `Sender.Header`๏ผŒ็”ฑ [@zombieJ](https://github.com/zombieJ) [#156](https://github.com/ant-design/x/pull/156) + - ๐Ÿ†• Sender ๆ ทๅผ่ฐƒๆ•ด๏ผŒ็”ฑ [@zombieJ](https://github.com/zombieJ) [#151](https://github.com/ant-design/x/pull/151) +- ๐Ÿ“– ๆ›ดๆ–ฐๆ–‡ๆกฃ้กต้ขไธ‹็š„็ป„้…็ฝฎ๏ผŒ็”ฑ [@YumoImer](https://github.com/YumoImer) [#155](https://github.com/ant-design/x/pull/155) +- ๐Ÿ“– ่ฐƒๆ•ด็คบไพ‹ๅˆ‡ๆขๆŒ‰้’ฎๆ ทๅผ๏ผŒ็”ฑ [@afc163](https://github.com/afc163) [#146](https://github.com/ant-design/x/pull/146) +- ๐Ÿ“– ๆ›ดๆ–ฐ README.md๏ผŒ็”ฑ [@afc163](https://github.com/afc163) [#142](https://github.com/ant-design/x/pull/142) + ## 1.0.0-alpha.3 `2024-10-10` diff --git a/package.json b/package.json index 95f47982..054c5cb3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ant-design/x", - "version": "1.0.0-alpha.3", + "version": "1.0.0-alpha.4", "description": "Crafting AI-driven interfaces with React, seamlessly integrating smart chat components and API services at your fingertips.", "keywords": ["AI", "Copilot", "ant", "components", "framework", "react"], "homepage": "https://x.ant.design",