From 0ae053709d8ec3f563d6b8bcb6ac96e5579f5d5b Mon Sep 17 00:00:00 2001 From: Felix Angelov Date: Mon, 12 Feb 2024 00:11:30 -0600 Subject: [PATCH] chore(flutter_bloc): v8.1.4 (#4064) --- 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 433a8f67416..1b0b0a36233 100644 --- a/packages/flutter_bloc/CHANGELOG.md +++ b/packages/flutter_bloc/CHANGELOG.md @@ -1,3 +1,10 @@ +# 8.1.4 + +- chore: update sponsors ([#4054](https://github.com/felangel/bloc/pull/4054)) +- chore: adjust `example` themes +- chore: fix `require_trailing_commas` ([#3977](https://github.com/felangel/bloc/pull/3977)) +- chore: add `topics` to `pubspec.yaml` ([#3914](https://github.com/felangel/bloc/pull/3914)) + # 8.1.3 - docs: remove graphql sample references from README ([#3820](https://github.com/felangel/bloc/pull/3820)) diff --git a/packages/flutter_bloc/pubspec.yaml b/packages/flutter_bloc/pubspec.yaml index 630b728483c..944676dd12a 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.3 +version: 8.1.4 repository: https://github.com/felangel/bloc/tree/master/packages/flutter_bloc issue_tracker: https://github.com/felangel/bloc/issues homepage: https://bloclibrary.dev