diff --git a/CHANGELOG.md b/CHANGELOG.md index e609de0..15a70f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,14 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ### 📦 Build & CI --> +## 1.0.1 · 2023-01-25 + +### 🐛 Bug Fixes +* actually use `context.showSimpleSnackBar(…)`'s `action` parameter ([`cf95317`](https://github.com/JonasWanke/black_hole_flutter/commit/cf95317d57a58f3a66abbfc186261cfab7e3b03a)) + +### 📦 Build & CI +* upgrade to Flutter v3.7.0, Dart v2.19.0 ([`e400915`](https://github.com/JonasWanke/black_hole_flutter/commit/e400915484b32f14463694f8bd1636d7bc9b1dfb)) + ## 1.0.0 · 2023-01-24 ### ⚠️ BREAKING CHANGES diff --git a/example/pubspec.lock b/example/pubspec.lock index 21a6d26..bad8d4f 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -7,7 +7,7 @@ packages: path: ".." relative: true source: path - version: "1.0.0" + version: "1.0.1" characters: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index b6c7863..9d9cb33 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: 1.0.0 +version: 1.0.1 repository: https://github.com/JonasWanke/black_hole_flutter environment: