Skip to content
This repository has been archived by the owner on Jun 5, 2023. It is now read-only.

Commit

Permalink
chore(release): 9.3.0 [skip ci]
Browse files Browse the repository at this point in the history
# [9.3.0](v9.2.2...v9.3.0) (2020-05-29)

### Features

* **useEventListener:** Add 'capture' option, noissue ([431dcbd](431dcbd))
* **useOnClickOutside:** export listener function, noissue ([2fbde07](2fbde07))
  • Loading branch information
5app-Machine committed May 29, 2020
1 parent b6c85f1 commit 6658996
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# [9.3.0](https://github.com/5app/base5-ui/compare/v9.2.2...v9.3.0) (2020-05-29)


### Features

* **useEventListener:** Add 'capture' option, noissue ([431dcbd](https://github.com/5app/base5-ui/commit/431dcbdc4512543e15896997102962703b0339fa))
* **useOnClickOutside:** export listener function, noissue ([2fbde07](https://github.com/5app/base5-ui/commit/2fbde0767ec1955e5d4517f36fde58c6c0e89504))

## [9.2.2](https://github.com/5app/base5-ui/compare/v9.2.1...v9.2.2) (2020-05-27)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "base5-ui",
"version": "9.2.2",
"version": "9.3.0",
"description": "5app's reusable UI component library",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 6658996

Please sign in to comment.