Skip to content

Commit 792ac90

Browse files
release: release new versions (#19)
# Version Updates Merging this PR will release new versions of the following packages based on your change files. # @matechat/react ## [0.1.0-alpha.1] - 577946c Optimize `background` option of `BubbleList` component. BREAKING CHANGES: - Use `left-solid`, `right-solid`, `transparent` and `solid` as the value of `background` option. - Default to use `right-solid` as the value of `background` option in `Bubble` component. - Remove `left-only` and `right-only` value in `Bubble` component. - 577946c Bump dependencies. Co-authored-by: fu050409 <[email protected]>
1 parent 577946c commit 792ac90

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-1
lines changed

.changes/pre.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
{
22
"tag": "alpha",
33
"changes": [
4+
".changes/background-option.md",
5+
".changes/chore-deps.md",
46
".changes/release-alpha.md"
57
]
68
}

CHANGELOG.md

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

3+
## \[0.1.0-alpha.1]
4+
5+
- [`577946c`](https://github.com/DevCloudFE/matechat-react/commit/577946c3300207688c7b9927739b49536e1438a5) Optimize `background` option of `BubbleList` component.
6+
7+
BREAKING CHANGES:
8+
9+
- Use `left-solid`, `right-solid`, `transparent` and `solid` as the value of `background` option.
10+
- Default to use `right-solid` as the value of `background` option in `Bubble` component.
11+
- Remove `left-only` and `right-only` value in `Bubble` component.
12+
- [`577946c`](https://github.com/DevCloudFE/matechat-react/commit/577946c3300207688c7b9927739b49536e1438a5) Bump dependencies.
13+
314
## \[0.1.0-alpha.0]
415

516
- [`464fc05`](https://github.com/DevCloudFE/matechat-react/commit/464fc054724779bebe8afefa5aa37f22253bfe03) Release first pre-release with alpha tag of `@matechat/react`.

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