From 18b9f51d2d984f4ad1815a2ab2ae5eb5bcd27034 Mon Sep 17 00:00:00 2001 From: Thomas Burkhart Date: Wed, 25 Dec 2024 20:09:20 +0100 Subject: [PATCH] fix --- CHANGELOG.md | 2 ++ pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2793eaf..eb7423a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +[7.2.1] - 25.12.2024 +* logic fix [7.2.0] - 25.12.2024 * adding `onSuccess` builder to the `CommandBuilder` and `isSuccess` to the `CommandResults` to make them easiery to use if the Command doesn't return a value. diff --git a/pubspec.yaml b/pubspec.yaml index 3574f0b..20f352b 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: 7.2.0 +version: 7.2.1 homepage: https://github.com/escamoteur/flutter_command environment: