From 5c0ce5f773c02e1cd54dbdd8a2e70979ac997fee Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 29 Oct 2024 04:01:43 +0000 Subject: [PATCH] chore(release): 144.2.2 ### [144.2.2](https://github.com/Sage/carbon/compare/v144.2.1...v144.2.2) (2024-10-29) ### Bug Fixes * inline label props have unexpected behaviour with new validation ([922694f](https://github.com/Sage/carbon/commit/922694f654e3c8cd7f9f49c56892be29828fb1fd)) --- 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 53ade250df..0aa134d5f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +### [144.2.2](https://github.com/Sage/carbon/compare/v144.2.1...v144.2.2) (2024-10-29) + + +### Bug Fixes + +* inline label props have unexpected behaviour with new validation ([922694f](https://github.com/Sage/carbon/commit/922694f654e3c8cd7f9f49c56892be29828fb1fd)) + ### [144.2.1](https://github.com/Sage/carbon/compare/v144.2.0...v144.2.1) (2024-10-28) diff --git a/package-lock.json b/package-lock.json index 02dc4e98e6..4e4ad46aa3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "carbon-react", - "version": "144.2.1", + "version": "144.2.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "carbon-react", - "version": "144.2.1", + "version": "144.2.2", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index 285ce14d6b..ff83d7aaf0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "carbon-react", - "version": "144.2.1", + "version": "144.2.2", "description": "A library of reusable React components for easily building user interfaces.", "files": [ "lib",