From 79f0a592a16798dc983c615cb33252538af5d556 Mon Sep 17 00:00:00 2001 From: Jonas Wanke Date: Thu, 14 Oct 2021 10:40:20 +0200 Subject: [PATCH] feat: release v0.3.3 --- CHANGELOG.md | 16 +++++++++++++++- example/pubspec.lock | 2 +- pubspec.yaml | 2 +- 3 files changed, 17 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e2c7fca..cd91d6a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,10 +15,24 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ### ๐Ÿ“ฆ Build & CI --> +## 0.3.3 ยท 2021-10-14 + +### ๐ŸŽ‰ New Features +- **widgets:** add `separatedButtons.textStyle` + +### โšก Changes +- **color_material:** Deprecate `themeData.onAccent`, `.highEmphasisOnAccent`, `.mediumEmphasisOnAccent`, and `.disabledOnAccent`. Use `themeData.onSecondary`, `.highEmphasisOnSecondary`, `.mediumEmphasisOnSecondary`, or `.disabledOnSecondary` instead. + +### ๐Ÿ“ฆ Build & CI +- update lints +- update issue and PR templates +- add build & lint CI +- **example:** update Android wrapper + ## 0.3.2 ยท 2021-06-01 ### ๐ŸŽ‰ New Features -- **content** add `buildContext.showSimpleSnackBar`, `.showSnackBar`, and `scaffoldMessengerState.showSimpleSnackBar` +- **content:** add `buildContext.showSimpleSnackBar`, `.showSnackBar`, and `scaffoldMessengerState.showSimpleSnackBar` - **widgets:** add `ExpandOrScroll` ### ๐Ÿ“ฆ Build & CI diff --git a/example/pubspec.lock b/example/pubspec.lock index b5d8393..2ea0cbc 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -14,7 +14,7 @@ packages: path: ".." relative: true source: path - version: "0.3.2" + version: "0.3.3" boolean_selector: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 546fce3..c53e46b 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.3.2 +version: 0.3.3 homepage: https://github.com/JonasWanke/black_hole_flutter environment: