diff --git a/CHANGELOG.md b/CHANGELOG.md index 9195497e8..33f29dc07 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## [7.13.1](https://github.com/appfolio/react-gears/compare/v7.13.0...v7.13.1) (2023-01-25) + + +### Bug Fixes + +* dont useeffect to sync props with state ([c03d3d0](https://github.com/appfolio/react-gears/commit/c03d3d0943178e1bc49bdea60a8608c87eb66273)) +* reduce manual passing of props ([a56ae2a](https://github.com/appfolio/react-gears/commit/a56ae2a067e8718823c54ab17e3ab034bb9ae0e3)) + ## [7.13.0](https://github.com/appfolio/react-gears/compare/v7.12.1...v7.13.0) (2023-01-24) diff --git a/package.json b/package.json index 1f5a0a059..b533f4299 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@appfolio/react-gears", - "version": "7.13.0", + "version": "7.13.1", "description": "React-based version of Gears", "author": "Appfolio, Inc.", "repository": {