Skip to content

Commit

Permalink
Version 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brianegan committed Dec 4, 2019
1 parent c808dda commit 01ca765
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 0.6.0

* Breaking Change: `onWillChange` now receives previous and new `ViewModel`
* Breaking Change: Supports Redux 4.x - 5.0

## 0.5.4

* Bugfix: Rebuilding the Widget will always rebuild with latest data
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_redux
description: A set of utility Widgets that Provide and Connect to a Redux Store
version: 0.5.4
version: 0.6.0
author: Brian Egan <brian@brianegan.com>
homepage: https://github.com/brianegan/flutter_redux

Expand All @@ -9,7 +9,7 @@ environment:

dependencies:
meta: ">=1.1.1 <2.0.0"
redux: ">=3.0.0 <4.0.0"
redux: ">=4.0.0 <5.0.0"
flutter:
sdk: flutter

Expand Down

0 comments on commit 01ca765

Please sign in to comment.