From 6247ff8cf4d05342512ca1d7c1cf304ecc2340f4 Mon Sep 17 00:00:00 2001 From: Felix Angelov Date: Sun, 24 Mar 2024 15:20:30 -0500 Subject: [PATCH] chore(flutter_bloc): v8.1.5 (#4122) --- packages/flutter_bloc/CHANGELOG.md | 7 +++++++ packages/flutter_bloc/pubspec.yaml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/packages/flutter_bloc/CHANGELOG.md b/packages/flutter_bloc/CHANGELOG.md index 1b0b0a36233..8ae7858fd58 100644 --- a/packages/flutter_bloc/CHANGELOG.md +++ b/packages/flutter_bloc/CHANGELOG.md @@ -1,3 +1,10 @@ +# 8.1.5 + +- feat: override `debugFillProperties` ([#4082](https://github.com/felangel/bloc/pull/4082)) +- docs: add missing comma to `BlocListener` API docs ([#4106](https://github.com/felangel/bloc/pull/4106)) +- chore: update copyright year +- chore: update sponsors + # 8.1.4 - chore: update sponsors ([#4054](https://github.com/felangel/bloc/pull/4054)) diff --git a/packages/flutter_bloc/pubspec.yaml b/packages/flutter_bloc/pubspec.yaml index 307c61cf37f..838e17f9df4 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.4 +version: 8.1.5 repository: https://github.com/felangel/bloc/tree/master/packages/flutter_bloc issue_tracker: https://github.com/felangel/bloc/issues homepage: https://bloclibrary.dev