Skip to content

Commit 167ed96

Browse files
committed
chore: update dependencies to their latest versions
1 parent 02ad9c6 commit 167ed96

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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.

pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_redux_hooks
22
description: 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
44
homepage: https://github.com/mrnkr/flutter_redux_hooks
55

66
environment:
@@ -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

1717
dev_dependencies:
1818
flutter_test:

0 commit comments

Comments
 (0)