Skip to content

Commit d1abf0f

Browse files
authored
chore(angular_bloc): v10.0.0-dev.4 (#4259)
1 parent 2bd2b6b commit d1abf0f

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

packages/angular_bloc/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 10.0.0-dev.4
2+
3+
- chore: update sponsors table in `README`
4+
- chore: add `funding` to `pubspec.yaml`
5+
16
# 10.0.0-dev.3
27

38
- chore: update copyright year

packages/angular_bloc/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
---
1919

20-
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).
20+
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).
2121

2222
**Learn more at [bloclibrary.dev](https://bloclibrary.dev)!**
2323

packages/angular_bloc/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: angular_bloc
22
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.
3-
version: 10.0.0-dev.3
3+
version: 10.0.0-dev.4
44
repository: https://github.com/felangel/bloc/tree/master/packages/angular_bloc
55
issue_tracker: https://github.com/felangel/bloc/issues
66
homepage: https://bloclibrary.dev

0 commit comments

Comments
 (0)