Skip to content

Commit b7622b1

Browse files
Merge pull request #21 from MichaelMarner/feature/redux-4
Allow use with Redux 4.0.0
2 parents 28a4157 + aac2b0b commit b7622b1

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Redux Remote Devtools
22

3+
# 1.0.0
4+
5+
- Allows support for Redux 4.0.0 (backwards compatible with 3)
6+
- Switching to semver versioning
7+
38
# 0.0.11
49

510
- Updates dependency to latest socketcluster_client and makes this package work
@@ -18,7 +23,7 @@
1823

1924
# 0.0.8
2025

21-
- Backwards compatible Update to support changes to Dart API (thanks @tvolkert)
26+
- Backwards compatible Update to support changes to Dart API (thanks @tvolkert)
2227

2328
## 0.0.7
2429

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: redux_remote_devtools
22
description: Remote DevTools for Redux.dart
33
author: Michael Marner <michael@20papercups.net>
44
homepage: https://github.com/MichaelMarner/dart-redux-remote-devtools
5-
version: 0.0.11
5+
version: 1.0.0
66
dependencies:
7-
redux: ^3.0.0
7+
redux: '>=3.0.0 <5.0.0'
88
redux_dev_tools: ^0.4.0
99
socketcluster_client: ^0.2.0
1010
dev_dependencies:

0 commit comments

Comments
 (0)