Skip to content

Commit

Permalink
Release v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasWanke committed May 16, 2023
1 parent e76b29e commit 08a720a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.3.0"
version: "0.3.1"
vector_math:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 08a720a

Please sign in to comment.