Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion packages/hydrated_bloc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# 11.0.0

- **BREAKING** fix: `HydratedCubit` storage override should be a named paramter ([#4537](https://github.com/felangel/bloc/pull/4537))
- fix: serialize non-string keys ([#3983](https://github.com/felangel/bloc/issues/3983))
- refactor: update analysis options
- refactor: add `pkg:bloc_lint` ([#4625](https://github.com/felangel/bloc/pull/4625))
- chore: adjust license and copyright years ([#4738](https://github.com/felangel/bloc/pull/4738))

# 10.1.1

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

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

- introduces `HydratedStorageDirectory` and modifies `HydratedStorage.build` signature to use `HydratedStorageDirectory` instead of `Directory` from `dart:io`

```dart
Expand Down
2 changes: 1 addition & 1 deletion packages/hydrated_bloc/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: hydrated_bloc
description: An extension to the bloc state management library which automatically persists and restores bloc states.
version: 10.1.1
version: 11.0.0
repository: https://github.com/felangel/bloc/tree/master/packages/hydrated_bloc
issue_tracker: https://github.com/felangel/bloc/issues
homepage: https://bloclibrary.dev
Expand Down
Loading