From 80ad7b9e0c2c48b2228f8b35ac37bc3a49b4fcaf Mon Sep 17 00:00:00 2001 From: rmconsole-readonly-wk Date: Wed, 18 Jan 2023 22:22:59 +0000 Subject: [PATCH 1/2] over_react_4.8.0 --- pubspec.yaml | 2 +- tools/analyzer_plugin/pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index d755facac..0ba0a9b99 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: over_react -version: 4.7.0 +version: 4.8.0 description: A library for building statically-typed React UI components using Dart. homepage: https://github.com/Workiva/over_react/ environment: diff --git a/tools/analyzer_plugin/pubspec.yaml b/tools/analyzer_plugin/pubspec.yaml index 10283b309..138310278 100644 --- a/tools/analyzer_plugin/pubspec.yaml +++ b/tools/analyzer_plugin/pubspec.yaml @@ -13,7 +13,7 @@ dependencies: # Upon release, this should be pinned to the over_react version from ../../pubspec.yaml # so that it always resolves to the same version of over_react that the user has pulled in, # and thus has the same boilerplate parsing code that's running in the builder. - over_react: 4.7.0 + over_react: 4.8.0 path: ^1.5.1 source_span: ^1.7.0 yaml: ^3.0.0 From b9624af88985f166c630275bed0277122bfb5afc Mon Sep 17 00:00:00 2001 From: Greg Littlefield Date: Wed, 18 Jan 2023 15:23:58 -0700 Subject: [PATCH 2/2] Update changelog for 4.8.0 --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 213e56748..dfd83ab3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # OverReact Changelog +## [4.8.0](https://github.com/Workiva/over_react/compare/4.7.0...4.8.0) +- [#797] Add `overReactReduxDevToolsMiddlewareFactory` for constructing middleware with a `name`, allowing store instances to be separated in the Redux Dev Tools + ## [4.7.0](https://github.com/Workiva/over_react/compare/4.6.0...4.7.0) - [#795] Add `jsifyMapListProp` and `unjsifyMapListProp` conversion utils