Skip to content

Commit

Permalink
chore(release): 66.7.0 [skip ci]
Browse files Browse the repository at this point in the history
## [66.7.0](v66.6.1...v66.7.0) (2021-02-18)

### Features

* **help:** add support for tooltip background and font color overrides ([c169979](c169979))
* **icon:** add support for tooltip background and font color overrides ([d4f5db9](d4f5db9))
* **tooltip:** add support for background and font color overrides ([f607f77](f607f77))

### Bug Fixes

* **tooltip:** ensure long text strings wrap instead of overflow ([de44e2b](de44e2b))
  • Loading branch information
semantic-release-bot authored and carbonci committed Feb 18, 2021
1 parent bff3ac3 commit 9e9ba8c
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## [66.7.0](https://github.com/Sage/carbon/compare/v66.6.1...v66.7.0) (2021-02-18)


### Features

* **help:** add support for tooltip background and font color overrides ([c169979](https://github.com/Sage/carbon/commit/c16997917ce6184ec67d31eb0510bf90e723a0a2))
* **icon:** add support for tooltip background and font color overrides ([d4f5db9](https://github.com/Sage/carbon/commit/d4f5db934c27ea44b688f35a169ddb79c461e9be))
* **tooltip:** add support for background and font color overrides ([f607f77](https://github.com/Sage/carbon/commit/f607f77c973c71c79198b20d3609c68782f5da24))


### Bug Fixes

* **tooltip:** ensure long text strings wrap instead of overflow ([de44e2b](https://github.com/Sage/carbon/commit/de44e2b34bc3ce8f347b71fe552edc1ed2f9d981))

### [66.6.1](https://github.com/Sage/carbon/compare/v66.6.0...v66.6.1) (2021-02-17)


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

0 comments on commit 9e9ba8c

Please sign in to comment.