diff --git a/CHANGELOG.md b/CHANGELOG.md index db57e14c0a..d439408cb4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [144.19.0](https://github.com/Sage/carbon/compare/v144.18.0...v144.19.0) (2024-12-11) + + +### Features + +* **action-popover:** add aria-labelledby and aria-describedby props ([6267cb5](https://github.com/Sage/carbon/commit/6267cb59cbe1de7ee4e0b7be97850bb96e3f97b6)), closes [#7107](https://github.com/Sage/carbon/issues/7107) + ## [144.18.0](https://github.com/Sage/carbon/compare/v144.17.1...v144.18.0) (2024-12-10) diff --git a/package-lock.json b/package-lock.json index c28c464b0f..b773889ae3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "carbon-react", - "version": "144.18.0", + "version": "144.19.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "carbon-react", - "version": "144.18.0", + "version": "144.19.0", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index c23d8efff9..cd8a08f3f5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "carbon-react", - "version": "144.18.0", + "version": "144.19.0", "description": "A library of reusable React components for easily building user interfaces.", "files": [ "lib",