Skip to content

Commit

Permalink
chore(release): 107.1.0
Browse files Browse the repository at this point in the history
## [107.1.0](v107.0.0...v107.1.0) (2022-06-13)

### Features

* **click-away-wrapper:** add ClickAwayWrapper component to internal directory ([091f0a4](091f0a4))
* **popover-container:** add ClickAwayWrapper to close popover when click outside detected ([5ba1522](5ba1522)), closes [#5017](#5017) [#5158](#5158)
  • Loading branch information
semantic-release-bot authored and carbonci committed Jun 13, 2022
1 parent f3ddfde commit 5fb6cf5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [107.1.0](https://github.com/Sage/carbon/compare/v107.0.0...v107.1.0) (2022-06-13)


### Features

* **click-away-wrapper:** add ClickAwayWrapper component to internal directory ([091f0a4](https://github.com/Sage/carbon/commit/091f0a48a7dd0963fe493c82044d591521a093bb))
* **popover-container:** add ClickAwayWrapper to close popover when click outside detected ([5ba1522](https://github.com/Sage/carbon/commit/5ba1522d09cc0301fd1aee7aad71d49f53e19fda)), closes [#5017](https://github.com/Sage/carbon/issues/5017) [#5158](https://github.com/Sage/carbon/issues/5158)

## [107.0.0](https://github.com/Sage/carbon/compare/v106.7.0...v107.0.0) (2022-06-13)


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": "carbon-react",
"version": "107.0.0",
"version": "107.1.0",
"description": "A library of reusable React components for easily building user interfaces.",
"engineStrict": true,
"engines": {
Expand Down

0 comments on commit 5fb6cf5

Please sign in to comment.