diff --git a/CHANGELOG.md b/CHANGELOG.md index c0b9eeefd2..55311832eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +### [146.5.2](https://github.com/Sage/carbon/compare/v146.5.1...v146.5.2) (2025-01-24) + + +### Bug Fixes + +* **flex-tile-divider:** add aria-hidden attribute to hr element ([f198c2e](https://github.com/Sage/carbon/commit/f198c2e56737d1294c767b8c56981acc4c1f2938)), closes [#7173](https://github.com/Sage/carbon/issues/7173) + ### [146.5.1](https://github.com/Sage/carbon/compare/v146.5.0...v146.5.1) (2025-01-24) diff --git a/package-lock.json b/package-lock.json index b1382dcb5f..3cde6be0dd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "carbon-react", - "version": "146.5.1", + "version": "146.5.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "carbon-react", - "version": "146.5.1", + "version": "146.5.2", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index 87500cbf8d..6736d071fa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "carbon-react", - "version": "146.5.1", + "version": "146.5.2", "description": "A library of reusable React components for easily building user interfaces.", "files": [ "lib",