Skip to content

Commit

Permalink
chore(release): 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
akai committed Dec 8, 2020
1 parent c30961a commit c8ee147
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
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.

### [0.1.5](https://github.com/alibaba/ChatUI/compare/v0.1.4...v0.1.5) (2020-12-08)


### Features

* **list:** add bordered style ([c30961a](https://github.com/alibaba/ChatUI/commit/c30961aba1a92c27b24acb146398be0e41a5783f))
* **quick-replies:** use `item.code` as the `key` for items ([f0ca636](https://github.com/alibaba/ChatUI/commit/f0ca636dc70491886389d3cc48b8a18692eb64b2))
* **scroll-view:** add props `itemKey` to specify keys for items ([5de57ca](https://github.com/alibaba/ChatUI/commit/5de57ca6f98374a79dd21b658cb9a9435d1a6116))


### Bug Fixes

* change ChatFooter's z-index ([646cbb5](https://github.com/alibaba/ChatUI/commit/646cbb54ed4c667fad8a9873c93dac4cf800b8f8))

### [0.1.4](https://github.com/alibaba/ChatUI/compare/v0.1.3...v0.1.4) (2020-11-24)


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

0 comments on commit c8ee147

Please sign in to comment.