diff --git a/CHANGELOG.md b/CHANGELOG.md index d0fb89f8..7061617a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [10.6.0](https://github.com/5app/base5-ui/compare/v10.5.0...v10.6.0) (2020-06-30) + + +### Bug Fixes + +* Add missing root exports for Stack and useFocusOnMount ([fb09d7f](https://github.com/5app/base5-ui/commit/fb09d7fa969f38698329c2b5633e45a3d3019c45)) + + +### Features + +* New hook useReturnToInitEffect ([d7ad2ae](https://github.com/5app/base5-ui/commit/d7ad2aeca02034955db08c3491ab8fcffb6bd109)) + # [10.5.0](https://github.com/5app/base5-ui/compare/v10.4.0...v10.5.0) (2020-06-30) diff --git a/package.json b/package.json index 0cc9caf8..3b9f46ed 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "base5-ui", - "version": "10.5.0", + "version": "10.6.0", "description": "5app's reusable UI component library", "main": "index.js", "scripts": {