Skip to content

Commit

Permalink
chore(bloc_concurrency): v0.2.3 (#4031)
Browse files Browse the repository at this point in the history
  • Loading branch information
felangel authored Dec 17, 2023
1 parent e4bfa5a commit b7f987b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 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.2.3

- chore: fix `require_trailing_commas`
- chore(deps): upgrade to `package:mocktail v1.0.0`
- chore: add `topics` to `pubspec.yaml`

# 0.2.2

- docs: upgrade to Dart 3
Expand Down
2 changes: 1 addition & 1 deletion packages/bloc_concurrency/LICENSE
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
The MIT License (MIT)
Copyright (c) 2021 Felix Angelov
Copyright (c) 2023 Felix Angelov

Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
Expand Down
2 changes: 1 addition & 1 deletion 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.2
version: 0.2.3
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 Down

0 comments on commit b7f987b

Please sign in to comment.