Skip to content

Commit

Permalink
Release v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasWanke committed Oct 24, 2023
1 parent 4c5602f commit 1aecf99
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ packages:
path: ".."
relative: true
source: path
version: "1.0.3"
version: "1.1.0"
characters:
dependency: transitive
description:
Expand Down Expand Up @@ -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"
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 1aecf99

Please sign in to comment.