From f78ef1bba4c838679293bf68f51ee48f36cdfa1e Mon Sep 17 00:00:00 2001 From: Jonas Wanke Date: Thu, 11 May 2023 22:31:19 +0200 Subject: [PATCH] Release v1.0.3 --- CHANGELOG.md | 5 +++++ example/pubspec.lock | 2 +- pubspec.yaml | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e8ea517..1f0464f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,11 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ### 📦 Build & CI --> +## 1.0.3 · 2023-05-11 + +### 🐛 Bug Fixes +* remove const from `FillOrWrap`'s constructor ([`8eb3ce3`](https://github.com/JonasWanke/black_hole_flutter/commit/8eb3ce31ab8265544828d43af082763f0957bf45)) + ## 1.0.2 · 2023-05-11 ### ⚡ Changes diff --git a/example/pubspec.lock b/example/pubspec.lock index 06f1854..437c360 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -7,7 +7,7 @@ packages: path: ".." relative: true source: path - version: "1.0.2" + version: "1.0.3" characters: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index cdd05a3..6800040 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.2 +version: 1.0.3 repository: https://github.com/JonasWanke/black_hole_flutter screenshots: - description: Fancy buttons feature a loading state