From 59ba9ca42ee0f77912711da679b1b55af4223940 Mon Sep 17 00:00:00 2001 From: "@5app-Machine" Date: Fri, 12 Jun 2020 12:54:45 +0000 Subject: [PATCH] chore(release): 10.0.0 [skip ci] # [10.0.0](https://github.com/5app/base5-ui/compare/v9.5.0...v10.0.0) (2020-06-12) ### Code Refactoring * Update react-popper to latest version, [#75](https://github.com/5app/base5-ui/issues/75) ([e157a87](https://github.com/5app/base5-ui/commit/e157a87bb1bbf7fca091efdfa0b84d7f81ef6b5c)) ### BREAKING CHANGES * Changed props on PopOver: - renderer now requires an attributes prop that needs to be spread to the popover element - renderer doesn't receive refMeasurements and resizeWatcher anymore - new machReference prop on PopOver --- CHANGELOG.md | 17 +++++++++++++++++ package.json | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e84bdc5d..64581b8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ +# [10.0.0](https://github.com/5app/base5-ui/compare/v9.5.0...v10.0.0) (2020-06-12) + + +### Code Refactoring + +* Update react-popper to latest version, [#75](https://github.com/5app/base5-ui/issues/75) ([e157a87](https://github.com/5app/base5-ui/commit/e157a87bb1bbf7fca091efdfa0b84d7f81ef6b5c)) + + +### BREAKING CHANGES + +* Changed props on PopOver: +- renderer now requires an attributes prop that + needs to be spread to the popover element +- renderer doesn't receive refMeasurements + and resizeWatcher anymore +- new machReference prop on PopOver + # [9.5.0](https://github.com/5app/base5-ui/compare/v9.4.1...v9.5.0) (2020-06-11) diff --git a/package.json b/package.json index 959f8782..58291490 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "base5-ui", - "version": "9.5.0", + "version": "10.0.0", "description": "5app's reusable UI component library", "main": "index.js", "scripts": {