From 4ec5bd93e5baa1b9b48deb3f64d1107acad1cbcc Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 19 Dec 2024 10:44:35 +0000 Subject: [PATCH] chore(release): 146.0.1 ### [146.0.1](https://github.com/Sage/carbon/compare/v146.0.0...v146.0.1) (2024-12-19) ### Bug Fixes * ensure multi-action and split button children container is not hidden by parent ([e215c21](https://github.com/Sage/carbon/commit/e215c21fd12069a68878134d018d76c674a47a0e)), closes [#7134](https://github.com/Sage/carbon/issues/7134) --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index efb3ab9eda..4de23abd7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +### [146.0.1](https://github.com/Sage/carbon/compare/v146.0.0...v146.0.1) (2024-12-19) + + +### Bug Fixes + +* ensure multi-action and split button children container is not hidden by parent ([e215c21](https://github.com/Sage/carbon/commit/e215c21fd12069a68878134d018d76c674a47a0e)), closes [#7134](https://github.com/Sage/carbon/issues/7134) + ## [146.0.0](https://github.com/Sage/carbon/compare/v145.0.0...v146.0.0) (2024-12-19) diff --git a/package-lock.json b/package-lock.json index 81593e7f0c..efaee9f556 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "carbon-react", - "version": "146.0.0", + "version": "146.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "carbon-react", - "version": "146.0.0", + "version": "146.0.1", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index 2690eefd43..a19d5fd9db 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "carbon-react", - "version": "146.0.0", + "version": "146.0.1", "description": "A library of reusable React components for easily building user interfaces.", "files": [ "lib",