Skip to content

Commit

Permalink
feat: release v0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasWanke committed Mar 28, 2020
1 parent faea91e commit de056a1
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 5 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: "black_hole_flutter"
description: "A package absorbing all Flutter utility functions"
homepage: "https://pub.dev/packages/black_hole_flutter"
license: "apache-2.0"
version: "0.2.2"
version: "0.2.3"
categorization:
component:
values: []
Expand Down
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,17 @@ 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.2.2...dev)
## [Unreleased](https://github.com/JonasWanke/black_hole_flutter/compare/v0.2.3...dev)


## [0.2.3](https://github.com/JonasWanke/black_hole_flutter/compare/v0.2.2...v0.2.3) · 2020-03-28

### 🎉 New Features
- **buttons:** add `icon`-variants to `FancyFlatButton`, `FancyOutlineButton` & `FancyRaisedButton`
- **buttons:** add `textColor` to all fancy buttons
- **buttons:** add `FancyOutlineButton.borderSide`, `FancyOutlineButton.highlightedBorderColor`
- **color:** add `Color.withAdditionalOpacity`, `Color.withAdditionalAlpha`
- **color:** add `contrastSystemUiOverlayStyle` getters to `Brightness`, `Color`


## [0.2.2](https://github.com/JonasWanke/black_hole_flutter/compare/v0.2.1...v0.2.2) · 2020-03-26
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.2.2"
version: "0.2.3"
boolean_selector:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: black_hole_flutter_example
description: "Example for 🛠 black_hole_flutter, a package absorbing all Flutter utility functions"
version: 0.2.2
version: 0.2.3

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: black_hole_flutter
description: "🛠 A package absorbing all Flutter utility functions, including extension functions and commonly used widgets"
version: 0.2.2
version: 0.2.3
homepage: https://github.com/JonasWanke/black_hole_flutter

environment:
Expand Down

0 comments on commit de056a1

Please sign in to comment.