diff --git a/CHANGELOG.md b/CHANGELOG.md index 55648ba323..1f4c741575 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +### [112.0.1](https://github.com/Sage/carbon/compare/v112.0.0...v112.0.1) (2023-01-09) + + +### Bug Fixes + +* **tabs:** ensure arrow navigation is correct when Tabs are used within Drawer ([150d67e](https://github.com/Sage/carbon/commit/150d67e4d443ce18f1d0b8f3767825e361adf24b)), closes [#5597](https://github.com/Sage/carbon/issues/5597) + ## [112.0.0](https://github.com/Sage/carbon/compare/v111.22.4...v112.0.0) (2023-01-09) diff --git a/package-lock.json b/package-lock.json index dd2be9f5ff..bc02fdc274 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "carbon-react", - "version": "112.0.0", + "version": "112.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "carbon-react", - "version": "112.0.0", + "version": "112.0.1", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index ebbd678236..1f05bed2be 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "carbon-react", - "version": "112.0.0", + "version": "112.0.1", "description": "A library of reusable React components for easily building user interfaces.", "files": [ "lib",