Skip to content

Commit

Permalink
chore(bloc_concurrency): v0.3.0 (#4321)
Browse files Browse the repository at this point in the history
  • Loading branch information
felangel authored Jan 12, 2025
1 parent 4a916f3 commit 13dbe0c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions packages/bloc_concurrency/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 0.3.0

- chore(deps): upgrade to `package:bloc v9.0.0`
- chore: update sponsors
- chore: add `funding` to `pubspec.yaml`

# 0.2.5

- docs: improve diagrams
Expand Down
2 changes: 1 addition & 1 deletion packages/bloc_concurrency/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ class CounterBloc extends Bloc<CounterEvent, int> {

## Dart Versions

- Dart 2: >= 2.12
- Dart 2: >= 2.14

## Maintainers

Expand Down
6 changes: 3 additions & 3 deletions packages/bloc_concurrency/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: bloc_concurrency
description: Custom event transformers inspired by ember concurrency. Built to be used with the bloc state management package.
version: 0.2.5
version: 0.3.0
repository: https://github.com/felangel/bloc/tree/master/packages/bloc_concurrency
issue_tracker: https://github.com/felangel/bloc/issues
homepage: https://github.com/felangel/bloc
Expand All @@ -9,10 +9,10 @@ topics: [bloc, concurrency, state-management]
funding: [https://github.com/sponsors/felangel]

environment:
sdk: ">=2.12.0 <4.0.0"
sdk: ">=2.14.0 <4.0.0"

dependencies:
bloc: ^8.0.0
bloc: ^9.0.0
stream_transform: ^2.0.0

dev_dependencies:
Expand Down

0 comments on commit 13dbe0c

Please sign in to comment.