Skip to content

Commit

Permalink
chore(release): 124.6.1
Browse files Browse the repository at this point in the history
### [124.6.1](v124.6.0...v124.6.1) (2024-01-11)

### Bug Fixes

* **select:** stop list scrolling to selected option unless it has changed ([93de140](93de140)), closes [#6461](#6461)
  • Loading branch information
semantic-release-bot authored and carbonci committed Jan 11, 2024
1 parent 208ee8e commit 291e175
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
### [124.6.1](https://github.com/Sage/carbon/compare/v124.6.0...v124.6.1) (2024-01-11)


### Bug Fixes

* **select:** stop list scrolling to selected option unless it has changed ([93de140](https://github.com/Sage/carbon/commit/93de140349cd85fe80a7db49595d9bbf17536e17)), closes [#6461](https://github.com/Sage/carbon/issues/6461)

## [124.6.0](https://github.com/Sage/carbon/compare/v124.5.0...v124.6.0) (2024-01-05)


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

0 comments on commit 291e175

Please sign in to comment.