Skip to content

Commit 4ac62a6

Browse files
release: release new versions (#25)
# Version Updates Merging this PR will release new versions of the following packages based on your change files. # @matechat/react ## [0.1.0-alpha.3] - 3a19451 Fix the lint error on `useEffect` in `sender.tsx`. - b5e4cb8 Optimize the `SenderButton` component in `sender.tsx`. This optimization includes: - Add `icon` and `isSending` option to `SenderButton` component. - Add doc-string for `SenderButton` and `Sender` props. Co-authored-by: fu050409 <[email protected]>
1 parent b5e4cb8 commit 4ac62a6

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

.changes/pre.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
".changes/background-option.md",
55
".changes/bubble-patch.md",
66
".changes/chore-deps.md",
7+
".changes/fix-sender-lint.md",
8+
".changes/optimize-sender-button.md",
79
".changes/release-alpha.md"
810
]
911
}

CHANGELOG.md

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

3+
## \[0.1.0-alpha.3]
4+
5+
- [`3a19451`](https://github.com/DevCloudFE/matechat-react/commit/3a19451365a39174e32a18a25685286914c48e9f) Fix the lint error on `useEffect` in `sender.tsx`.
6+
- [`b5e4cb8`](https://github.com/DevCloudFE/matechat-react/commit/b5e4cb86ffb618ff147ca8b1133db6eb4748f5a2) Optimize the `SenderButton` component in `sender.tsx`.
7+
8+
This optimization includes:
9+
10+
- Add `icon` and `isSending` option to `SenderButton` component.
11+
- Add doc-string for `SenderButton` and `Sender` props.
12+
313
## \[0.1.0-alpha.2]
414

515
- [`17b60e7`](https://github.com/DevCloudFE/matechat-react/commit/17b60e7a0db056e37fe2e34dabbda4a2c15af972) ([#23](https://github.com/DevCloudFE/matechat-react/pull/23) by [@Raven-Book](https://github.com/DevCloudFE/matechat-react/../../Raven-Book)) Add loading animation during AI request wait states.

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