From 14eb431263a7e5ce170576f9366a3d5bc8e452c9 Mon Sep 17 00:00:00 2001 From: Thomas Burkhart Date: Sun, 29 Sep 2024 16:39:36 +0100 Subject: [PATCH] V6.0.1 --- CHANGELOG.md | 2 ++ pubspec.yaml | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9aa6946..47b85a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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] diff --git a/pubspec.yaml b/pubspec.yaml index ebf42ee..ffcdf40 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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: @@ -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