Skip to content

Commit a69399f

Browse files
release: release new versions (#76)
# Version Updates Merging this PR will release new versions of the following packages based on your change files. # @matechat/react ## [0.1.0-rc.4] ### Bug Fixes - b31f68b (#73 by @xx-yoke) Fix max height of sender and optimize scrollbar style. Co-authored-by: fu050409 <[email protected]>
1 parent b31f68b commit a69399f

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/fix-list-selection.md",
1313
".changes/fix-prompt.md",
1414
".changes/fix-sender-lint.md",
15+
".changes/fix-sender-overflow.md",
1516
".changes/fix-utils-build.md",
1617
".changes/memo-bubble-list.md",
1718
".changes/optimize-callback.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-rc.4]
4+
5+
### Bug Fixes
6+
7+
- [`b31f68b`](https://github.com/DevCloudFE/matechat-react/commit/b31f68b42392b507712f4aa6c32e2fec867058f6) ([#73](https://github.com/DevCloudFE/matechat-react/pull/73) by [@xx-yoke](https://github.com/DevCloudFE/matechat-react/../../xx-yoke)) Fix max height of sender and optimize scrollbar style.
8+
39
## \[0.1.0-rc.3]
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-rc.3",
3+
"version": "0.1.0-rc.4",
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)