Skip to content

Commit

Permalink
0.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelMarner committed Jul 11, 2019
1 parent 41b88a4 commit 87bd9a4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: redux_remote_devtools
description: Remote DevTools for Redux.dart
author: Michael Marner <[email protected]>
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
Expand Down

0 comments on commit 87bd9a4

Please sign in to comment.