From 87b127dee2cdab8fc8c6cb2f482b2c15c561b924 Mon Sep 17 00:00:00 2001 From: Jonas Wanke Date: Wed, 18 Dec 2024 19:38:08 +0100 Subject: [PATCH] Release v0.4.6 --- CHANGELOG.md | 6 ++++++ example/pubspec.lock | 2 +- pubspec.yaml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cb90fd3..d68dbb8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,12 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ### ๐Ÿ“ฆ Build & CI --> +## 0.4.6 ยท 2024-12-18 + +### ๐Ÿ“œ Documentation updates + +- update outdated sample code in the README ([`69b1f81`](https://github.com/JonasWanke/swipeable_page_route/commit/69b1f8136ad27920cd04eaf0c0b7882280364b39)), closes: [#76](https://github.com/JonasWanke/swipeable_page_route/issues/76) + ## 0.4.5 ยท 2024-12-18 ### ๐ŸŽ‰ New Features diff --git a/example/pubspec.lock b/example/pubspec.lock index 49a9ca0..ab647ae 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -677,7 +677,7 @@ packages: path: ".." relative: true source: path - version: "0.4.5" + version: "0.4.6" term_glyph: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index b9fda27..7cc1c01 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.5 +version: 0.4.6 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