diff --git a/CHANGELOG.md b/CHANGELOG.md index eca827f46d..017b163a2b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +### [106.2.2](https://github.com/Sage/carbon/compare/v106.2.1...v106.2.2) (2022-05-10) + + +### Bug Fixes + +* **dialog-full-screen:** update contentRef prop to be optional in type definition ([c1616a9](https://github.com/Sage/carbon/commit/c1616a9e4fe3f6c4c36cf23597f4095186d9c576)), closes [#5121](https://github.com/Sage/carbon/issues/5121) + ### [106.2.1](https://github.com/Sage/carbon/compare/v106.2.0...v106.2.1) (2022-05-10) diff --git a/package-lock.json b/package-lock.json index 926ec6ded1..da0e131923 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "carbon-react", - "version": "106.2.1", + "version": "106.2.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index f577c2afd2..b3369a60ac 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "carbon-react", - "version": "106.2.1", + "version": "106.2.2", "description": "A library of reusable React components for easily building user interfaces.", "engineStrict": true, "engines": {