Skip to content

Commit 1ca0bf9

Browse files
release: release new versions (#24)
# Version Updates Merging this PR will release new versions of the following packages based on your change files. # @matechat/react ## [0.1.0-alpha.2] - 17b60e7 (#23 by @Raven-Book) Add loading animation during AI request wait states. - Updated `BubbleListProps` and `Bubble` in `bubble.tsx` to support pending states - Modified `useChat` in `chat.ts` to set `pending = true` before API requests Co-authored-by: fu050409 <[email protected]>
1 parent bbf1e79 commit 1ca0bf9

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

.changes/pre.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"tag": "alpha",
33
"changes": [
44
".changes/background-option.md",
5+
".changes/bubble-patch.md",
56
".changes/chore-deps.md",
67
".changes/release-alpha.md"
78
]

CHANGELOG.md

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

3+
## \[0.1.0-alpha.2]
4+
5+
- [`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.
6+
7+
- Updated `BubbleListProps` and `Bubble` in `bubble.tsx` to support pending states
8+
- Modified `useChat` in `chat.ts` to set `pending = true` before API requests
9+
310
## \[0.1.0-alpha.1]
411

512
- [`577946c`](https://github.com/DevCloudFE/matechat-react/commit/577946c3300207688c7b9927739b49536e1438a5) Optimize `background` option of `BubbleList` component.

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