Skip to content

Commit

Permalink
chore(release): 68.8.1 [skip ci]
Browse files Browse the repository at this point in the history
### [68.8.1](v68.8.0...v68.8.1) (2021-04-01)

### Bug Fixes

* **flat-table-row:** add border left to the th element directly after a row header ([fa4e02a](fa4e02a)), closes [#3564](#3564)
* **flat-table-row:** ensure any cells preceding row headers are also positioned sticky ([b27ff64](b27ff64)), closes [#3721](#3721)
  • Loading branch information
semantic-release-bot authored and carbonci committed Apr 1, 2021
1 parent 1c5107b commit 7a85683
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
### [68.8.1](https://github.com/Sage/carbon/compare/v68.8.0...v68.8.1) (2021-04-01)


### Bug Fixes

* **flat-table-row:** add border left to the th element directly after a row header ([fa4e02a](https://github.com/Sage/carbon/commit/fa4e02a81acaa875fe7bb40042edfecf14404462)), closes [#3564](https://github.com/Sage/carbon/issues/3564)
* **flat-table-row:** ensure any cells preceding row headers are also positioned sticky ([b27ff64](https://github.com/Sage/carbon/commit/b27ff64d428390853d3f0a04d9f2283e831a49bd)), closes [#3721](https://github.com/Sage/carbon/issues/3721)

## [68.8.0](https://github.com/Sage/carbon/compare/v68.7.0...v68.8.0) (2021-04-01)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "carbon-react",
"version": "68.8.0",
"version": "68.8.1",
"description": "A library of reusable React components for easily building user interfaces.",
"engineStrict": true,
"engines": {
Expand Down

0 comments on commit 7a85683

Please sign in to comment.