From 1aecf995c50d1df4ad4ed06912cb7e5537c8bf87 Mon Sep 17 00:00:00 2001 From: Jonas Wanke Date: Tue, 24 Oct 2023 18:04:38 +0200 Subject: [PATCH] Release v1.1.0 --- CHANGELOG.md | 9 +++++++++ example/pubspec.lock | 4 ++-- pubspec.yaml | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f0dec66..08d837b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,15 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ### ๐Ÿ“ฆ Build & CI --> +## 1.1.0 ยท 2023-10-24 + +### ๐ŸŽ‰ New Features +* add `LeftCenterRight` ([#20](https://github.com/JonasWanke/black_hole_flutter/pull/20)) +* make `FillOrWrap`'s constructor const ([#21](https://github.com/JonasWanke/black_hole_flutter/pull/21)) + +### ๐Ÿ“ฆ Build & CI +* upgrade to Flutter v3.10.0, Dart v3.0.0 + ## 1.0.3 ยท 2023-05-11 ### ๐Ÿ› Bug Fixes diff --git a/example/pubspec.lock b/example/pubspec.lock index 3a7fa44..e8ec67c 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -7,7 +7,7 @@ packages: path: ".." relative: true source: path - version: "1.0.3" + version: "1.1.0" characters: dependency: transitive description: @@ -84,4 +84,4 @@ packages: version: "2.1.4" sdks: dart: ">=3.0.0 <4.0.0" - flutter: ">=3.7.0" + flutter: ">=3.10.0" diff --git a/pubspec.yaml b/pubspec.yaml index 416531d..f4c400b 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.3 +version: 1.1.0 repository: https://github.com/JonasWanke/black_hole_flutter screenshots: - description: Fancy buttons feature a loading state