Skip to content

Commit

Permalink
chore(release): 77.6.2
Browse files Browse the repository at this point in the history
### [77.6.2](v77.6.1...v77.6.2) (2021-07-07)

### Bug Fixes

* **flat-table-row:** add support for setting tabindex on subrows with onclick handler passed ([aebcfc6](aebcfc6)), closes [#4214](#4214)
  • Loading branch information
semantic-release-bot authored and carbonci committed Jul 7, 2021
1 parent d4c1710 commit cdf4f97
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
### [77.6.2](https://github.com/Sage/carbon/compare/v77.6.1...v77.6.2) (2021-07-07)


### Bug Fixes

* **flat-table-row:** add support for setting tabindex on subrows with onclick handler passed ([aebcfc6](https://github.com/Sage/carbon/commit/aebcfc643eeada4518999d5c2cae8835b76809f6)), closes [#4214](https://github.com/Sage/carbon/issues/4214)

### [77.6.1](https://github.com/Sage/carbon/compare/v77.6.0...v77.6.1) (2021-07-06)


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

0 comments on commit cdf4f97

Please sign in to comment.