From 8cf3d48bb039a07d0ded916453bb11516da5a21c Mon Sep 17 00:00:00 2001 From: Jonas Wanke Date: Sat, 20 Jan 2024 20:15:08 +0100 Subject: [PATCH] Release v0.4.2 --- CHANGELOG.md | 11 ++++++++++- example/pubspec.lock | 2 +- pubspec.yaml | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5712944..a55be74 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.2 ยท 20234-01-20 + +### ๐ŸŽ‰ New Features +- handle new `pageRoute.popDisposition` ([`9cee84a`](https://github.com/JonasWanke/swipeable_page_route/commit/9cee84a1c12e50f91c46c0a2487d155f5183fe6e)) +- expose `swipeablePageRoute.`, `swipeablePage.reverseTransitionDuration` ([`4f6e398`](https://github.com/JonasWanke/swipeable_page_route/commit/4f6e398a17f117b058d7162e4a94ba23d1f1ce99)), closes [#38](https://github.com/JonasWanke/swipeable_page_route/issues/38) + +### ๐Ÿ“ฆ Build & CI +- upgrade to Flutter `>=3.16.0` ([`8dd381c`](https://github.com/JonasWanke/swipeable_page_route/commit/8dd381c1f046fc30490c5457e7fce3a73926e772)), closes [#36](https://github.com/JonasWanke/swipeable_page_route/issues/36) + ## 0.4.1 ยท 2023-12-30 ### ๐ŸŽ‰ New Features diff --git a/example/pubspec.lock b/example/pubspec.lock index 7630c9b..6c34561 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -488,7 +488,7 @@ packages: path: ".." relative: true source: path - version: "0.4.1" + version: "0.4.2" term_glyph: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 6ba63e7..2440b63 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.1 +version: 0.4.2 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