Skip to content

Commit

Permalink
chore(hydrated_bloc): v7.1.0 (#2767)
Browse files Browse the repository at this point in the history
  • Loading branch information
felangel committed Sep 21, 2021
1 parent 06f474f commit 9961795
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions packages/hydrated_bloc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 7.1.0

- feat: upgrade to `bloc ^7.2.0`

# 7.0.1

- fix: `HydratedStorage` clear behavior
Expand Down
4 changes: 2 additions & 2 deletions 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: 7.0.1
version: 7.1.0
repository: https://github.com/felangel/bloc
issue_tracker: https://github.com/felangel/bloc/issues
homepage: https://bloclibrary.dev
Expand All @@ -10,7 +10,7 @@ environment:
sdk: ">=2.12.0 <3.0.0"

dependencies:
bloc: ^7.2.0-dev.3
bloc: ^7.2.0
hive: ^2.0.0
meta: ^1.3.0
synchronized: ^3.0.0
Expand Down

0 comments on commit 9961795

Please sign in to comment.