diff --git a/packages/hooks_riverpod/CHANGELOG.md b/packages/hooks_riverpod/CHANGELOG.md index 6b975a340..3c3a09073 100644 --- a/packages/hooks_riverpod/CHANGELOG.md +++ b/packages/hooks_riverpod/CHANGELOG.md @@ -1,3 +1,7 @@ +## Unreleased fix + +- Support flutter_hooks 0.21.x + ## 2.5.2 - 2024-08-15 - Added mutation pending state to example (thanks to @luketg8) diff --git a/packages/hooks_riverpod/pubspec.yaml b/packages/hooks_riverpod/pubspec.yaml index 3cee916a8..5bfa655bb 100644 --- a/packages/hooks_riverpod/pubspec.yaml +++ b/packages/hooks_riverpod/pubspec.yaml @@ -2,7 +2,7 @@ name: hooks_riverpod description: > A reactive caching and data-binding framework. Riverpod makes working with asynchronous code a breeze. -version: 2.5.2 +version: 2.5.3 homepage: https://riverpod.dev repository: https://github.com/rrousselGit/riverpod issue_tracker: https://github.com/rrousselGit/riverpod/issues @@ -17,7 +17,7 @@ dependencies: collection: ^1.15.0 flutter: sdk: flutter - flutter_hooks: '>=0.18.0 <0.21.0' + flutter_hooks: '>=0.18.0 <0.22.0' flutter_riverpod: 2.5.1 riverpod: 2.5.1 state_notifier: ">=0.7.2 <2.0.0"