Skip to content

Commit

Permalink
chore(bloc_test): v9.1.1 (felangel#3725)
Browse files Browse the repository at this point in the history
  • Loading branch information
felangel committed Feb 7, 2023
1 parent 56ec6d1 commit 511008b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions packages/bloc_test/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# 9.1.1

- chore: upgrade to `bloc ^8.1.1` ([#3723](https://github.com/felangel/bloc/pull/3723))
- refactor: `BlocObserver` instances to use `const` constructors ([#3713](https://github.com/felangel/bloc/pull/3713))
- refactor: upgrade to Dart 2.19 ([#3699](https://github.com/felangel/bloc/pull/3699))
- remove deprecated `invariant_booleans` lint rule
- docs: fix snippet in `README` ([#3552](https://github.com/felangel/bloc/pull/3552))

# 9.1.0

- feat: upgrade to `bloc: ^8.1.0` ([#3502](https://github.com/felangel/bloc/pull/3502))
Expand Down
2 changes: 1 addition & 1 deletion packages/bloc_test/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: bloc_test
description: A testing library which makes it easy to test blocs. Built to be used with the bloc state management package.
version: 9.1.0
version: 9.1.1
repository: https://github.com/felangel/bloc/tree/master/packages/bloc_test
issue_tracker: https://github.com/felangel/bloc/issues
homepage: https://bloclibrary.dev
Expand Down

0 comments on commit 511008b

Please sign in to comment.