Skip to content

Commit

Permalink
feat: release v0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasWanke committed Aug 9, 2020
1 parent c2125ce commit ab6e25c
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 10 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.1.3"
version: "0.1.4"
categorization:
component:
values: []
Expand Down
14 changes: 9 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

All notable changes to this project will be documented in this file.

This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).


<!-- Template:
Expand All @@ -16,27 +16,31 @@ 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.3...master)
## [Unreleased](https://github.com/JonasWanke/swipeable_page_route/compare/v0.1.4...master)


## [0.1.4](https://github.com/JonasWanke/swipeable_page_route/compare/v0.1.3...v0.1.4) · 2020-08-09

### 📦 Build & CI
- update <kbd>dartx</kbd> to `^0.5.0`
- use stricter linting rules


## [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

### 🐛 Bug Fixes

- support Flutter v1.17.0


## [0.1.1](https://github.com/JonasWanke/swipeable_page_route/compare/v0.1.0...v0.1.1) · 2020-04-30

### 📜 Documentation updates

- fix `MorphingSliverAppBar` naming in README


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.3"
version: "0.1.4"
term_glyph:
dependency: transitive
description:
Expand Down
3 changes: 1 addition & 2 deletions example/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
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.3
version: 0.1.4

environment:
sdk: ">=2.3.0 <3.0.0"

dependencies:
flutter:
sdk: flutter

swipeable_page_route:
path: ../

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

environment:
Expand Down

0 comments on commit ab6e25c

Please sign in to comment.