File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change
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
+
1
9
# 9.1.7
2
10
3
11
- chore: update copyright year
Original file line number Diff line number Diff line change @@ -205,7 +205,7 @@ blocTest(
205
205
206
206
## Dart Versions
207
207
208
- - Dart 2: >= 2.12
208
+ - Dart 2: >= 2.14
209
209
210
210
## Maintainers
211
211
Original file line number Diff line number Diff line change 1
1
name : bloc_test
2
2
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
4
4
repository : https://github.com/felangel/bloc/tree/master/packages/bloc_test
5
5
issue_tracker : https://github.com/felangel/bloc/issues
6
6
homepage : https://bloclibrary.dev
@@ -12,7 +12,7 @@ environment:
12
12
sdk : " >=2.14.0 <4.0.0"
13
13
14
14
dependencies :
15
- bloc : ^8.1.1
15
+ bloc : ^9.0.0
16
16
diff_match_patch : ^0.4.1
17
17
meta : ^1.3.0
18
18
mocktail : ^1.0.0
You can’t perform that action at this time.
0 commit comments