Skip to content

Commit 3b7dc41

Browse files
authored
chore(bloc): v8.1.1 (#3709)
1 parent 5ab4bac commit 3b7dc41

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

packages/bloc/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# 8.1.1
2+
3+
- chore: add screenshots to `pubspec.yaml` ([#3708](https://github.com/felangel/bloc/pull/3708))
4+
- refactor: `const` constructor support for `BlocObserver` ([#3704](https://github.com/felangel/bloc/pull/3704))
5+
- refactor: upgrade to Dart 2.19 ([#3699](https://github.com/felangel/bloc/pull/3699))
6+
- remove deprecated `invariant_booleans` lint rule
7+
18
# 8.1.0
29

310
- feat: reintroduce `Bloc.observer` and `Bloc.transformer` ([#3469](https://github.com/felangel/bloc/pull/3469))

packages/bloc/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: bloc
22
description: A predictable state management library that helps implement the BLoC (Business Logic Component) design pattern.
3-
version: 8.1.0
3+
version: 8.1.1
44
repository: https://github.com/felangel/bloc/tree/master/packages/bloc
55
issue_tracker: https://github.com/felangel/bloc/issues
66
homepage: https://github.com/felangel/bloc

0 commit comments

Comments
 (0)