We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52e44b3 commit 5a4a9e3Copy full SHA for 5a4a9e3
2 files changed
pkgs/async/CHANGELOG.md
@@ -1,4 +1,4 @@
1
-## 2.13.1-wip
+## 2.13.1
2
3
- Fix `StreamGroup.broadcast().close()` to properly complete when all streams in the group close without being explicitly removed.
4
- Run `dart format` with the new style.
pkgs/async/pubspec.yaml
@@ -1,5 +1,5 @@
name: async
-version: 2.13.1-wip
+version: 2.13.1
description: Utility functions and classes related to the 'dart:async' library.
repository: https://github.com/dart-lang/core/tree/main/pkgs/async
5
issue_tracker: https://github.com/dart-lang/core/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Aasync
0 commit comments