Skip to content

Commit 7d3658c

Browse files
release: release new versions (#58)
# Version Updates Merging this PR will release new versions of the following packages based on your change files. # @matechat/react ## [0.1.0-beta.1] ### Performance Improvements - 57077a8 Optimize performance of `BubbleList` component, avoid extra rerender overheads. Co-authored-by: fu050409 <[email protected]>
1 parent 57077a8 commit 7d3658c

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
@@ -5,6 +5,7 @@
55
".changes/add-list-component.md",
66
".changes/background-option.md",
77
".changes/bubble-patch.md",
8+
".changes/bubble-perf.md",
89
".changes/chore-deps.md",
910
".changes/file-upload.md",
1011
".changes/fix-prompt.md",

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-beta.1]
4+
5+
### Performance Improvements
6+
7+
- [`57077a8`](https://github.com/DevCloudFE/matechat-react/commit/57077a8439a97bed327668bc6f2be3bb630c2749) Optimize performance of `BubbleList` component, avoid extra rerender overheads.
8+
39
## \[0.1.0-beta.0]
410

511
### Refactors

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-beta.0",
3+
"version": "0.1.0-beta.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)