From 9782804812353534b698d0cb7c0d52846c449183 Mon Sep 17 00:00:00 2001 From: Matt Carroll Date: Tue, 28 Nov 2023 18:01:47 -0800 Subject: [PATCH] v0.0.4+7 --- CHANGELOG.md | 3 +++ pubspec.yaml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bfa362f..8f7e01f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# 0.0.4+7 - Nov, 2023 +Added a `FunctionalAligner` for easier aligner implementations. + # 0.0.4+6 - Oct, 2023 Fix dirty paint state for `Follower`s in Linux golden tests. diff --git a/pubspec.yaml b/pubspec.yaml index 5aefe89..2f92c5a 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -3,7 +3,7 @@ description: Widgets that follow other widgets. homepage: https://github.com/Flutter-Bounty-Hunters/follow_the_leader repository: https://github.com/Flutter-Bounty-Hunters/follow_the_leader -version: 0.0.4+6 +version: 0.0.4+7 environment: sdk: ">=2.15.0 <4.0.0"