Skip to content

Commit

Permalink
feat: release v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasWanke committed Apr 14, 2021
1 parent 847eb52 commit 57623ce
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
### 📦 Build & CI
-->

## 0.3.1 · 2021-04-14

### 🐛 Bug Fixes
- **navigation:** allow nullable route return types in `pushAndRemoveAll` and `pushNamedAndRemoveAll`


## 0.3.0 · 2021-02-25

### ⚠ BREAKING CHANGES
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.3.0"
version: "0.3.1"
boolean_selector:
dependency: transitive
description:
Expand Down
1 change: 0 additions & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
name: black_hole_flutter_example
description: 'Example for 🛠 black_hole_flutter, a package absorbing all Flutter utility functions'
version: 0.3.0
publish_to: 'none'

environment:
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.3.0
version: 0.3.1
homepage: https://github.com/JonasWanke/black_hole_flutter

environment:
Expand Down

0 comments on commit 57623ce

Please sign in to comment.