Skip to content

Commit

Permalink
2.2.0-nullsafety.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hoc081098 committed Nov 30, 2020
1 parent cf15c0b commit 0f7e7ce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 2.2.0-nullsafety.1 - Nov 30, 2020
- Fixed: support nullable action.

## 2.2.0-nullsafety.0 - Nov 28, 2020
- Migrate this package to null safety.
- Sdk constraints: `>=2.12.0-0 <3.0.0` based on beta release guidelines.
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: rx_redux
description: Redux implementation based on Dart Stream, with the power of RxDart. Reactive redux store for Dart & Flutter.
version: 2.2.0-nullsafety.0
version: 2.2.0-nullsafety.1
author: Petrus Nguyễn Thái Học <hoc081098@gmail.com>
homepage: https://github.com/hoc081098/rx_redux.git
repository: https://github.com/hoc081098/rx_redux.git
Expand Down

0 comments on commit 0f7e7ce

Please sign in to comment.