Skip to content

Commit bfbbebf

Browse files
release: release new versions (#35)
# Version Updates Merging this PR will release new versions of the following packages based on your change files. # @matechat/react ## [0.1.0-alpha.6] ### Bug Fixes - 8044b1e (#30 by @Raven-Book) adjust title/description font-size to match the prompt component Co-authored-by: fu050409 <[email protected]>
1 parent 8b536f6 commit bfbbebf

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

.changes/pre.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
".changes/bubble-patch.md",
77
".changes/chore-deps.md",
88
".changes/file-upload.md",
9+
".changes/fix-prompt.md",
910
".changes/fix-sender-lint.md",
1011
".changes/fix-utils-build.md",
1112
".changes/optimize-callback.md",

CHANGELOG.md

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

3+
## \[0.1.0-alpha.6]
4+
5+
### Bug Fixes
6+
7+
- [`8044b1e`](https://github.com/DevCloudFE/matechat-react/commit/8044b1eed9defb6f195cf715bd8c2321ad41be1d) ([#30](https://github.com/DevCloudFE/matechat-react/pull/30) by [@Raven-Book](https://github.com/DevCloudFE/matechat-react/../../Raven-Book)) adjust title/description font-size to match the prompt component
8+
39
## \[0.1.0-alpha.5]
410

511
### New Features

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