diff --git a/CHANGELOG.md b/CHANGELOG.md index c9001bde4d..4326bf91f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [146.2.0](https://github.com/Sage/carbon/compare/v146.1.0...v146.2.0) (2024-12-19) + + +### Features + +* **action-popover:** allow menu button to be focused programmatically ([a3d8d23](https://github.com/Sage/carbon/commit/a3d8d233ccf4594b2113a910482569773444cf92)), closes [#5589](https://github.com/Sage/carbon/issues/5589) + ## [146.1.0](https://github.com/Sage/carbon/compare/v146.0.1...v146.1.0) (2024-12-19) diff --git a/package-lock.json b/package-lock.json index c90437fcf6..2ae13d3f96 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "carbon-react", - "version": "146.1.0", + "version": "146.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "carbon-react", - "version": "146.1.0", + "version": "146.2.0", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index 250b384f0d..a3f0abab86 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "carbon-react", - "version": "146.1.0", + "version": "146.2.0", "description": "A library of reusable React components for easily building user interfaces.", "files": [ "lib",