From 6675b86d0df8f9b4eec6dd0c39724248e2e8362f Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 4 Dec 2024 13:59:37 +0000 Subject: [PATCH] chore(release): 144.12.0 ## [144.12.0](https://github.com/Sage/carbon/compare/v144.11.0...v144.12.0) (2024-12-04) ### Features * **tabs:** align tabs with (frozen) design system ([23c6db7](https://github.com/Sage/carbon/commit/23c6db7fe8b6b064b7321c46a3de76945518cba1)) --- 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 a39d7069a0..c5a6115647 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [144.12.0](https://github.com/Sage/carbon/compare/v144.11.0...v144.12.0) (2024-12-04) + + +### Features + +* **tabs:** align tabs with (frozen) design system ([23c6db7](https://github.com/Sage/carbon/commit/23c6db7fe8b6b064b7321c46a3de76945518cba1)) + ## [144.11.0](https://github.com/Sage/carbon/compare/v144.10.0...v144.11.0) (2024-12-04) diff --git a/package-lock.json b/package-lock.json index 665a24b4c0..4e71fd08d5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "carbon-react", - "version": "144.11.0", + "version": "144.12.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "carbon-react", - "version": "144.11.0", + "version": "144.12.0", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index 53b76b7efc..f408be65f6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "carbon-react", - "version": "144.11.0", + "version": "144.12.0", "description": "A library of reusable React components for easily building user interfaces.", "files": [ "lib",