diff --git a/CHANGELOG.md b/CHANGELOG.md index 01ef5f8a8c..aa2d3daeca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +### [68.25.2](https://github.com/Sage/carbon/compare/v68.25.1...v68.25.2) (2021-04-20) + + +### Bug Fixes + +* **flat-table:** ensure all th elements are sticky when sticky head prop is set ([82dd6c9](https://github.com/Sage/carbon/commit/82dd6c985ea73016ca52a500faa0b46690aad63a)), closes [#3876](https://github.com/Sage/carbon/issues/3876) + ### [68.25.1](https://github.com/Sage/carbon/compare/v68.25.0...v68.25.1) (2021-04-19) diff --git a/package-lock.json b/package-lock.json index 410542da98..9db6367f61 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "carbon-react", - "version": "68.25.1", + "version": "68.25.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index f834585c9a..a4d1caaf5d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "carbon-react", - "version": "68.25.1", + "version": "68.25.2", "description": "A library of reusable React components for easily building user interfaces.", "engineStrict": true, "engines": {