diff --git a/packages/bloc/CHANGELOG.md b/packages/bloc/CHANGELOG.md index fbafebd6c70..9f44d72872d 100644 --- a/packages/bloc/CHANGELOG.md +++ b/packages/bloc/CHANGELOG.md @@ -1,3 +1,9 @@ +# 8.1.4 + +- docs: improve diagrams +- chore: update copyright year +- chore: update sponsors + # 8.1.3 - chore: update sponsors ([#4054](https://github.com/felangel/bloc/pull/4054)) diff --git a/packages/bloc/pubspec.yaml b/packages/bloc/pubspec.yaml index 57ac5efb1c8..06ebff6d306 100644 --- a/packages/bloc/pubspec.yaml +++ b/packages/bloc/pubspec.yaml @@ -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.3 +version: 8.1.4 repository: https://github.com/felangel/bloc/tree/master/packages/bloc issue_tracker: https://github.com/felangel/bloc/issues homepage: https://github.com/felangel/bloc