From e701c54cb89527f9a1cd343e28ebfc8d8a5c4d1d Mon Sep 17 00:00:00 2001 From: "@5app-Machine" Date: Tue, 16 Jun 2020 13:18:35 +0000 Subject: [PATCH] chore(release): 10.1.2 [skip ci] ## [10.1.2](https://github.com/5app/base5-ui/compare/v10.1.1...v10.1.2) (2020-06-16) ### Bug Fixes * **usePopOver:** Pass popper.js attr's through popperly ([473e606](https://github.com/5app/base5-ui/commit/473e606bef379969a698f1b1980f82ef58846eb9)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cdd16e2a..8f11e406 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [10.1.2](https://github.com/5app/base5-ui/compare/v10.1.1...v10.1.2) (2020-06-16) + + +### Bug Fixes + +* **usePopOver:** Pass popper.js attr's through popperly ([473e606](https://github.com/5app/base5-ui/commit/473e606bef379969a698f1b1980f82ef58846eb9)) + ## [10.1.1](https://github.com/5app/base5-ui/compare/v10.1.0...v10.1.1) (2020-06-16) diff --git a/package.json b/package.json index ee60d491..b1fb3df4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "base5-ui", - "version": "10.1.1", + "version": "10.1.2", "description": "5app's reusable UI component library", "main": "index.js", "scripts": {