From daabfa766ad64baa1caf466a123803b4ce2d17e4 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 29 Jun 2023 14:12:28 +0000 Subject: [PATCH] chore(release): 119.3.4 ### [119.3.4](https://github.com/Sage/carbon/compare/v119.3.3...v119.3.4) (2023-06-29) ### Bug Fixes * **flat-table:** ensure window does not scroll when using up and down arrow keys to navigate rows ([ea89c65](https://github.com/Sage/carbon/commit/ea89c65aa13f17fa42806da56eda08b838963612)), closes [#6152](https://github.com/Sage/carbon/issues/6152) --- 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 650ae2bfa4..459f965e78 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +### [119.3.4](https://github.com/Sage/carbon/compare/v119.3.3...v119.3.4) (2023-06-29) + + +### Bug Fixes + +* **flat-table:** ensure window does not scroll when using up and down arrow keys to navigate rows ([ea89c65](https://github.com/Sage/carbon/commit/ea89c65aa13f17fa42806da56eda08b838963612)), closes [#6152](https://github.com/Sage/carbon/issues/6152) + ### [119.3.3](https://github.com/Sage/carbon/compare/v119.3.2...v119.3.3) (2023-06-29) diff --git a/package-lock.json b/package-lock.json index f83597ee27..828b2a74aa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "carbon-react", - "version": "119.3.3", + "version": "119.3.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "carbon-react", - "version": "119.3.3", + "version": "119.3.4", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index bc70f59e5f..5bad2e4cd8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "carbon-react", - "version": "119.3.3", + "version": "119.3.4", "description": "A library of reusable React components for easily building user interfaces.", "files": [ "lib",