Skip to content

Commit

Permalink
chore(hydrated_bloc): v8.0.0-dev.4 (#2946)
Browse files Browse the repository at this point in the history
  • Loading branch information
felangel committed Nov 17, 2021
1 parent d26a24c commit aee97eb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 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 @@
# 8.0.0-dev.4

- **BREAKING**: feat: upgrade to `bloc v8.0.0-dev.5`

# 8.0.0-dev.3

- **BREAKING**: feat: upgrade to `bloc v8.0.0-dev.4`
Expand Down
2 changes: 1 addition & 1 deletion packages/hydrated_bloc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<p align="center">
<a href="https://github.com/felangel/bloc/actions"><img src="https://github.com/felangel/bloc/workflows/build/badge.svg" alt="build"></a>
<a href="https://codecov.io/gh/felangel/bloc"><img src="https://codecov.io/gh/felangel/Bloc/branch/master/graph/badge.svg" alt="codecov"></a>
<a href="https://codecov.io/gh/felangel/bloc"><img src="https://codecov.io/gh/felangel/bloc/branch/master/graph/badge.svg" alt="codecov"></a>
<a href="https://github.com/felangel/bloc"><img src="https://img.shields.io/github/stars/felangel/bloc.svg?style=flat&logo=github&colorB=deeppink&label=stars" alt="Star on Github"></a>
<a href="https://github.com/tenhobi/effective_dart"><img src="https://img.shields.io/badge/style-effective_dart-40c4ff.svg" alt="style: effective dart"></a>
<a href="https://flutter.dev/docs/development/data-and-backend/state-mgmt/options#bloc--rx"><img src="https://img.shields.io/badge/flutter-website-deepskyblue.svg" alt="Flutter Website"></a>
Expand Down
8 changes: 2 additions & 6 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: 8.0.0-dev.3
version: 8.0.0-dev.4
repository: https://github.com/felangel/bloc/tree/master/packages/hydrated_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: ^8.0.0-dev.4
bloc: ^8.0.0-dev.5
hive: ^2.0.0
meta: ^1.3.0
synchronized: ^3.0.0
Expand All @@ -27,7 +27,3 @@ dev_dependencies:
mocktail: ^0.2.0
path: ^1.8.0
uuid: ^3.0.0

dependency_overrides:
bloc:
path: ../bloc

0 comments on commit aee97eb

Please sign in to comment.