From f1cec85f89e62a352d725c09ad9ce561fe00bd06 Mon Sep 17 00:00:00 2001 From: robsonsilv4 Date: Wed, 18 Sep 2024 23:11:14 -0300 Subject: [PATCH] feat: v1.6.0 --- CHANGELOG.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f8d9473..2968b4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +# 1.6.0 + +- chore: bump dependencies +- chore: update descriptions +- chore: add logo and screenshot +- chore: removed unused test class +- feat: override debugFillProperties +- docs: add missing comma to listener +- chore: update copyright year +- chore: add topics to pubspec +- chore: update sdk constraints +- chore: update to Dart 2.19 +- refactor: remove unnecessary single child widget mixins +- refactor(example): migrated deprecated headline1 style + # 1.5.1 - chore: add pub links @@ -49,4 +64,4 @@ BREAKING: when specifying ValueNotifier instances, use notifier instead of value - feat: initial version of the library - based on [flutter_bloc](https://pub.dev/packages/flutter_bloc) from [bloc library](https://bloclibrary.dev/) -Thanks to Felix Angelov ([@felangel](https://github.com/felangel)) and all [bloc library contributors](https://github.com/felangel/bloc/graphs/contributors). +Thanks to [@felangel](https://github.com/felangel) and all [bloc library contributors](https://github.com/felangel/bloc/graphs/contributors).