Skip to content

Commit

Permalink
Version bump to 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelMarner committed Mar 22, 2021
1 parent 51f3ed8 commit da5b31b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,11 @@
# 3.0.0

## Sound Null Safety

This release migrates Remote DevTools to Dart's new null safety. The changes are mostly internal, so this new release should slot into your previous code, once you have migrated your project to null safety.o

Note that going forward I will not be doing fixes or new features on the 2.x branch - Null Safety is the Future.

# 2.0.0

## Breaking Change
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Expand Up @@ -2,7 +2,7 @@ name: redux_remote_devtools
description: Remote DevTools for Redux.dart. This package connects a Dart Redux store to the Remote Devtools Server, allowing the developer to inspect changes to the Redux Store during runtime.
author: Michael Marner <michael@20papercups.net>
homepage: https://github.com/MichaelMarner/dart-redux-remote-devtools
version: 2.0.0
version: 3.0.0
dependencies:
redux: ^5.0.0
redux_dev_tools: ^0.7.0
Expand Down

0 comments on commit da5b31b

Please sign in to comment.