From 4dab1abd65f724bb161dfe2a7594e73c40c98d38 Mon Sep 17 00:00:00 2001 From: Jonas Wanke Date: Fri, 14 Jan 2022 12:41:21 +0100 Subject: [PATCH] feat: release v0.2.6 --- CHANGELOG.md | 7 ++++++- example/pubspec.lock | 2 +- pubspec.yaml | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c0f869..7aae16b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,13 +14,18 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ### ๐Ÿ“ฆ Build & CI --> +## 0.2.6 ยท 2022-01-14 + +### ๐Ÿ“œ Documentation updates +- add `SwipeablePageTransitionsBuilder` warning to README ([`cea522c`](https://github.com/JonasWanke/swipeable_page_route/commit/cea522c510e9d0830403efc9f42f987bc6d9912a)) + ## 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)) +- 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 diff --git a/example/pubspec.lock b/example/pubspec.lock index 5b163c2..70349c4 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -59,7 +59,7 @@ packages: path: ".." relative: true source: path - version: "0.2.5" + version: "0.2.6" typed_data: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 9386e3c..2331109 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.5 +version: 0.2.6 homepage: https://github.com/JonasWanke/swipeable_page_route environment: