From 70d7e85c9629bfe3e098d0bd976986f98d32848d Mon Sep 17 00:00:00 2001 From: fu050409 <46275354+fu050409@users.noreply.github.com> Date: Sat, 30 Aug 2025 13:26:18 +0000 Subject: [PATCH] release: release new versions --- .changes/pre.json | 1 + CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 3 files changed, 13 insertions(+), 1 deletion(-) diff --git a/.changes/pre.json b/.changes/pre.json index 338f3b9..36aba4a 100644 --- a/.changes/pre.json +++ b/.changes/pre.json @@ -8,6 +8,7 @@ ".changes/bubble-perf.md", ".changes/chore-deps.md", ".changes/file-upload.md", + ".changes/fix-list-selection.md", ".changes/fix-prompt.md", ".changes/fix-sender-lint.md", ".changes/fix-utils-build.md", diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f1617c..1ea3a7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## \[0.1.0-rc.2] + +### Bug Fixes + +- [`9f3c6a9`](https://github.com/DevCloudFE/matechat-react/commit/9f3c6a99bac9fe8e9a7a031cfd6c1ae4e7720603) ([#67](https://github.com/DevCloudFE/matechat-react/pull/67) by [@TMZZ031130](https://github.com/DevCloudFE/matechat-react/../../TMZZ031130)) Fixed the issue that normal list mode cannot be selected. + + Other optimizations: + + - Remove the `className` attribute from the `list`. + - Add an id attribute to the li option of the list component. + ## \[0.1.0-rc.1] ### New Features diff --git a/package.json b/package.json index a8f25c5..79f1795 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@matechat/react", - "version": "0.1.0-rc.1", + "version": "0.1.0-rc.2", "packageManager": "pnpm@10.14.0", "description": "Front-end AI scenario solution UI library based on Huawei DevUI Design.", "type": "module",