Skip to content

Commit

Permalink
chore(hydrated_bloc): v9.0.0-dev.1 (#3312)
Browse files Browse the repository at this point in the history
  • Loading branch information
felangel authored Apr 4, 2022
1 parent 926b10a commit 3c3994c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions packages/hydrated_bloc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 9.0.0-dev.1

- **BREAKING**: feat!: add `createStorage` to `HydratedBlocOverrides.runZoned` ([#3240](https://github.com/felangel/bloc/pull/3240))
- deprecate `storage` parameter in `HydratedBlocoverrides.runZoned` in favor of `createStorage`

# 8.1.0

- feat: add `storagePrefix` to support obfuscation tolerance ([#3262](https://github.com/felangel/bloc/pull/3262))
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: 8.1.0
version: 9.0.0-dev.1
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

0 comments on commit 3c3994c

Please sign in to comment.