From 3a413ac3635aa54d4da9d4f0d11c5040f54cb12a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=F0=9F=8F=8E=EF=B8=8F=20Imer?= <98121322+YumoImer@users.noreply.github.com> Date: Thu, 17 Oct 2024 10:37:43 +0800 Subject: [PATCH] docs: changelog of 1.0.0-alpha.4 (#160) --- CHANGELOG.en-US.md | 12 ++++++++++++ CHANGELOG.zh-CN.md | 12 ++++++++++++ package.json | 2 +- 3 files changed, 25 insertions(+), 1 deletion(-) 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",