From b6fe331d624409506076485dc20bfde1655d2210 Mon Sep 17 00:00:00 2001 From: Sebastian Roth Date: Mon, 25 Jun 2018 22:39:39 +0800 Subject: [PATCH 1/2] Support Redux 3.0.0 --- pubspec.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index eeca7ff..9427521 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -5,10 +5,10 @@ homepage: https://github.com/brianegan/redux_future author: Brian Egan environment: - sdk: '>=1.23.0 <2.0.0' + sdk: '>=1.23.0' dependencies: - redux: ">=2.0.0 <3.0.0" + redux: ">=3.0.0 <4.0.0" dev_dependencies: - test: ^0.12.0 + test: "^1.0.0" From a5789810b8f904f6accdebee45929e7b5344d2fb Mon Sep 17 00:00:00 2001 From: Sebastian Roth Date: Mon, 25 Jun 2018 22:49:44 +0800 Subject: [PATCH 2/2] Set version to 0.2.0, only support Dart 2 --- .travis.yml | 1 - pubspec.yaml | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9397e92..9134cbd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,6 @@ language: dart sudo: false dart: -- stable - dev with_content_shell: false dart_task: diff --git a/pubspec.yaml b/pubspec.yaml index 9427521..08a42af 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,11 +1,11 @@ name: redux_future description: A Redux Middleware for handling Dart Futures as actions -version: 0.1.3 +version: 0.2.0 homepage: https://github.com/brianegan/redux_future author: Brian Egan environment: - sdk: '>=1.23.0' + sdk: ">=2.0.0-dev.28.0 <3.0.0" dependencies: redux: ">=3.0.0 <4.0.0"