Skip to content

Commit

Permalink
upgrade version
Browse files Browse the repository at this point in the history
  • Loading branch information
Lenny4 committed Apr 7, 2023
1 parent 699643a commit 71bcbf7
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 10 deletions.
22 changes: 13 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,22 @@
## 0.1.0

Initial Version of the library.
## 0.2.0

* Includes the ability to pass a Redux `Store` down to descendant Widgets using a `StoreProvider`.
* Includes the hooks `useStore`, `useDispatch` and `useSelector`.
* Updated all dependencies to support from their current minor release to the next major release.

## 0.1.1
## 0.1.3

* Updated the `flutter_hooks` dependency to its latest version
* Updated all dependencies to support from their current minor release to the next major release.

## 0.1.2

* Updated `flutter_hooks` dependency to version `0.14.1`

## 0.1.3
## 0.1.1

* Updated all dependencies to support from their current minor release to the next major release.
* Updated the `flutter_hooks` dependency to its latest version

## 0.1.0

Initial Version of the library.

* Includes the ability to pass a Redux `Store` down to descendant Widgets using a `StoreProvider`.
* Includes the hooks `useStore`, `useDispatch` and `useSelector`.
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_redux_hooks
description: A hook-based alternative to flutter_redux. Connect to your redux store in a familiar way.
version: 0.1.3
version: 0.2.0
homepage: https://github.com/mrnkr/flutter_redux_hooks

environment:
Expand Down

0 comments on commit 71bcbf7

Please sign in to comment.