Skip to content

Commit

Permalink
chore(bloc): v9.0.0 (#4319)
Browse files Browse the repository at this point in the history
  • Loading branch information
felangel authored Jan 12, 2025
1 parent c243b58 commit bcdaec0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions packages/bloc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# 9.0.0

- **BREAKING** refactor!: introduce `EmittableStateStreamableSource` ([#4311](https://github.com/felangel/bloc/pull/4311))
- `BlocBase<State>` implements `EmittableStateStreamableSource<State>`
- **BREAKING** refactor!: remove deprecated `BlocOverrides` ([#4137](https://github.com/felangel/bloc/pull/4137))
- refactor: use `Object.hashAll` internally ([#4310](https://github.com/felangel/bloc/pull/4310))
- bumps minimum Dart SDK to 2.14

# 8.1.4

- docs: improve diagrams
Expand Down
2 changes: 1 addition & 1 deletion packages/bloc/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: bloc
description: A predictable state management library that helps implement the BLoC (Business Logic Component) design pattern.
version: 8.1.4
version: 9.0.0
repository: https://github.com/felangel/bloc/tree/master/packages/bloc
issue_tracker: https://github.com/felangel/bloc/issues
homepage: https://github.com/felangel/bloc
Expand Down

0 comments on commit bcdaec0

Please sign in to comment.