Skip to content

Commit

Permalink
chore(release): 0.3.1-beta.0
Browse files Browse the repository at this point in the history
  • Loading branch information
akai committed Mar 8, 2021
1 parent e7d76d1 commit c37afe1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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.

### [0.3.1-beta.0](https://github.com/alibaba/ChatUI/compare/v0.3.0...v0.3.1-beta.0) (2021-03-08)


### Bug Fixes

* [LazyComponent] add `onLoad` event to decorator, and resolve circular dependencies ([e7d76d1](https://github.com/alibaba/ChatUI/commit/e7d76d12e01732c018ebbe26a36ffea9683d3f52))

## [0.3.0](https://github.com/alibaba/ChatUI/compare/v0.3.0-beta.5...v0.3.0) (2021-03-01)

## [0.3.0-beta.5](https://github.com/alibaba/ChatUI/compare/v0.3.0-beta.4...v0.3.0-beta.5) (2021-01-27)
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chatui/core",
"version": "0.3.0",
"version": "0.3.1-beta.0",
"description": "The React library for Chatbot UI",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down

0 comments on commit c37afe1

Please sign in to comment.