Skip to content

Commit

Permalink
Release v0.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasWanke committed Jan 26, 2025
1 parent 83053a2 commit ee903c7
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

<!-- Template:
## NEW · 2024-xx-xx
## NEW · 2025-xx-xx
### ⚠️ BREAKING CHANGES
### 🎉 New Features
Expand All @@ -16,6 +16,17 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
### 📦 Build & CI
-->

## 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
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit ee903c7

Please sign in to comment.