Skip to content

Commit 32cd9c4

Browse files
release: release new versions (#27)
# Version Updates Merging this PR will release new versions of the following packages based on your change files. # @matechat/react ## [0.1.0-alpha.4] ### New Features - a0b5fc8 (#26) Add `List` component in `list.tsx` to support grouped or normal lists. ### Bug Fixes - d61b43c Fix the build issue in `utils` by adding `utils/index.ts` to vite build entries. Co-authored-by: fu050409 <[email protected]>
1 parent a0b5fc8 commit 32cd9c4

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
@@ -1,10 +1,12 @@
11
{
22
"tag": "alpha",
33
"changes": [
4+
".changes/add-list-component.md",
45
".changes/background-option.md",
56
".changes/bubble-patch.md",
67
".changes/chore-deps.md",
78
".changes/fix-sender-lint.md",
9+
".changes/fix-utils-build.md",
810
".changes/optimize-sender-button.md",
911
".changes/release-alpha.md"
1012
]

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.4]
4+
5+
### New Features
6+
7+
- [`a0b5fc8`](https://github.com/DevCloudFE/matechat-react/commit/a0b5fc8d720460ca7c6df562fbcbe3ada26805b3) ([#26](https://github.com/DevCloudFE/matechat-react/pull/26)) Add `List` component in `list.tsx` to support grouped or normal lists.
8+
9+
### Bug Fixes
10+
11+
- [`d61b43c`](https://github.com/DevCloudFE/matechat-react/commit/d61b43c178c4f6340b944b12017ff8b57ba2476d) Fix the build issue in `utils` by adding `utils/index.ts` to vite build entries.
12+
313
## \[0.1.0-alpha.3]
414

515
- [`3a19451`](https://github.com/DevCloudFE/matechat-react/commit/3a19451365a39174e32a18a25685286914c48e9f) Fix the lint error on `useEffect` in `sender.tsx`.

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