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

Commit

Permalink
Merge branch 'master' of https://github.com/5app/base5-ui
Browse files Browse the repository at this point in the history
  • Loading branch information
diondiondion committed Jun 3, 2020
2 parents a51b130 + 09b5897 commit 52b2143
Show file tree
Hide file tree
Showing 2 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 @@
# [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
4 changes: 2 additions & 2 deletions 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 Expand Up @@ -55,7 +55,7 @@
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-react-hooks": "^4.0.0",
"gh-pages": "^2.1.1",
"gh-pages": "^3.0.0",
"husky": "^4.0.3",
"jest": "^26.0.0",
"pixo": "^1.1.2",
Expand Down

0 comments on commit 52b2143

Please sign in to comment.