From a2b2e4d665aadf3efdfc9d49d57306e3268d03a5 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 25 Feb 2022 11:28:28 +0000 Subject: [PATCH] chore(release): 104.31.1 ### [104.31.1](https://github.com/Sage/carbon/compare/v104.31.0...v104.31.1) (2022-02-25) ### Bug Fixes * **tab-title:** ensure icon color can be overridden when rendered in TabTitle ([29a5bb7](https://github.com/Sage/carbon/commit/29a5bb700dc0d1ff39d6e26dd2839f5081d0d531)), closes [#4875](https://github.com/Sage/carbon/issues/4875) * **tab-title:** remove additional error border and prevent content jumping when has siblings ([3d29834](https://github.com/Sage/carbon/commit/3d2983401aeab9f20c61fb4c5e805780cf3fc7f3)), closes [#4833](https://github.com/Sage/carbon/issues/4833) --- CHANGELOG.md | 8 ++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a96d77637..f774dac106 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +### [104.31.1](https://github.com/Sage/carbon/compare/v104.31.0...v104.31.1) (2022-02-25) + + +### Bug Fixes + +* **tab-title:** ensure icon color can be overridden when rendered in TabTitle ([29a5bb7](https://github.com/Sage/carbon/commit/29a5bb700dc0d1ff39d6e26dd2839f5081d0d531)), closes [#4875](https://github.com/Sage/carbon/issues/4875) +* **tab-title:** remove additional error border and prevent content jumping when has siblings ([3d29834](https://github.com/Sage/carbon/commit/3d2983401aeab9f20c61fb4c5e805780cf3fc7f3)), closes [#4833](https://github.com/Sage/carbon/issues/4833) + ## [104.31.0](https://github.com/Sage/carbon/compare/v104.30.0...v104.31.0) (2022-02-25) diff --git a/package-lock.json b/package-lock.json index 2facc263dc..e5f2bbeceb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "carbon-react", - "version": "104.31.0", + "version": "104.31.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 2c88dbc7f1..ba4d1dbc43 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "carbon-react", - "version": "104.31.0", + "version": "104.31.1", "description": "A library of reusable React components for easily building user interfaces.", "engineStrict": true, "engines": {