diff --git a/CHANGELOG.md b/CHANGELOG.md index fd76d7c5b..5671378bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # OverReact Changelog +## 5.6.1 +- Allow w_common 4 #1004 https://github.com/Workiva/over_react/pull/1004 + ## 5.6.0 - Update analyzer dependency to `>=5.13.0 <11.0.0` (allow 8, 9, and 10) - Remove dependency on `transformer_utils` diff --git a/app/over_react_redux/todo_client/pubspec.yaml b/app/over_react_redux/todo_client/pubspec.yaml index 3275ec674..4d795d83e 100644 --- a/app/over_react_redux/todo_client/pubspec.yaml +++ b/app/over_react_redux/todo_client/pubspec.yaml @@ -26,7 +26,7 @@ dev_dependencies: test: ^1.15.7 test_html_builder: ^3.0.0 time: ^1.2.0 - w_common: ^3.0.0 + w_common: '>=3.0.0 <5.0.0' workiva_analysis_options: ^1.1.0 dependency_overrides: diff --git a/pubspec.yaml b/pubspec.yaml index 5a95fd009..4d5e1402b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -19,7 +19,7 @@ dependencies: react: ^7.3.1 redux: ^5.0.0 source_span: ^1.4.1 - w_common: ^3.0.0 + w_common: '>=3.0.0 <5.0.0' w_flux: ^3.0.0 platform_detect: ^2.0.0 quiver: ^3.0.0