Skip to content

Commit

Permalink
feat: release v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasWanke committed Apr 30, 2020
1 parent d295ef0 commit 62f18ce
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .unicorn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: "swipeable_page_route"
description: "🔙 Swipe to navigate back and admire beautifully morphing widgets"
homepage: "https://pub.dev/packages/swipeable_page_route"
license: "mit"
version: "0.0.1"
version: "0.1.0"
categorization:
component:
values: []
Expand Down
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,9 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html
### 📦 Build & CI
-->

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

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


## 0.1.0 · 2020-04-30
Initial release 🎉
2 changes: 1 addition & 1 deletion example/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# 🔙 swipeable_page_route_example

Example for 🔙 swipeable_page_route, a package adding back-navigation by swiping beatifully morphing widgets
Example for 🔙 swipeable_page_route, a package adding back-navigation by swiping with beatifully morphing widgets
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.0.1"
version: "0.1.0"
term_glyph:
dependency: transitive
description:
Expand Down
4 changes: 2 additions & 2 deletions 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 beatifully morphing widgets"
version: 0.0.1
description: "Example for 🔙 swipeable_page_route, a package adding back-navigation by swiping with beatifully morphing widgets"
version: 0.1.0

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.0.1
version: 0.1.0
homepage: https://github.com/JonasWanke/swipeable_page_route

environment:
Expand Down

0 comments on commit 62f18ce

Please sign in to comment.