diff --git a/CHANGELOG.md b/CHANGELOG.md index 611c3ee..d3b3b19 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/example/pubspec.lock b/example/pubspec.lock index e21c985..78799cb 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -73,7 +73,7 @@ packages: path: ".." relative: true source: path - version: "0.2.1" + version: "0.2.2" typed_data: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index bf1195c..4f6b325 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.1 +version: 0.2.2 homepage: https://github.com/JonasWanke/swipeable_page_route environment: