From d1abf0f277d525a3da62d7cf953d032596429a00 Mon Sep 17 00:00:00 2001 From: Felix Angelov Date: Tue, 1 Oct 2024 21:46:08 -0500 Subject: [PATCH] chore(angular_bloc): v10.0.0-dev.4 (#4259) --- packages/angular_bloc/CHANGELOG.md | 5 +++++ packages/angular_bloc/README.md | 2 +- packages/angular_bloc/pubspec.yaml | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/packages/angular_bloc/CHANGELOG.md b/packages/angular_bloc/CHANGELOG.md index 9753cb4a44d..10e325d38e5 100644 --- a/packages/angular_bloc/CHANGELOG.md +++ b/packages/angular_bloc/CHANGELOG.md @@ -1,3 +1,8 @@ +# 10.0.0-dev.4 + +- chore: update sponsors table in `README` +- chore: add `funding` to `pubspec.yaml` + # 10.0.0-dev.3 - chore: update copyright year diff --git a/packages/angular_bloc/README.md b/packages/angular_bloc/README.md index c9db9bdc912..fa6eef10d63 100644 --- a/packages/angular_bloc/README.md +++ b/packages/angular_bloc/README.md @@ -17,7 +17,7 @@ --- -A Dart package that helps implement the [BLoC pattern](https://www.didierboelens.com/2018/08/reactive-programming---streams---bloc) in [AngularDart](https://pub.dev/packages/angular). Built to work with [package:bloc](https://pub.dev/packages/bloc). +A Dart package that helps implement the BLoC pattern in [AngularDart](https://pub.dev/packages/ngdart). Built to work with [package:bloc](https://pub.dev/packages/bloc). **Learn more at [bloclibrary.dev](https://bloclibrary.dev)!** diff --git a/packages/angular_bloc/pubspec.yaml b/packages/angular_bloc/pubspec.yaml index 5a1da71cb7c..a0365f3d923 100644 --- a/packages/angular_bloc/pubspec.yaml +++ b/packages/angular_bloc/pubspec.yaml @@ -1,6 +1,6 @@ name: angular_bloc description: Angular Components that make it easy to implement the BLoC (Business Logic Component) design pattern. Built to be used with the bloc state management package. -version: 10.0.0-dev.3 +version: 10.0.0-dev.4 repository: https://github.com/felangel/bloc/tree/master/packages/angular_bloc issue_tracker: https://github.com/felangel/bloc/issues homepage: https://bloclibrary.dev