update the fake_async version to -wip following this repos standar processes
diff --git a/pkgs/fake_async/CHANGELOG.md b/pkgs/fake_async/CHANGELOG.md index 0f964ee..ad28fd3 100644 --- a/pkgs/fake_async/CHANGELOG.md +++ b/pkgs/fake_async/CHANGELOG.md
@@ -1,11 +1,10 @@ -## 1.3.2 +## 1.3.2-wip * Require Dart 3.3 * Fix bug where a `flushTimers` or `elapse` call from within the callback of a periodic timer would immediately invoke the same timer. * Move to `dart-lang/test` monorepo. -* Require Dart 3.5. ## 1.3.1 @@ -99,4 +98,3 @@ ## 0.1.2 * Integrate with the clock package. -
diff --git a/pkgs/fake_async/pubspec.yaml b/pkgs/fake_async/pubspec.yaml index f345860..d0d7c65 100644 --- a/pkgs/fake_async/pubspec.yaml +++ b/pkgs/fake_async/pubspec.yaml
@@ -1,5 +1,5 @@ name: fake_async -version: 1.3.2 +version: 1.3.2-wip description: >- Fake asynchronous events such as timers and microtasks for deterministic testing.