Skip to content

Commit

Permalink
feat: release v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasWanke committed Jun 9, 2021
1 parent 3b1c4a2 commit e1f2852
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
### 📦 Build & CI
-->

## 0.2.2 · 2021-06-09

### 🎉 New Features
- add `swipeablePageRoute.backGestureDetectionStartOffset` ([#14](https://github.com/JonasWanke/swipeable_page_route/pull/14)), closes: [#13](https://github.com/JonasWanke/swipeable_page_route/issues/13). Thanks to [@zim32](https://github.com/zim32)!
- add `swipeablePageRoute.transitionDuration` ([#15](https://github.com/JonasWanke/swipeable_page_route/pull/15)). Thanks to [@zim32](https://github.com/zim32)!

## 0.2.1 · 2021-03-09

Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.2.1"
version: "0.2.2"
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.1
version: 0.2.2
homepage: https://github.com/JonasWanke/swipeable_page_route

environment:
Expand Down

0 comments on commit e1f2852

Please sign in to comment.