Skip to content
This repository has been archived by the owner on Jun 5, 2023. It is now read-only.

Commit

Permalink
chore(release): 10.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [10.0.0](v9.5.0...v10.0.0) (2020-06-12)

### Code Refactoring

* Update react-popper to latest version, [#75](#75) ([e157a87](e157a87))

### 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
  • Loading branch information
5app-Machine committed Jun 12, 2020
1 parent ac88212 commit 59ba9ca
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 59ba9ca

Please sign in to comment.