Skip to content

Commit cc37be4

Browse files
committed
chore(release): 0.3.2
1 parent b729ad4 commit cc37be4

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.2](https://github.com/alibaba/ChatUI/compare/v0.3.1...v0.3.2) (2021-04-14)
6+
7+
8+
### Features
9+
10+
* [useMessages] add `resetList` method ([5371ea5](https://github.com/alibaba/ChatUI/commit/5371ea52a60bde902cc300b28e245bc769266471))
11+
12+
13+
### Bug Fixes
14+
15+
* [importScript] add `crossorigin` to script tag ([935d074](https://github.com/alibaba/ChatUI/commit/935d074b5838d214782ec8854b079f6512abc22e))
16+
* [Modal] fix `tabIndex` ([b729ad4](https://github.com/alibaba/ChatUI/commit/b729ad43f8132ac299b57dad632ea92e4fa7655e))
17+
518
### [0.3.1](https://github.com/alibaba/ChatUI/compare/v0.3.1-beta.2...v0.3.1) (2021-03-30)
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",
3+
"version": "0.3.2",
44
"description": "The React library for Chatbot UI",
55
"main": "lib/index.js",
66
"module": "es/index.js",

0 commit comments

Comments
 (0)