Skip to content

Commit 2e57fd8

Browse files
authored
chore(hydrated_bloc): v10.1.0 (#4565)
1 parent ecebe86 commit 2e57fd8

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

packages/hydrated_bloc/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# 10.1.0
2+
3+
- feat: add `onError` and `HydrationErrorBehavior` to `hydrate` ([#4390](https://github.com/felangel/bloc/pull/4390))
4+
- docs: improve `storagePrefix` documentation ([#4559](https://github.com/felangel/bloc/pull/4559))
5+
- chore: update build status badge ([#4502](https://github.com/felangel/bloc/pull/4502))
6+
- chore: update sponsors ([#4418](https://github.com/felangel/bloc/pull/4418))
7+
- chore: update example to `flutter_bloc` v9.1.0 ([#4368](https://github.com/felangel/bloc/pull/4368))
8+
19
# 10.0.0
210

311
- **BREAKING** feat!: support for `wasm` ([#4313](https://github.com/felangel/bloc/pull/4313))

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: 10.0.0
3+
version: 10.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)