From 9c0e62a1d7db5516c6fffb40728d17e7eb966626 Mon Sep 17 00:00:00 2001 From: Jonas Wanke Date: Wed, 5 Jan 2022 12:26:39 +0100 Subject: [PATCH] feat: release v0.3.5 --- CHANGELOG.md | 7 ++++++- example/pubspec.lock | 2 +- pubspec.yaml | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dfa642b..22672dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 0.3.5 · 2022-01-05 + +### 📦 Build & CI +* remove dependency on the discontinued [supercharged](https://pub.dev/packages/supercharged) ([`b1831db`](https://github.com/JonasWanke/black_hole_flutter/commit/b1831db8acedd2f46170333d7080a4316461e0cc)) + ## 0.3.4 · 2021-12-04 ### 🎉 New Features diff --git a/example/pubspec.lock b/example/pubspec.lock index 54f42eb..1eede2f 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -14,7 +14,7 @@ packages: path: ".." relative: true source: path - version: "0.3.4" + version: "0.3.5" boolean_selector: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index c7ac446..1c9c533 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.4 +version: 0.3.5 homepage: https://github.com/JonasWanke/black_hole_flutter environment: