diff --git a/CHANGELOG.md b/CHANGELOG.md index d2490d19c7..7f584c3e82 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +### [146.3.1](https://github.com/Sage/carbon/compare/v146.3.0...v146.3.1) (2025-01-09) + + +### Bug Fixes + +* **menu-item:** ensure list style is none in Safari ([94f10d0](https://github.com/Sage/carbon/commit/94f10d0b1ed81ddf9b5bae7ccf492672e073aa5f)) + ## [146.3.0](https://github.com/Sage/carbon/compare/v146.2.1...v146.3.0) (2025-01-08) diff --git a/package-lock.json b/package-lock.json index d80bd9d9ac..467f92de34 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "carbon-react", - "version": "146.3.0", + "version": "146.3.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "carbon-react", - "version": "146.3.0", + "version": "146.3.1", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index 6ad172cc91..4a1da9fea8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "carbon-react", - "version": "146.3.0", + "version": "146.3.1", "description": "A library of reusable React components for easily building user interfaces.", "files": [ "lib",