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": {