diff --git a/CHANGELOG.md b/CHANGELOG.md index d68dbb8..ad856d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 0.4.7 ยท 2025-01-26 + +### ๐Ÿ› Bug Fixes + +- fix exception for `MorphingAppBar`/`MorphingSliverAppBar` without title ([`9d5a213`](https://github.com/JonasWanke/swipeable_page_route/commit/9d5a21341a95cbc4c46b8227fa301b6e37f859b8)) +- fix `FlexibleSpaceBar` exception during animation ([`50808c7`](https://github.com/JonasWanke/swipeable_page_route/commit/50808c7bcbfe097fc847a91df54160adf9e474bb)) + +### ๐Ÿ“ฆ Build & CI + +- upgrade to Flutter `^3.27.0`, Dart `^3.6.0` ([`ce6924d`](https://github.com/JonasWanke/swipeable_page_route/commit/ce6924da47ff11eb1d5e7349d4c3e3afc7901689)) + ## 0.4.6 ยท 2024-12-18 ### ๐Ÿ“œ Documentation updates diff --git a/pubspec.yaml b/pubspec.yaml index 76a525e..c4162fb 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.6 +version: 0.4.7 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