You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# 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]>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,15 @@
1
1
# Changelog
2
2
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
+
3
13
## \[0.1.0-alpha.3]
4
14
5
15
-[`3a19451`](https://github.com/DevCloudFE/matechat-react/commit/3a19451365a39174e32a18a25685286914c48e9f) Fix the lint error on `useEffect` in `sender.tsx`.
0 commit comments