From 0d4693ba473033be4b2a30e600320ee2fc338cd9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 25 Jan 2023 23:32:28 +0000 Subject: [PATCH] chore(master): release 7.13.1 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) 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": {