Skip to content

Commit

Permalink
V6.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
escamoteur committed Sep 29, 2024
1 parent 1624bea commit 14eb431
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[6.0.1] 29.09.2024
* Update to latest version of functional_listener to fix a potential bug when removing the last listener from `canExecute`
[6.0.0]
* official new release
[6.0.0+pre2]
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_command
description: flutter_command is a way to manage your state based on `ValueListenable` and the `Command` design pattern.
version: 6.0.0
version: 6.0.1
homepage: https://github.com/escamoteur/flutter_command

environment:
Expand All @@ -9,7 +9,7 @@ environment:
dependencies:
flutter:
sdk: flutter
functional_listener: ^3.0.0
functional_listener: ^4.0.0
stack_trace: ^1.11.0
# functional_listener:
# path: ../functional_listener
Expand Down

0 comments on commit 14eb431

Please sign in to comment.