Skip to content

Commit

Permalink
The following packages have been updated:
Browse files Browse the repository at this point in the history
flutter_hooks         : 0.19.0 -> 0.20.0
  • Loading branch information
rrousselGit committed Jul 25, 2023
1 parent 9bfd33a commit b01cd2b
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 major
## 0.20.0 - 2023-07-25

- **Breaking**: `keys` comparison has changed under the following conditions:
- Change from `double.nan` to `double.nan` preserves the state.
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.0+1
version: 1.0.1

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.19.0
version: 0.20.0

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

0 comments on commit b01cd2b

Please sign in to comment.