Skip to content

Commit b6f7b0f

Browse files
authored
chore(hydrated_bloc): v11.0.0 (#4764)
1 parent 6b469c8 commit b6f7b0f

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

packages/hydrated_bloc/CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# 11.0.0
2+
3+
- **BREAKING** fix: `HydratedCubit` storage override should be a named paramter ([#4537](https://github.com/felangel/bloc/pull/4537))
4+
- fix: serialize non-string keys ([#3983](https://github.com/felangel/bloc/issues/3983))
5+
- refactor: update analysis options
6+
- refactor: add `pkg:bloc_lint` ([#4625](https://github.com/felangel/bloc/pull/4625))
7+
- chore: adjust license and copyright years ([#4738](https://github.com/felangel/bloc/pull/4738))
8+
19
# 10.1.1
210

311
- fix: make `defaultOnHydrationError` public ([#4567](https://github.com/felangel/bloc/issues/4567))
@@ -13,7 +21,6 @@
1321
# 10.0.0
1422

1523
- **BREAKING** feat!: support for `wasm` ([#4313](https://github.com/felangel/bloc/pull/4313))
16-
1724
- introduces `HydratedStorageDirectory` and modifies `HydratedStorage.build` signature to use `HydratedStorageDirectory` instead of `Directory` from `dart:io`
1825

1926
```dart

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.1.1
3+
version: 11.0.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)