diff --git a/CHANGELOG.md b/CHANGELOG.md index c04f06e951..dd0919248a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +### [102.7.3](https://github.com/Sage/carbon/compare/v102.7.2...v102.7.3) (2022-01-07) + + +### Bug Fixes + +* **form:** fix sticky footer ([f5ec1c7](https://github.com/Sage/carbon/commit/f5ec1c71655ff4ecd8150f167130ebe38ae25efc)) + ### [102.7.2](https://github.com/Sage/carbon/compare/v102.7.1...v102.7.2) (2022-01-07) diff --git a/package-lock.json b/package-lock.json index 4fc3fb32b2..d60326dea0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "carbon-react", - "version": "102.7.2", + "version": "102.7.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index f455f37c5c..7032639c89 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "carbon-react", - "version": "102.7.2", + "version": "102.7.3", "description": "A library of reusable React components for easily building user interfaces.", "engineStrict": true, "engines": {