Skip to content

Commit

Permalink
flutter_hooks : 0.20.4 -> 0.20.5
Browse files Browse the repository at this point in the history
  • Loading branch information
rrousselGit committed Feb 5, 2024
1 parent 2d005e2 commit 15fdb4f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/flutter_hooks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.21.0 - unreleased
## 0.20.5 - 2024-02-05

- Deprecate the `useIsMounted` hook as you should use `BuildContext.mounted` instead if you're on Flutter 3.7.0 or greater

Expand Down
1 change: 0 additions & 1 deletion packages/flutter_hooks/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: flutter_hooks_gallery
description: A new Flutter project.

publish_to: none
version: 1.0.4

environment:
sdk: ">=2.12.0 <4.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/flutter_hooks/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: A flutter implementation of React hooks. It adds a new kind of widg
homepage: https://github.com/rrousselGit/flutter_hooks
repository: https://github.com/rrousselGit/flutter_hooks/tree/master/packages/flutter_hooks
issue_tracker: https://github.com/rrousselGit/flutter_hooks/issues
version: 0.20.4
version: 0.20.5

environment:
sdk: ">=2.17.0 <3.0.0"
Expand Down

0 comments on commit 15fdb4f

Please sign in to comment.