Skip to content

Commit 481b687

Browse files
release: release new versions (#66)
# Version Updates Merging this PR will release new versions of the following packages based on your change files. # @matechat/react ## [0.1.0-rc.1] ### New Features - f35b6e9 (#65 by @TMZZ031130) Refactor `List` component in `list.tsx` to improve code structure and maintainability. Co-authored-by: fu050409 <[email protected]>
1 parent f35b6e9 commit 481b687

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

.changes/pre.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
".changes/optimize-usechat.md",
2121
".changes/refactor-bubble-list.md",
2222
".changes/refactor-bubble.md",
23+
".changes/refactor-list-component.md",
2324
".changes/sender-enforce.md"
2425
]
2526
}

CHANGELOG.md

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

3+
## \[0.1.0-rc.1]
4+
5+
### New Features
6+
7+
- [`f35b6e9`](https://github.com/DevCloudFE/matechat-react/commit/f35b6e9938d57294445026e59a028e63d616fb19) ([#65](https://github.com/DevCloudFE/matechat-react/pull/65) by [@TMZZ031130](https://github.com/DevCloudFE/matechat-react/../../TMZZ031130)) Refactor `List` component in `list.tsx` to improve code structure and maintainability.
8+
39
## \[0.1.0-rc.0]
410

511
### 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.0",
3+
"version": "0.1.0-rc.1",
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)