From 87bd9a421ed7f6fbfe202145b75b4dbf7deba1e9 Mon Sep 17 00:00:00 2001 From: Michael Marner Date: Fri, 12 Jul 2019 06:38:33 +0930 Subject: [PATCH] 0.0.9 --- CHANGELOG.md | 7 +++++++ pubspec.yaml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f8b3a6d..7bd6201 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Redux Remote Devtools +# 0.0.9 + +- Resolves an issue where the connect function returned when the http + connection was established, instead of after the connect handshake + completed. This was causing the first few actions to be missing from + devtools. Thanks to @dennis-tra for fixing this. + # 0.0.8 - Backwards compatible Update to support changes to Dart API (thanks @tvolkert) diff --git a/pubspec.yaml b/pubspec.yaml index 40778d0..589b08a 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,7 +2,7 @@ name: redux_remote_devtools description: Remote DevTools for Redux.dart author: Michael Marner homepage: https://github.com/MichaelMarner/dart-redux-remote-devtools -version: 0.0.8 +version: 0.0.9 dependencies: redux: ^3.0.0 redux_dev_tools: ^0.4.0