diff --git a/CHANGELOG.md b/CHANGELOG.md index 029548f1..1dce31b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [11.7.1](https://github.com/5app/base5-ui/compare/v11.7.0...v11.7.1) (2020-09-01) + + +### Bug Fixes + +* **styleProps:** Handle string values in borderRadius ([227356f](https://github.com/5app/base5-ui/commit/227356f8ba36f9aacb3feb8610d3d0311c4dfcdc)) + # [11.7.0](https://github.com/5app/base5-ui/compare/v11.6.0...v11.7.0) (2020-09-01) diff --git a/package.json b/package.json index e6e7fa7d..87914a56 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "base5-ui", - "version": "11.7.0", + "version": "11.7.1", "description": "5app's reusable UI component library", "main": "index.js", "scripts": {