Skip to content

Commit

Permalink
feat: release v0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasWanke committed Jan 14, 2022
1 parent 9b0b5ac commit 6bc3309
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

<!-- Template:
## NEW · 2021-xx-xx
## NEW · 2022-xx-xx
### 🎉 New Features
### ⚡ Changes
### 🐛 Bug Fixes
Expand All @@ -14,6 +14,14 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
### 📦 Build & CI
-->

## 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 [<kbd>supercharged</kbd>](https://pub.dev/packages/supercharged) ([`9b0b5ac`](https://github.com/JonasWanke/swipeable_page_route/commit/9b0b5ac332cab3dc56065acdedf7672abd78ab69))

## 0.2.4 · 2021-10-30

### 🎉 New Features
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.2.4"
version: "0.2.5"
typed_data:
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.2.4
version: 0.2.5
homepage: https://github.com/JonasWanke/swipeable_page_route

environment:
Expand Down

0 comments on commit 6bc3309

Please sign in to comment.