From 82417ab30b95ff471ded4bf6a3eea005ca97774f Mon Sep 17 00:00:00 2001 From: "Lasse R.H. Nielsen" Date: Mon, 27 Jan 2025 18:15:03 +0100 Subject: [PATCH 1/2] Release fake_async v1.3.3 Needed by fix in SDK. --- pkgs/fake_async/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/fake_async/pubspec.yaml b/pkgs/fake_async/pubspec.yaml index bdccf4ea8..b804d3b51 100644 --- a/pkgs/fake_async/pubspec.yaml +++ b/pkgs/fake_async/pubspec.yaml @@ -1,5 +1,5 @@ name: fake_async -version: 1.3.3-wip +version: 1.3.3 description: >- Fake asynchronous events such as timers and microtasks for deterministic testing. From 385c4f75f82b25f6e8ad23db9f03414f1cdc1472 Mon Sep 17 00:00:00 2001 From: "Lasse R.H. Nielsen" Date: Tue, 28 Jan 2025 12:45:31 +0100 Subject: [PATCH 2/2] Remove "-wip" from CHANGELOG.md too. --- pkgs/fake_async/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/fake_async/CHANGELOG.md b/pkgs/fake_async/CHANGELOG.md index 69c56fa8b..edfda3073 100644 --- a/pkgs/fake_async/CHANGELOG.md +++ b/pkgs/fake_async/CHANGELOG.md @@ -1,4 +1,4 @@ -## 1.3.3-wip +## 1.3.3 * Make the zone `create*Timer` and `scheduleMicrotask` be responsible for running callbacks in the zone they're