Skip to content

Commit

Permalink
chore(release): 71.4.1
Browse files Browse the repository at this point in the history
### [71.4.1](v71.4.0...v71.4.1) (2021-05-07)

### Bug Fixes

* **flat-table:** allow multiple header rows to be sticky ([e70dfa9](e70dfa9)), closes [#3728](#3728)
* **flat-table:** allow row headers to be sticky within flat-table-head ([84dfa9b](84dfa9b))
  • Loading branch information
semantic-release-bot authored and carbonci committed May 7, 2021
1 parent f64ad90 commit 06cab20
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 @@
### [71.4.1](https://github.com/Sage/carbon/compare/v71.4.0...v71.4.1) (2021-05-07)


### Bug Fixes

* **flat-table:** allow multiple header rows to be sticky ([e70dfa9](https://github.com/Sage/carbon/commit/e70dfa98deeb283cf0410d0b3fa9a27547384ede)), closes [#3728](https://github.com/Sage/carbon/issues/3728)
* **flat-table:** allow row headers to be sticky within flat-table-head ([84dfa9b](https://github.com/Sage/carbon/commit/84dfa9b03e6545ca82161dfafc5cb5a437dd0e13))

## [71.4.0](https://github.com/Sage/carbon/compare/v71.3.0...v71.4.0) (2021-05-07)


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": "71.4.0",
"version": "71.4.1",
"description": "A library of reusable React components for easily building user interfaces.",
"engineStrict": true,
"engines": {
Expand Down

0 comments on commit 06cab20

Please sign in to comment.