Skip to content

Commit f38a1be

Browse files
authored
chore(bloc_test): v10.0.0 (#4322)
1 parent 13dbe0c commit f38a1be

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

packages/bloc_test/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# 10.0.0
2+
3+
- refactor: `blocTest` depends on core interfaces instead of `BlocBase` ([#4311](https://github.com/felangel/bloc/pull/4311))
4+
- chore: update to `bloc: ^9.0.0`
5+
- chore: bump minimum Dart SDK to 2.14
6+
- chore: add `funding` to `pubspec.yaml`
7+
- chore: update sponsors
8+
19
# 9.1.7
210

311
- chore: update copyright year

packages/bloc_test/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ blocTest(
205205

206206
## Dart Versions
207207

208-
- Dart 2: >= 2.12
208+
- Dart 2: >= 2.14
209209

210210
## Maintainers
211211

packages/bloc_test/pubspec.yaml

Lines changed: 2 additions & 2 deletions
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.7
3+
version: 10.0.0
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
@@ -12,7 +12,7 @@ environment:
1212
sdk: ">=2.14.0 <4.0.0"
1313

1414
dependencies:
15-
bloc: ^8.1.1
15+
bloc: ^9.0.0
1616
diff_match_patch: ^0.4.1
1717
meta: ^1.3.0
1818
mocktail: ^1.0.0

0 commit comments

Comments
 (0)