From 060fae52b7399bfc6e957abd19c5b30e4d40f521 Mon Sep 17 00:00:00 2001 From: Felix Angelov Date: Mon, 6 Feb 2023 19:16:56 -0600 Subject: [PATCH] chore(flutter_bloc): v8.1.2 (#3718) --- packages/flutter_bloc/CHANGELOG.md | 10 ++++++++++ packages/flutter_bloc/pubspec.yaml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/packages/flutter_bloc/CHANGELOG.md b/packages/flutter_bloc/CHANGELOG.md index 4c9c73efa9b..2af931cb102 100644 --- a/packages/flutter_bloc/CHANGELOG.md +++ b/packages/flutter_bloc/CHANGELOG.md @@ -1,3 +1,13 @@ +# 8.1.2 + +- chore: add screenshots to `pubspec.yaml` ([#3717](https://github.com/felangel/bloc/pull/3717)) +- chore(deps): upgrade to `bloc ^8.1.1` ([#3716](https://github.com/felangel/bloc/pull/3716)) +- chore: update example to Dart 2.19 ([#3715](https://github.com/felangel/bloc/pull/3715)) +- refactor: `BlocObserver` instances to use `const` constructors ([#3713](https://github.com/felangel/bloc/pull/3713)) +- refactor: remove unnecessary single child widget mixins ([#3675](https://github.com/felangel/bloc/pull/3675)) +- refactor: upgrade to Flutter 3.7 ([#3699](https://github.com/felangel/bloc/pull/3699)) + - remove deprecated `invariant_booleans` lint rule + # 8.1.1 - chore: remove dependency overrides from example to fix pana score diff --git a/packages/flutter_bloc/pubspec.yaml b/packages/flutter_bloc/pubspec.yaml index e06948db6df..874fe7c44ea 100644 --- a/packages/flutter_bloc/pubspec.yaml +++ b/packages/flutter_bloc/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_bloc description: Flutter Widgets that make it easy to implement the BLoC (Business Logic Component) design pattern. Built to be used with the bloc state management package. -version: 8.1.1 +version: 8.1.2 repository: https://github.com/felangel/bloc/tree/master/packages/flutter_bloc issue_tracker: https://github.com/felangel/bloc/issues homepage: https://bloclibrary.dev