Skip to content

Commit

Permalink
chore(hydrated_bloc): v9.0.0 (#3606)
Browse files Browse the repository at this point in the history
  • Loading branch information
felangel authored Nov 4, 2022
1 parent dc1170b commit 021aa89
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 9 deletions.
7 changes: 7 additions & 0 deletions packages/hydrated_bloc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# 9.0.0

- **BREAKING**: feat!: reintroduce `HydratedBloc.storage` and remove `HydratedBlocOverrides` ([#3479](https://github.com/felangel/bloc/pull/3479))
- upgrade to `bloc: ^8.1.0`
- fix: update `StorageNotFound` implementation for `toString` ([#3314](https://github.com/felangel/bloc/pull/3314))
- deps: upgrade to `mocktail ^0.3.0`

# 9.0.0-dev.3

- **BREAKING**: feat!: reintroduce `HydratedBloc.storage` and remove `HydratedBlocOverrides` ([#3479](https://github.com/felangel/bloc/pull/3479))
Expand Down
10 changes: 2 additions & 8 deletions packages/hydrated_bloc/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,9 @@ environment:
dependencies:
flutter:
sdk: flutter
hydrated_bloc:
path: ../
flutter_bloc:
path: ../../flutter_bloc
hydrated_bloc: ^9.0.0
flutter_bloc: ^8.1.1
path_provider: ^2.0.1

dependency_overrides:
bloc:
path: ../../bloc

flutter:
uses-material-design: true
7 changes: 7 additions & 0 deletions packages/hydrated_bloc/example/pubspec_overrides.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
dependency_overrides:
bloc:
path: ../../bloc
flutter_bloc:
path: ../../flutter_bloc
hydrated_bloc:
path: ../
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: 9.0.0-dev.3
version: 9.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

0 comments on commit 021aa89

Please sign in to comment.