From f43ef0386258fc409d5717c92b959ea054fba16f Mon Sep 17 00:00:00 2001 From: Jonas Wanke Date: Tue, 13 Aug 2024 17:04:23 +0200 Subject: [PATCH] Release v0.4.4 --- CHANGELOG.md | 5 +++++ example/pubspec.lock | 2 +- pubspec.yaml | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bc85dce..252b709 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,11 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ### ๐Ÿ“ฆ Build & CI --> +## 0.4.4 ยท 2024-08-13 + +### ๐ŸŽ‰ New Features +- animate `appBar.flexiblespace` ([#64](https://github.com/JonasWanke/swipeable_page_route/pull/64)), closes: [#63](https://github.com/JonasWanke/swipeable_page_route/issues/63). Thanks to [@proformance](https://github.com/proformance) + ## 0.4.3 ยท 2024-05-21 ### ๐ŸŽ‰ New Features diff --git a/example/pubspec.lock b/example/pubspec.lock index e7d3354..dba7f59 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -696,7 +696,7 @@ packages: path: ".." relative: true source: path - version: "0.4.3" + version: "0.4.4" term_glyph: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index cae012b..95753eb 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: swipeable_page_route description: Swipe to navigate back and admire beautifully morphing widgets -version: 0.4.3 +version: 0.4.4 repository: https://github.com/JonasWanke/swipeable_page_route screenshots: - description: Users can swipe to navigate back anywhere on the page and the app bar transitions beautifully