Skip to content

Commit 39f817d

Browse files
release: release new versions (#32)
# Version Updates Merging this PR will release new versions of the following packages based on your change files. # @matechat/react ## [0.1.0-alpha.5] ### New Features - 31f4edf (#31) Add `FileUpload` component for file selections. - 4e2905b Optimize callback performance by using `useCallback`. - cd8ace0 Remove gap and margin between textarea and footer in `Sender` component. Co-authored-by: fu050409 <[email protected]>
1 parent cd8ace0 commit 39f817d

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

.changes/pre.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,12 @@
55
".changes/background-option.md",
66
".changes/bubble-patch.md",
77
".changes/chore-deps.md",
8+
".changes/file-upload.md",
89
".changes/fix-sender-lint.md",
910
".changes/fix-utils-build.md",
11+
".changes/optimize-callback.md",
1012
".changes/optimize-sender-button.md",
13+
".changes/optimize-sender-input.md",
1114
".changes/release-alpha.md"
1215
]
1316
}

CHANGELOG.md

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

3+
## \[0.1.0-alpha.5]
4+
5+
### New Features
6+
7+
- [`31f4edf`](https://github.com/DevCloudFE/matechat-react/commit/31f4edf5b24d7488ad3049e40eeca081593f9939) ([#31](https://github.com/DevCloudFE/matechat-react/pull/31)) Add `FileUpload` component for file selections.
8+
- [`4e2905b`](https://github.com/DevCloudFE/matechat-react/commit/4e2905b6e8a06e0496205f347c11732f6c18af7e) Optimize callback performance by using `useCallback`.
9+
- [`cd8ace0`](https://github.com/DevCloudFE/matechat-react/commit/cd8ace015d070290798369768125581429c0bf49) Remove gap and margin between textarea and footer in `Sender` component.
10+
311
## \[0.1.0-alpha.4]
412

513
### 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-alpha.4",
3+
"version": "0.1.0-alpha.5",
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)