From ae2d033c51881ec2bafca598c26c34b7d6a1f56a Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 6 Oct 2023 10:34:58 +0000 Subject: [PATCH] chore(release): 121.0.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [121.0.0](https://github.com/Sage/carbon/compare/v120.6.1...v121.0.0) (2023-10-06) ### ⚠ BREAKING CHANGES * **textarea, textbox:** The `enforceCharacterLimit` prop has been completely removed and is no longer supported. We recommend providing adequate feedback to users when they have exceeded the set `characterLimit` instead * **locale:** As the `hintString` translation key is public facing, its removal will mean a type / compile error may be thrown in consumers TypeScript projects ### Bug Fixes * **locale:** remove `hintString` translation key ([b0042c4](https://github.com/Sage/carbon/commit/b0042c4e4589f76fc03476de24d00a3e7e26a36d)) * **textarea, textbox:** improve character count accessibility and align with design system ([0e59173](https://github.com/Sage/carbon/commit/0e59173ab3c50426337f53919fd9888a01a8c632)) * **textarea, textbox:** remove `enforceCharacterLimit` from textbox based inputs and textarea ([55d5dbf](https://github.com/Sage/carbon/commit/55d5dbf2f9c30faeddf837fe17dc26a0a4d6b4bf)) --- CHANGELOG.md | 17 +++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 20 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b15648dd4a..70977c64ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ +## [121.0.0](https://github.com/Sage/carbon/compare/v120.6.1...v121.0.0) (2023-10-06) + + +### ⚠ BREAKING CHANGES + +* **textarea, textbox:** The `enforceCharacterLimit` prop has been completely removed and is no longer +supported. We recommend providing adequate feedback to users when they have exceeded the set +`characterLimit` instead +* **locale:** As the `hintString` translation key is public facing, its removal will mean a +type / compile error may be thrown in consumers TypeScript projects + +### Bug Fixes + +* **locale:** remove `hintString` translation key ([b0042c4](https://github.com/Sage/carbon/commit/b0042c4e4589f76fc03476de24d00a3e7e26a36d)) +* **textarea, textbox:** improve character count accessibility and align with design system ([0e59173](https://github.com/Sage/carbon/commit/0e59173ab3c50426337f53919fd9888a01a8c632)) +* **textarea, textbox:** remove `enforceCharacterLimit` from textbox based inputs and textarea ([55d5dbf](https://github.com/Sage/carbon/commit/55d5dbf2f9c30faeddf837fe17dc26a0a4d6b4bf)) + ### [120.6.1](https://github.com/Sage/carbon/compare/v120.6.0...v120.6.1) (2023-10-05) diff --git a/package-lock.json b/package-lock.json index e2af09b5a6..c284e49656 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "carbon-react", - "version": "120.6.1", + "version": "121.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "carbon-react", - "version": "120.6.1", + "version": "121.0.0", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index 58b3461504..3660cd7798 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "carbon-react", - "version": "120.6.1", + "version": "121.0.0", "description": "A library of reusable React components for easily building user interfaces.", "files": [ "lib",