Skip to content

Commit

Permalink
feat: release v0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasWanke committed Dec 14, 2020
1 parent a3308a1 commit e346f74
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,13 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
-->


## [Unreleased](https://github.com/JonasWanke/swipeable_page_route/compare/v0.1.5...master)
## [Unreleased](https://github.com/JonasWanke/swipeable_page_route/compare/v0.1.6...master)


## [0.1.6](https://github.com/JonasWanke/swipeable_page_route/compare/v0.1.5...v0.1.6) · 2020-12-14

### 🎉 New Features
- **example:** demonstrate `onlySwipeFromEdge` parameter


## [0.1.5](https://github.com/JonasWanke/swipeable_page_route/compare/v0.1.4...v0.1.5) · 2020-10-20
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.1.5"
version: "0.1.6"
term_glyph:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: swipeable_page_route_example
description: "Example for 🔙 swipeable_page_route, a package adding back-navigation by swiping with beatifully morphing widgets"
version: 0.1.5
version: 0.1.6

environment:
sdk: ">=2.3.0 <3.0.0"
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.1.5
version: 0.1.6
homepage: https://github.com/JonasWanke/swipeable_page_route

environment:
Expand Down

0 comments on commit e346f74

Please sign in to comment.