Skip to content

Commit b9b94fd

Browse files
release: release new versions (#68)
# Version Updates Merging this PR will release new versions of the following packages based on your change files. # @matechat/react ## [0.1.0-rc.2] ### Bug Fixes - 9f3c6a9 (#67 by @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. Co-authored-by: fu050409 <[email protected]>
1 parent 9f3c6a9 commit b9b94fd

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

.changes/pre.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
".changes/bubble-perf.md",
99
".changes/chore-deps.md",
1010
".changes/file-upload.md",
11+
".changes/fix-list-selection.md",
1112
".changes/fix-prompt.md",
1213
".changes/fix-sender-lint.md",
1314
".changes/fix-utils-build.md",

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## \[0.1.0-rc.2]
4+
5+
### Bug Fixes
6+
7+
- [`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.
8+
9+
Other optimizations:
10+
11+
- Remove the `className` attribute from the `list`.
12+
- Add an id attribute to the li option of the list component.
13+
314
## \[0.1.0-rc.1]
415

516
### New Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@matechat/react",
3-
"version": "0.1.0-rc.1",
3+
"version": "0.1.0-rc.2",
44
"packageManager": "[email protected]",
55
"description": "Front-end AI scenario solution UI library based on Huawei DevUI Design.",
66
"type": "module",

0 commit comments

Comments
 (0)