Skip to content

Commit 03af230

Browse files
authored
revert: release candidate (#63)
Reverts #61
1 parent 40ba574 commit 03af230

File tree

3 files changed

+1
-20
lines changed

3 files changed

+1
-20
lines changed

.changes/pre.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,10 @@
1313
".changes/fix-utils-build.md",
1414
".changes/memo-bubble-list.md",
1515
".changes/optimize-callback.md",
16-
".changes/optimize-markdown.md",
1716
".changes/optimize-sender-button.md",
1817
".changes/optimize-sender-input.md",
19-
".changes/optimize-use-chat.md",
2018
".changes/optimize-usechat.md",
2119
".changes/refactor-bubble-list.md",
22-
".changes/refactor-bubble.md",
2320
".changes/sender-enforce.md"
2421
]
2522
}

CHANGELOG.md

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

3-
## \[0.1.0-rc.0]
4-
5-
### New Features
6-
7-
- [`421dc74`](https://github.com/DevCloudFE/matechat-react/commit/421dc74f39f24c00801d336dce5fbbdf6830d7f5) Optimize markdown component in `Bubble`, customize link, heading and code. Support copy button for code blocks.
8-
- [`3869f95`](https://github.com/DevCloudFE/matechat-react/commit/3869f9554a87df0925f61350753ead20876f93ec) Optimize behavior of `useChat`:
9-
10-
- Add `throwOnEmptyBackend` option to `useChat` function.
11-
- Throw an error when `backend` is nullish and `throwOnEmptyBackend` is `true`.
12-
- Rename `isPending`to`pending` in `useChat` return value.
13-
- Allow empty `backend` in `useChat` function.
14-
15-
### Refactors
16-
17-
- [`162bad9`](https://github.com/DevCloudFE/matechat-react/commit/162bad95fc1277a259b7490a5d59e1baa93891fe) Extract all markdown components and resolve code lints.
18-
193
## \[0.1.0-beta.3]
204

215
### 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-rc.0",
3+
"version": "0.1.0-beta.3",
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)