Skip to content

Commit

Permalink
feat: release v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasWanke committed Mar 22, 2020
1 parent c3dea54 commit 4f935a8
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,15 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html
### 📦 Build & CI
-->

## [Unreleased](https://github.com/JonasWanke/black_hole_flutter/compare/v0.1.0...dev)
## [Unreleased](https://github.com/JonasWanke/black_hole_flutter/compare/v0.1.1...dev)


## [0.1.1](https://github.com/JonasWanke/black_hole_flutter/compare/v0.1.0...v0.1.1) - 2020-03-22

### 🎉 New Features

- add `NavigatorState.pushAndRemoveAll`, `NavigatorState.pushNamedAndRemoveAll`
- **example:** add example app showcasing new widgets


## [0.1.0](https://github.com/JonasWanke/black_hole_flutter/compare/v0.0.1...v0.1.0) - 2020-03-13
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.1.0"
version: "0.1.1"
boolean_selector:
dependency: transitive
description:
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: black_hole_flutter
description: "🛠 A package absorbing all Flutter utility functions, including extension functions and commonly used widgets"
version: 0.1.0
version: 0.1.1
homepage: https://github.com/JonasWanke/black_hole_flutter

environment:
Expand Down

0 comments on commit 4f935a8

Please sign in to comment.