From 6bc3309ba4209806c3a75c3de79a3e5f6261b8ae Mon Sep 17 00:00:00 2001 From: Jonas Wanke Date: Fri, 14 Jan 2022 12:36:15 +0100 Subject: [PATCH] feat: release v0.2.5 --- CHANGELOG.md | 10 +++++++++- example/pubspec.lock | 2 +- pubspec.yaml | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9da76d2..2c0f869 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.2.5 ยท 2022-01-14 + +### ๐ŸŽ‰ New Features +- add `SwipeablePageTransitionsBuilder` for usage with `PageTransitionsTheme`, closes: [#19](https://github.com/JonasWanke/swipeable_page_route/issues/19) ([`8a5e677`](https://github.com/JonasWanke/swipeable_page_route/commit/8a5e677e8758608b28b9fcfff4eda0d9b3b3a705)) + +### ๐Ÿ“ฆ Build & CI +* remove dependency on the discontinued [supercharged](https://pub.dev/packages/supercharged) ([`9b0b5ac`](https://github.com/JonasWanke/swipeable_page_route/commit/9b0b5ac332cab3dc56065acdedf7672abd78ab69)) + ## 0.2.4 ยท 2021-10-30 ### ๐ŸŽ‰ New Features diff --git a/example/pubspec.lock b/example/pubspec.lock index d919be0..5b163c2 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -59,7 +59,7 @@ packages: path: ".." relative: true source: path - version: "0.2.4" + version: "0.2.5" typed_data: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 798d821..9386e3c 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.2.4 +version: 0.2.5 homepage: https://github.com/JonasWanke/swipeable_page_route environment: