Skip to content

Commit 139eb51

Browse files
release: release new versions (#49)
# Version Updates Merging this PR will release new versions of the following packages based on your change files. # @matechat/react ## [0.1.0-alpha.8] ### New Features - 6a494c2 (#47 by @xx-yoke) Add `InputCount` component. \-Remove the input count div container and wrap it into a new component, allowing users to customize the input limit. \-Remove the justify-center style from the div container and add ml-auto to the SenderButton to ensure button remains on the right side. Co-authored-by: fu050409 <[email protected]>
1 parent 6a494c2 commit 139eb51

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

.changes/pre.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"tag": "alpha",
33
"changes": [
4+
".changes/add-inputcount-component.md",
45
".changes/add-list-component.md",
56
".changes/background-option.md",
67
".changes/bubble-patch.md",

CHANGELOG.md

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

3+
## \[0.1.0-alpha.8]
4+
5+
### New Features
6+
7+
- [`6a494c2`](https://github.com/DevCloudFE/matechat-react/commit/6a494c2e4e4c117c404e42e362e4b9a3535aa62e) ([#47](https://github.com/DevCloudFE/matechat-react/pull/47) by [@xx-yoke](https://github.com/DevCloudFE/matechat-react/../../xx-yoke)) Add `InputCount` component.
8+
9+
\-Remove the input count div container and wrap it into a new component, allowing users to customize the input limit.
10+
\-Remove the justify-center style from the div container and add ml-auto to the SenderButton to ensure button remains on the right side.
11+
312
## \[0.1.0-alpha.7]
413

514
### Performance Improvements

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