Skip to content

Commit

Permalink
chore(release): 68.5.2 [skip ci]
Browse files Browse the repository at this point in the history
### [68.5.2](v68.5.1...v68.5.2) (2021-03-26)

### Bug Fixes

* **tab-title:** fix styling issues with border and selected state ([69512c0](69512c0)), closes [#3773](#3773)
* **tabs-header:** allow tabs to be scrollable when position is left and they overflow parent ([ffa4ebf](ffa4ebf)), closes [#3352](#3352)
  • Loading branch information
semantic-release-bot authored and carbonci committed Mar 26, 2021
1 parent a62cc65 commit defeef6
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.5.2](https://github.com/Sage/carbon/compare/v68.5.1...v68.5.2) (2021-03-26)


### Bug Fixes

* **tab-title:** fix styling issues with border and selected state ([69512c0](https://github.com/Sage/carbon/commit/69512c068676ee24ee5e1220ee9a3d7d1f30a8d1)), closes [#3773](https://github.com/Sage/carbon/issues/3773)
* **tabs-header:** allow tabs to be scrollable when position is left and they overflow parent ([ffa4ebf](https://github.com/Sage/carbon/commit/ffa4ebf0674bfc3b791c6ad5527ac8acba94e568)), closes [#3352](https://github.com/Sage/carbon/issues/3352)

### [68.5.1](https://github.com/Sage/carbon/compare/v68.5.0...v68.5.1) (2021-03-25)


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

0 comments on commit defeef6

Please sign in to comment.