Skip to content

Commit 39e5a2d

Browse files
committed
chore(release): 0.3.1-beta.1
1 parent 3bfd3fe commit 39e5a2d

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [0.3.1-beta.1](https://github.com/alibaba/ChatUI/compare/v0.3.1-beta.0...v0.3.1-beta.1) (2021-03-09)
6+
7+
8+
### Features
9+
10+
* [LazyComponent] export `LazyComponentOnLoadParams` ([3bfd3fe](https://github.com/alibaba/ChatUI/commit/3bfd3fe686c272a39e7f4d7648902efce4727b0f))
11+
* [useComponents] add `hasComponent` method ([d933955](https://github.com/alibaba/ChatUI/commit/d9339559234c9e4515f1a90660d916fb647cb477))
12+
13+
14+
### Bug Fixes
15+
16+
* [ComponentsProvider] support updating `props.components` ([524401d](https://github.com/alibaba/ChatUI/commit/524401d18e95a3bb786ef19c246c01bb118fd39c))
17+
518
### [0.3.1-beta.0](https://github.com/alibaba/ChatUI/compare/v0.3.0...v0.3.1-beta.0) (2021-03-08)
619

720

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chatui/core",
3-
"version": "0.3.1-beta.0",
3+
"version": "0.3.1-beta.1",
44
"description": "The React library for Chatbot UI",
55
"main": "lib/index.js",
66
"module": "es/index.js",

0 commit comments

Comments
 (0)