File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -12,3 +12,7 @@ Initial Version of the library.
1212## 0.1.2
1313
1414* Updated ` flutter_hooks ` dependency to version ` 0.14.1 `
15+
16+ ## 0.1.3
17+
18+ * Updated all dependencies to support from their current minor release to the next major release.
Original file line number Diff line number Diff line change 11name : flutter_redux_hooks
22description : A hook-based alternative to flutter_redux. Connect to your redux store in a familiar way.
3- version : 0.1.2
3+ version : 0.1.3
44homepage : https://github.com/mrnkr/flutter_redux_hooks
55
66environment :
@@ -11,8 +11,8 @@ dependencies:
1111 sdk : flutter
1212
1313 redux : " >=4.0.0 <5.0.0"
14- flutter_hooks : ^ 0.14.1
15- meta : ^ 1.1.8
14+ flutter_hooks : " >= 0.14.1 <1.0.0 "
15+ meta : " >= 1.1.8 <2.0.0 "
1616
1717dev_dependencies :
1818 flutter_test :
You can’t perform that action at this time.
0 commit comments