diff --git a/packages/bloc/CHANGELOG.md b/packages/bloc/CHANGELOG.md index 27671b28046..3f18667429c 100644 --- a/packages/bloc/CHANGELOG.md +++ b/packages/bloc/CHANGELOG.md @@ -1,3 +1,9 @@ +# 8.1.2 + +- docs: upgrade README snippets to Dart 3 ([#3826](https://github.com/felangel/bloc/pull/3826)) +- refactor: standardize analysis options and resolve warnings ([#3826](https://github.com/felangel/bloc/pull/3826)) +- docs: remove superfluous word from inline docs ([#3734](https://github.com/felangel/bloc/pull/3734)) + # 8.1.1 - chore: add screenshots to `pubspec.yaml` ([#3708](https://github.com/felangel/bloc/pull/3708)) diff --git a/packages/bloc/pubspec.yaml b/packages/bloc/pubspec.yaml index f5cdbf696d3..b94b9b947a2 100644 --- a/packages/bloc/pubspec.yaml +++ b/packages/bloc/pubspec.yaml @@ -1,13 +1,13 @@ name: bloc description: A predictable state management library that helps implement the BLoC (Business Logic Component) design pattern. -version: 8.1.1 +version: 8.1.2 repository: https://github.com/felangel/bloc/tree/master/packages/bloc issue_tracker: https://github.com/felangel/bloc/issues homepage: https://github.com/felangel/bloc documentation: https://bloclibrary.dev environment: - sdk: ">=2.12.0 <3.0.0" + sdk: ">=2.12.0 <4.0.0" dependencies: meta: ^1.3.0