Skip to content

Commit

Permalink
chore: release 0.4.0 (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
cheminfo-bot authored Sep 16, 2021
1 parent fcc24bb commit 5326ba6
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
@@ -1,5 +1,19 @@
# Changelog

## [0.4.0](https://www.github.com/cheminfo/analysis-ui-components/compare/v0.3.1...v0.4.0) (2021-09-16)


### Features

* add double click on Accordion to close every items ([bcb2604](https://www.github.com/cheminfo/analysis-ui-components/commit/bcb260403c6799c7b71c0203657e828b8698f7a0))


### Bug Fixes

* add min width on SplitPane ([4bec92f](https://www.github.com/cheminfo/analysis-ui-components/commit/4bec92f77db3257950af01065a7bcd800b6667ba))
* change block to flex on Accordion ([#42](https://www.github.com/cheminfo/analysis-ui-components/issues/42)) ([fcc24bb](https://www.github.com/cheminfo/analysis-ui-components/commit/fcc24bb813405f8203be6d06be637e887c51f40c))
* remove animation ([b07dc3c](https://www.github.com/cheminfo/analysis-ui-components/commit/b07dc3c9cf978927f778e1bfe1a8e365154601c3))

### [0.3.1](https://www.github.com/cheminfo/analysis-ui-components/compare/v0.3.0...v0.3.1) (2021-09-14)


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": "analysis-ui-components",
"version": "0.3.1",
"version": "0.4.0",
"description": "React components to build analysis UI",
"main": "lib/index.js",
"module": "lib-esm/index.js",
Expand Down

0 comments on commit 5326ba6

Please sign in to comment.