diff --git a/CHANGELOG.md b/CHANGELOG.md index b624282f99..2c1eba4a75 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index c62dad4e5f..6b0cf6ead3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "carbon-react", - "version": "124.6.0", + "version": "124.6.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "carbon-react", - "version": "124.6.0", + "version": "124.6.1", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index f2528adda5..9cee25ce95 100644 --- a/package.json +++ b/package.json @@ -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",