Skip to content

Commit 511008b

Browse files
authored
chore(bloc_test): v9.1.1 (#3725)
1 parent 56ec6d1 commit 511008b

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

packages/bloc_test/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# 9.1.1
2+
3+
- chore: upgrade to `bloc ^8.1.1` ([#3723](https://github.com/felangel/bloc/pull/3723))
4+
- refactor: `BlocObserver` instances to use `const` constructors ([#3713](https://github.com/felangel/bloc/pull/3713))
5+
- refactor: upgrade to Dart 2.19 ([#3699](https://github.com/felangel/bloc/pull/3699))
6+
- remove deprecated `invariant_booleans` lint rule
7+
- docs: fix snippet in `README` ([#3552](https://github.com/felangel/bloc/pull/3552))
8+
19
# 9.1.0
210

311
- feat: upgrade to `bloc: ^8.1.0` ([#3502](https://github.com/felangel/bloc/pull/3502))

packages/bloc_test/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: bloc_test
22
description: A testing library which makes it easy to test blocs. Built to be used with the bloc state management package.
3-
version: 9.1.0
3+
version: 9.1.1
44
repository: https://github.com/felangel/bloc/tree/master/packages/bloc_test
55
issue_tracker: https://github.com/felangel/bloc/issues
66
homepage: https://bloclibrary.dev

0 commit comments

Comments
 (0)