Skip to content

Commit

Permalink
chore(release): 1.21.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.21.0](v1.20.1...v1.21.0) (2024-06-12)

### Bug Fixes

* bump cocreate dependencies ([c4ae1f6](c4ae1f6))
* svg icon class ([26265ec](26265ec))

### Features

* send event details to setValue to process mouseout logic ([9b5b499](9b5b499))
  • Loading branch information
semantic-release-bot committed Jun 12, 2024
1 parent c4ae1f6 commit fc10c27
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [1.21.0](https://github.com/CoCreate-app/CoCreate-events/compare/v1.20.1...v1.21.0) (2024-06-12)


### Bug Fixes

* bump cocreate dependencies ([c4ae1f6](https://github.com/CoCreate-app/CoCreate-events/commit/c4ae1f6fd54fc9de71ffd039014c86d2b490d985))
* svg icon class ([26265ec](https://github.com/CoCreate-app/CoCreate-events/commit/26265ece8a975bb0901f3243baddf9d0e4bb35ff))


### Features

* send event details to setValue to process mouseout logic ([9b5b499](https://github.com/CoCreate-app/CoCreate-events/commit/9b5b4998c3a24f68df41c6fabd69fa2fec80b8fc))

## [1.20.1](https://github.com/CoCreate-app/CoCreate-events/compare/v1.20.0...v1.20.1) (2024-05-19)


Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cocreate/events",
"version": "1.20.1",
"version": "1.21.0",
"description": "A simple events component in vanilla javascript. Easily configured using HTML5 attributes and/or JavaScript API.",
"keywords": [
"events",
Expand Down Expand Up @@ -63,4 +63,4 @@
"@cocreate/observer": "^1.16.1",
"@cocreate/utils": "^1.33.7"
}
}
}

0 comments on commit fc10c27

Please sign in to comment.