Skip to content

Commit

Permalink
chore(flutter_bloc): v8.1.4 (#4064)
Browse files Browse the repository at this point in the history
  • Loading branch information
felangel authored Feb 12, 2024
1 parent a3a3602 commit 0ae0537
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions packages/flutter_bloc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
Expand Down
2 changes: 1 addition & 1 deletion packages/flutter_bloc/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 0ae0537

Please sign in to comment.