Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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`
Expand Down
2 changes: 1 addition & 1 deletion app/over_react_redux/todo_client/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down