Skip to content

Commit

Permalink
chore(release): 77.1.4
Browse files Browse the repository at this point in the history
### [77.1.4](v77.1.3...v77.1.4) (2021-06-22)

### Bug Fixes

* **search:** update onkeydown and onclick type definitions to not use synthetic event ([2082fac](2082fac))
* **simple-color-picker, simple-color:** update onkeydown and onmousedown to not use synthetic event ([e20752c](e20752c))
  • Loading branch information
semantic-release-bot authored and carbonci committed Jun 22, 2021
1 parent 75bfb0b commit d34d36d
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 @@
### [77.1.4](https://github.com/Sage/carbon/compare/v77.1.3...v77.1.4) (2021-06-22)


### Bug Fixes

* **search:** update onkeydown and onclick type definitions to not use synthetic event ([2082fac](https://github.com/Sage/carbon/commit/2082fac6b5360aad6d2a762dace113af59ffd2ee))
* **simple-color-picker, simple-color:** update onkeydown and onmousedown to not use synthetic event ([e20752c](https://github.com/Sage/carbon/commit/e20752c46c31c6dc80707d380c4126fca7d0f967))

### [77.1.3](https://github.com/Sage/carbon/compare/v77.1.2...v77.1.3) (2021-06-21)


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

0 comments on commit d34d36d

Please sign in to comment.