Skip to content

Commit 74e64ef

Browse files
committed
chore(release): 2.2.0
1 parent e397592 commit 74e64ef

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
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+
## [2.2.0](https://github.com/alibaba/ChatUI/compare/v2.1.3...v2.2.0) (2022-07-06)
6+
7+
8+
### Features
9+
10+
* [Message] support `user.url` ([069664f](https://github.com/alibaba/ChatUI/commit/069664f3ff5c7ae5f937cfd377341f767eed2535))
11+
* [Stepper] support `inverted` ([29eacf4](https://github.com/alibaba/ChatUI/commit/29eacf4b7f172fa11dca7e3db6c57cc3bd0142a5))
12+
13+
14+
### Bug Fixes
15+
16+
* [Message] use circle avatar ([e397592](https://github.com/alibaba/ChatUI/commit/e3975929a2876be6252408e9cbf8d2b606c7c009))
17+
* [Typing] fix color ([d49a0cf](https://github.com/alibaba/ChatUI/commit/d49a0cf832ba64d542d16612e37205fc546be191))
18+
519
### [2.1.3](https://github.com/alibaba/ChatUI/compare/v2.1.2...v2.1.3) (2022-06-29)
620

721

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

0 commit comments

Comments
 (0)