File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change
1
+ # 9.1.0
2
+
3
+ - chore: add screenshots to ` pubspec.yaml ` ([ #3721 ] ( https://github.com/felangel/bloc/pull/3721 ) )
4
+ - chore: update example to Dart 2.19 ([ #3720 ] ( https://github.com/felangel/bloc/pull/3720 ) )
5
+ - chore: update to ` bloc ^8.1.1 ` ([ #3719 ] ( https://github.com/felangel/bloc/pull/3719 ) )
6
+ - feat: add ` storage.close ` ([ #3705 ] ( https://github.com/felangel/bloc/pull/3705 ) )
7
+ - docs: updated docs to reflect v9.0.0 changes ([ #3701 ] ( https://github.com/felangel/bloc/pull/3701 ) )
8
+ - refactor: upgrade to Dart 2.19 ([ #3699 ] ( https://github.com/felangel/bloc/pull/3699 ) )
9
+ - remove deprecated ` invariant_booleans ` lint rule
10
+
1
11
# 9.0.0
2
12
3
13
- ** BREAKING** : feat!: reintroduce ` HydratedBloc.storage ` and remove ` HydratedBlocOverrides ` ([ #3479 ] ( https://github.com/felangel/bloc/pull/3479 ) )
Original file line number Diff line number Diff line change 1
1
name : hydrated_bloc
2
2
description : An extension to the bloc state management library which automatically persists and restores bloc states.
3
- version : 9.0 .0
3
+ version : 9.1 .0
4
4
repository : https://github.com/felangel/bloc/tree/master/packages/hydrated_bloc
5
5
issue_tracker : https://github.com/felangel/bloc/issues
6
6
homepage : https://bloclibrary.dev
You can’t perform that action at this time.
0 commit comments