Skip to content

Commit

Permalink
chore(release): 123.7.0
Browse files Browse the repository at this point in the history
## [123.7.0](v123.6.0...v123.7.0) (2023-11-08)

### Features

* **select:** add selectionConfirmed property to event emitted on change ([748a17b](748a17b)), closes [#6330](#6330)

### Bug Fixes

* **filterable-select, multi-select:** handle when filter text has no match and enter pressed ([84ebef7](84ebef7))
* **option:** ensure fill prop is not passed to underlying DOM element ([2a8cfc1](2a8cfc1))
  • Loading branch information
semantic-release-bot authored and carbonci committed Nov 8, 2023
1 parent 9f05ff7 commit 375a967
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## [123.7.0](https://github.com/Sage/carbon/compare/v123.6.0...v123.7.0) (2023-11-08)


### Features

* **select:** add selectionConfirmed property to event emitted on change ([748a17b](https://github.com/Sage/carbon/commit/748a17b8185a2d9a2bd58843efbd4a10739c2e8d)), closes [#6330](https://github.com/Sage/carbon/issues/6330)


### Bug Fixes

* **filterable-select, multi-select:** handle when filter text has no match and enter pressed ([84ebef7](https://github.com/Sage/carbon/commit/84ebef7df4573d3205db9ebd424d88c2a26f4c3e))
* **option:** ensure fill prop is not passed to underlying DOM element ([2a8cfc1](https://github.com/Sage/carbon/commit/2a8cfc11bae33c52496a65741ad02a339989beff))

## [123.6.0](https://github.com/Sage/carbon/compare/v123.5.1...v123.6.0) (2023-11-08)


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": "123.6.0",
"version": "123.7.0",
"description": "A library of reusable React components for easily building user interfaces.",
"files": [
"lib",
Expand Down

0 comments on commit 375a967

Please sign in to comment.