Skip to content

Commit

Permalink
chore(bloc_test): v10.0.0 (#4322)
Browse files Browse the repository at this point in the history
  • Loading branch information
felangel authored Jan 12, 2025
1 parent 13dbe0c commit f38a1be
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
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 @@
# 10.0.0

- refactor: `blocTest` depends on core interfaces instead of `BlocBase` ([#4311](https://github.com/felangel/bloc/pull/4311))
- chore: update to `bloc: ^9.0.0`
- chore: bump minimum Dart SDK to 2.14
- chore: add `funding` to `pubspec.yaml`
- chore: update sponsors

# 9.1.7

- chore: update copyright year
Expand Down
2 changes: 1 addition & 1 deletion packages/bloc_test/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ blocTest(

## Dart Versions

- Dart 2: >= 2.12
- Dart 2: >= 2.14

## Maintainers

Expand Down
4 changes: 2 additions & 2 deletions 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.7
version: 10.0.0
repository: https://github.com/felangel/bloc/tree/master/packages/bloc_test
issue_tracker: https://github.com/felangel/bloc/issues
homepage: https://bloclibrary.dev
Expand All @@ -12,7 +12,7 @@ environment:
sdk: ">=2.14.0 <4.0.0"

dependencies:
bloc: ^8.1.1
bloc: ^9.0.0
diff_match_patch: ^0.4.1
meta: ^1.3.0
mocktail: ^1.0.0
Expand Down

0 comments on commit f38a1be

Please sign in to comment.