From 8773ce0c4ea7172153b892842083af87e9333b6d Mon Sep 17 00:00:00 2001 From: "@5app-Machine" Date: Thu, 12 Nov 2020 15:35:39 +0000 Subject: [PATCH] chore(release): 11.19.0 [skip ci] # [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)) --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) 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": {