diff --git a/CHANGELOG.md b/CHANGELOG.md index da4ade23..ace25e18 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [11.19.0](https://github.com/5app/base5-ui/compare/v11.18.0...v11.19.0) (2020-11-12) + + +### Features + +* New Combobox component ([9b31104](https://github.com/5app/base5-ui/commit/9b31104f057c3922923eb791726da39ceb2d154b)) +* **useOnClickOutside:** Allow passing multiple refs ([bf3acac](https://github.com/5app/base5-ui/commit/bf3acac3207bcf1ca8ca32a55d8b5a693588e67a)) +* **usePopoverState:** memoise open & close callbacks ([5b49611](https://github.com/5app/base5-ui/commit/5b496114ef5a280eebbd2beacecfd0bf20959735)) + # [11.18.0](https://github.com/5app/base5-ui/compare/v11.17.0...v11.18.0) (2020-11-04) diff --git a/package.json b/package.json index f4f26e6b..62299937 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "base5-ui", - "version": "11.18.0", + "version": "11.19.0", "description": "5app's reusable UI component library", "main": "index.js", "scripts": {