diff --git a/.unicorn.yml b/.unicorn.yml index f4d3661..c008398 100644 --- a/.unicorn.yml +++ b/.unicorn.yml @@ -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: [] diff --git a/CHANGELOG.md b/CHANGELOG.md index 85d02fa..d8a3b73 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/example/pubspec.lock b/example/pubspec.lock index f169b88..6d975bd 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -28,7 +28,7 @@ packages: path: ".." relative: true source: path - version: "0.2.2" + version: "0.2.3" boolean_selector: dependency: transitive description: diff --git a/example/pubspec.yaml b/example/pubspec.yaml index dc3391c..70e664e 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -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" diff --git a/pubspec.yaml b/pubspec.yaml index 031c4ce..2cc0942 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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: