Skip to content

Commit

Permalink
chore(release): 111.0.0
Browse files Browse the repository at this point in the history
## [111.0.0](v110.11.1...v111.0.0) (2022-09-29)

### ⚠ BREAKING CHANGES

* **select:** listPlacement prop interface on all Select components has been changed -
 only `top`, `bottom`, `left` and `right` are valid values now

### Features

* add internal useFloating hook ([cd73ec8](cd73ec8))

### Bug Fixes

* **select:** fix issue with list not updating position after layout change ([f3b22d9](f3b22d9))
  • Loading branch information
semantic-release-bot authored and carbonci committed Sep 29, 2022
1 parent f7c745b commit dea8b9a
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## [111.0.0](https://github.com/Sage/carbon/compare/v110.11.1...v111.0.0) (2022-09-29)


### ⚠ BREAKING CHANGES

* **select:** listPlacement prop interface on all Select components has been changed -
only `top`, `bottom`, `left` and `right` are valid values now

### Features

* add internal useFloating hook ([cd73ec8](https://github.com/Sage/carbon/commit/cd73ec8b58d5887b0297fa0c0c0604879c8c313b))


### Bug Fixes

* **select:** fix issue with list not updating position after layout change ([f3b22d9](https://github.com/Sage/carbon/commit/f3b22d9538d65c2fdb26d8dee1b8f417fd1e42ef))

### [110.11.1](https://github.com/Sage/carbon/compare/v110.11.0...v110.11.1) (2022-09-28)


Expand Down
4 changes: 2 additions & 2 deletions 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": "110.11.1",
"version": "111.0.0",
"description": "A library of reusable React components for easily building user interfaces.",
"files": [
"lib",
Expand Down

0 comments on commit dea8b9a

Please sign in to comment.