diff --git a/CHANGELOG.md b/CHANGELOG.md index b1836bf7..1b6f5aa6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [9.3.2](https://github.com/5app/base5-ui/compare/v9.3.1...v9.3.2) (2020-06-03) + + +### Bug Fixes + +* **Modal:** Use body as focusAnchor if activeElement is null ([726994f](https://github.com/5app/base5-ui/commit/726994fc7de96834a96ecf9c6240aee4a7f8e9e0)) + ## [9.3.1](https://github.com/5app/base5-ui/compare/v9.3.0...v9.3.1) (2020-06-03) diff --git a/package.json b/package.json index 0f878737..c60cce6e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "base5-ui", - "version": "9.3.1", + "version": "9.3.2", "description": "5app's reusable UI component library", "main": "index.js", "scripts": {