Skip to content

Commit 01ca765

Browse files
committed
Version 0.6.0
1 parent c808dda commit 01ca765

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 0.6.0
4+
5+
* Breaking Change: `onWillChange` now receives previous and new `ViewModel`
6+
* Breaking Change: Supports Redux 4.x - 5.0
7+
38
## 0.5.4
49

510
* Bugfix: Rebuilding the Widget will always rebuild with latest data

pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_redux
22
description: A set of utility Widgets that Provide and Connect to a Redux Store
3-
version: 0.5.4
3+
version: 0.6.0
44
author: Brian Egan <[email protected]>
55
homepage: https://github.com/brianegan/flutter_redux
66

@@ -9,7 +9,7 @@ environment:
99

1010
dependencies:
1111
meta: ">=1.1.1 <2.0.0"
12-
redux: ">=3.0.0 <4.0.0"
12+
redux: ">=4.0.0 <5.0.0"
1313
flutter:
1414
sdk: flutter
1515

0 commit comments

Comments
 (0)