Skip to content

Commit

Permalink
flutter_hooks : 0.20.1 -> 0.20.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rrousselGit committed Oct 2, 2023
1 parent 422b2e1 commit 92bd0e2
Show file tree
Hide file tree
Showing 3 changed files with 3 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 @@
## Unreleased patch
## 0.20.2 - 2023-10-02

- Fixed key matching algorithm incorrectly not checking all keys if a 0 or a NaN is present (thanks to @AlexDochioiu)

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

publish_to: none
version: 1.0.2
version: 1.0.3

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.1
version: 0.20.2

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

0 comments on commit 92bd0e2

Please sign in to comment.