From b2281025e77d14493b8c1daf31a8669634d7a1fd Mon Sep 17 00:00:00 2001 From: Krille Fear Date: Wed, 24 Nov 2021 13:02:34 +0100 Subject: [PATCH] chore: Update FluffyBox --- CHANGELOG.md | 3 +++ pubspec.yaml | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e6cd6133..7fd10088 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## [0.7.0-nullsafety.8] - 23nd Nov 2021 +- chore: Update FluffyBox + ## [0.7.0-nullsafety.7] - 23nd Nov 2021 feat: Add commands to create chats feat: Add clear cache command diff --git a/pubspec.yaml b/pubspec.yaml index 04f6ca4f..3c8e3562 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: matrix description: Matrix Dart SDK -version: 0.7.0-nullsafety.7 +version: 0.7.0-nullsafety.8 homepage: https://famedly.com environment: @@ -23,7 +23,7 @@ dependencies: slugify: ^2.0.0 html: ^0.15.0 collection: ^1.15.0 - fluffybox: ^0.3.3 + fluffybox: ^0.3.4 dev_dependencies: dart_code_metrics: ^4.4.0