Skip to content

Commit

Permalink
chore(angular_bloc): v10.0.0-dev.4 (#4259)
Browse files Browse the repository at this point in the history
  • Loading branch information
felangel authored Oct 2, 2024
1 parent 2bd2b6b commit d1abf0f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions packages/angular_bloc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/angular_bloc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)!**

Expand Down
2 changes: 1 addition & 1 deletion packages/angular_bloc/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit d1abf0f

Please sign in to comment.