diff --git a/.changes/pre.json b/.changes/pre.json index d1275a8..30583f9 100644 --- a/.changes/pre.json +++ b/.changes/pre.json @@ -6,6 +6,7 @@ ".changes/bubble-patch.md", ".changes/chore-deps.md", ".changes/file-upload.md", + ".changes/fix-prompt.md", ".changes/fix-sender-lint.md", ".changes/fix-utils-build.md", ".changes/optimize-callback.md", diff --git a/CHANGELOG.md b/CHANGELOG.md index 5726830..325a288 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## \[0.1.0-alpha.6] + +### Bug Fixes + +- [`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 + ## \[0.1.0-alpha.5] ### New Features diff --git a/package.json b/package.json index 9c3a50d..0bc42fc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@matechat/react", - "version": "0.1.0-alpha.5", + "version": "0.1.0-alpha.6", "packageManager": "pnpm@10.11.0", "description": "Front-end AI scenario solution UI library based on Huawei DevUI Design.", "type": "module",