From 08a720a28694b685341562cfd4167e6a859bc11d Mon Sep 17 00:00:00 2001 From: Jonas Wanke Date: Tue, 16 May 2023 11:19:24 +0200 Subject: [PATCH] Release v0.3.1 --- CHANGELOG.md | 8 +++++++- example/pubspec.lock | 2 +- pubspec.yaml | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 07d9841..b5c1824 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.3.1 · 2023-05-16 + +### 📦 Build & CI +* upgrade to Flutter `>=3.10.0`, Dart `>=3.0.0 <4.0.0` ([`ff58ba7`](https://github.com/JonasWanke/swipeable_page_route/commit/ff58ba7c4f6d6f48c3945fb90031259b4d6b2999)) +* update `black_hole_flutter` to `^1.0.3` ([`0f114e2`](https://github.com/JonasWanke/swipeable_page_route/commit/0f114e2a4f9de0af19d716fa0d3fd8c564990e13)) + ## 0.3.0 · 2023-01-24 ### ⚠️ BREAKING CHANGES @@ -25,7 +31,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm * use Flutter's update logic/fields for `AnimatedTitle`'s title style ([`341dc68`](https://github.com/JonasWanke/swipeable_page_route/commit/341dc687b56380fabe94143f3f99843c4f285673)), closes: [#21](https://github.com/JonasWanke/swipeable_page_route/issues/21) ### 📦 Build & CI -* upgrade to Flutter: `>=3.3.0`, Dart `>=2.18.0 <3.0.0` ([`0ad5c9e`](https://github.com/JonasWanke/swipeable_page_route/commit/0ad5c9e7cd29a0b4c85df16219978f7eeaad9c95)) +* upgrade to Flutter `>=3.3.0`, Dart `>=2.18.0 <3.0.0` ([`0ad5c9e`](https://github.com/JonasWanke/swipeable_page_route/commit/0ad5c9e7cd29a0b4c85df16219978f7eeaad9c95)) * update `black_hole_flutter` to `^1.0.0` ([`9a43d1b`](https://github.com/JonasWanke/swipeable_page_route/commit/9a43d1bc7a19d338950eba2d789953523418d20d)) ## 0.2.6 · 2022-01-14 diff --git a/example/pubspec.lock b/example/pubspec.lock index 9197ef0..4d3ac67 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -97,7 +97,7 @@ packages: path: ".." relative: true source: path - version: "0.3.0" + version: "0.3.1" vector_math: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 426d806..e6d417d 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.3.0 +version: 0.3.1 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