From 13ad23f24e6ea80be5168403c00c924afb4a6fad Mon Sep 17 00:00:00 2001 From: Jonas Wanke Date: Wed, 27 May 2020 08:39:36 +0200 Subject: [PATCH] feat: release v0.1.3 --- .unicorn.yml | 2 +- CHANGELOG.md | 9 ++++++++- example/pubspec.lock | 2 +- example/pubspec.yaml | 2 +- pubspec.yaml | 2 +- 5 files changed, 12 insertions(+), 5 deletions(-) diff --git a/.unicorn.yml b/.unicorn.yml index 6c1353c..4567a84 100644 --- a/.unicorn.yml +++ b/.unicorn.yml @@ -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.1.2" +version: "0.1.3" categorization: component: values: [] diff --git a/CHANGELOG.md b/CHANGELOG.md index 85cb1da..6798368 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,7 +16,14 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html --> -## [Unreleased](https://github.com/JonasWanke/swipeable_page_route/compare/v0.1.2...master) +## [Unreleased](https://github.com/JonasWanke/swipeable_page_route/compare/v0.1.3...master) + + +## [0.1.3](https://github.com/JonasWanke/swipeable_page_route/compare/v0.1.2...v0.1.3) ยท 2020-05-27 + +### ๐ŸŽ‰ New Features + +- **app_bar:** support non-opaque backgrounds ([#2](https://github.com/JonasWanke/swipeable_page_route/pull/2)) ## [0.1.2](https://github.com/JonasWanke/swipeable_page_route/compare/v0.1.1...v0.1.2) ยท 2020-05-11 diff --git a/example/pubspec.lock b/example/pubspec.lock index 3d02d95..200a17f 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -176,7 +176,7 @@ packages: path: ".." relative: true source: path - version: "0.1.2" + version: "0.1.3" term_glyph: dependency: transitive description: diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 1a6358e..fb46f9f 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -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.2 +version: 0.1.3 environment: sdk: ">=2.3.0 <3.0.0" diff --git a/pubspec.yaml b/pubspec.yaml index db06061..e9ebf22 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.1.2 +version: 0.1.3 homepage: https://github.com/JonasWanke/swipeable_page_route environment: