Skip to content

Commit

Permalink
chore(release): 2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
akai committed Jul 19, 2022
1 parent 062cf95 commit 99cbd59
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

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.2](https://github.com/alibaba/ChatUI/compare/v2.2.1...v2.2.2) (2022-07-19)


### Bug Fixes

* [QuickReplies] update styles ([5c622b1](https://github.com/alibaba/ChatUI/commit/5c622b1a478129d5b08537953216634622ee3bfa))
* [Search] fix type ([794a482](https://github.com/alibaba/ChatUI/commit/794a482040878b678470f4936001b34b1508e206))
* [SystemMessage] fix padding ([1abbbf3](https://github.com/alibaba/ChatUI/commit/1abbbf30841a757111db89543e53801ead83f2b2))
* [Typing] remove useless style ([062cf95](https://github.com/alibaba/ChatUI/commit/062cf9514c3a4da002ca914f494381333e706adf))
* update brand-3 ([0fbeb8e](https://github.com/alibaba/ChatUI/commit/0fbeb8e3e5040d0bb9eed7f38a835573f53b414b))

### [2.2.1](https://github.com/alibaba/ChatUI/compare/v2.2.0...v2.2.1) (2022-07-12)


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

0 comments on commit 99cbd59

Please sign in to comment.