Skip to content

Commit 92bd0e2

Browse files
committed
flutter_hooks : 0.20.1 -> 0.20.2
1 parent 422b2e1 commit 92bd0e2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/flutter_hooks/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Unreleased patch
1+
## 0.20.2 - 2023-10-02
22

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

packages/flutter_hooks/example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: flutter_hooks_gallery
22
description: A new Flutter project.
33

44
publish_to: none
5-
version: 1.0.2
5+
version: 1.0.3
66

77
environment:
88
sdk: ">=2.12.0 <4.0.0"

packages/flutter_hooks/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: A flutter implementation of React hooks. It adds a new kind of widg
33
homepage: https://github.com/rrousselGit/flutter_hooks
44
repository: https://github.com/rrousselGit/flutter_hooks/tree/master/packages/flutter_hooks
55
issue_tracker: https://github.com/rrousselGit/flutter_hooks/issues
6-
version: 0.20.1
6+
version: 0.20.2
77

88
environment:
99
sdk: ">=2.17.0 <3.0.0"

0 commit comments

Comments
 (0)