Skip to content

Commit

Permalink
chore(release): 77.13.0
Browse files Browse the repository at this point in the history
## [77.13.0](v77.12.2...v77.13.0) (2021-07-16)

### Features

* **link-preview:** add new component to support displaying link previews ([4348aaf](4348aaf))
* **note:** add support for rendering link previews ([5519c30](5519c30))
* **text-editor:** add support for rendering editor link previews ([a436ea5](a436ea5))

### Bug Fixes

* **toolbar:** add missing focus trigger when right key press and last button focused ([5d713fd](5d713fd))
  • Loading branch information
semantic-release-bot authored and carbonci committed Jul 16, 2021
1 parent 2ec8fca commit 6942625
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 @@
## [77.13.0](https://github.com/Sage/carbon/compare/v77.12.2...v77.13.0) (2021-07-16)


### Features

* **link-preview:** add new component to support displaying link previews ([4348aaf](https://github.com/Sage/carbon/commit/4348aaf65e095dce3d0393449d579286d9bab931))
* **note:** add support for rendering link previews ([5519c30](https://github.com/Sage/carbon/commit/5519c3045cf3f81bc18f4e426e19c3d01a021201))
* **text-editor:** add support for rendering editor link previews ([a436ea5](https://github.com/Sage/carbon/commit/a436ea5b2ee05e4d54afa2a930815aedf4673e84))


### Bug Fixes

* **toolbar:** add missing focus trigger when right key press and last button focused ([5d713fd](https://github.com/Sage/carbon/commit/5d713fda086d0e40d619e1a955f9849ddff7397a))

### [77.12.2](https://github.com/Sage/carbon/compare/v77.12.1...v77.12.2) (2021-07-15)


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

0 comments on commit 6942625

Please sign in to comment.