Skip to content

Commit f4eb080

Browse files
authored
chore(hydrated_bloc): v9.1.0 (#3722)
1 parent c9222d4 commit f4eb080

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

packages/hydrated_bloc/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
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+
111
# 9.0.0
212

313
- **BREAKING**: feat!: reintroduce `HydratedBloc.storage` and remove `HydratedBlocOverrides` ([#3479](https://github.com/felangel/bloc/pull/3479))

packages/hydrated_bloc/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: hydrated_bloc
22
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
44
repository: https://github.com/felangel/bloc/tree/master/packages/hydrated_bloc
55
issue_tracker: https://github.com/felangel/bloc/issues
66
homepage: https://bloclibrary.dev

0 commit comments

Comments
 (0)