Skip to content

Commit 0274090

Browse files
release: release new versions (#44)
# Version Updates Merging this PR will release new versions of the following packages based on your change files. # @matechat/react ## [0.1.0-alpha.7] ### Performance Improvements - 36ca7eb Wrap all `useChat` hooks with `useCallback` to avoid re-rendering. Co-authored-by: fu050409 <[email protected]>
1 parent 36ca7eb commit 0274090

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
@@ -12,6 +12,7 @@
1212
".changes/optimize-callback.md",
1313
".changes/optimize-sender-button.md",
1414
".changes/optimize-sender-input.md",
15+
".changes/optimize-usechat.md",
1516
".changes/release-alpha.md"
1617
]
1718
}

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-alpha.7]
4+
5+
### Performance Improvements
6+
7+
- [`36ca7eb`](https://github.com/DevCloudFE/matechat-react/commit/36ca7eb9900a9e484a1b083f881e6d49e431e24a) Wrap all `useChat` hooks with `useCallback` to avoid re-rendering.
8+
39
## \[0.1.0-alpha.6]
410

511
### Bug Fixes

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