Skip to content

Commit

Permalink
chore(release): 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
akai committed Jul 6, 2022
1 parent e397592 commit 74e64ef
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

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.

## [2.2.0](https://github.com/alibaba/ChatUI/compare/v2.1.3...v2.2.0) (2022-07-06)


### Features

* [Message] support `user.url` ([069664f](https://github.com/alibaba/ChatUI/commit/069664f3ff5c7ae5f937cfd377341f767eed2535))
* [Stepper] support `inverted` ([29eacf4](https://github.com/alibaba/ChatUI/commit/29eacf4b7f172fa11dca7e3db6c57cc3bd0142a5))


### Bug Fixes

* [Message] use circle avatar ([e397592](https://github.com/alibaba/ChatUI/commit/e3975929a2876be6252408e9cbf8d2b606c7c009))
* [Typing] fix color ([d49a0cf](https://github.com/alibaba/ChatUI/commit/d49a0cf832ba64d542d16612e37205fc546be191))

### [2.1.3](https://github.com/alibaba/ChatUI/compare/v2.1.2...v2.1.3) (2022-06-29)


Expand Down
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": "2.1.3",
"version": "2.2.0",
"description": "The React library for Chatbot UI",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down

0 comments on commit 74e64ef

Please sign in to comment.