From 1b5a1108c4d9b28983bed1438966eef1915cf47f Mon Sep 17 00:00:00 2001 From: foxsofter Date: Fri, 19 Jan 2024 10:49:47 +0800 Subject: [PATCH] feat: downgrade async version to 2.8.2 --- CHANGELOG.md | 4 ++++ pubspec.yaml | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ac25081..4850402 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 4.7.1 + +- feat: downgrade async version to 2.8.2 + ## 4.7.0 - fix: pageModuleContext = true not working diff --git a/pubspec.yaml b/pubspec.yaml index 96bd5d4..8b3972f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_thrio description: Thrio makes it easy and fast to add flutter to existing mobile applications, and provide a simple and consistent navigator APIs. -version: 4.7.0 +version: 4.7.1 homepage: https://github.com/flutter-thrio/flutter_thrio environment: @@ -10,7 +10,7 @@ environment: dependencies: flutter: sdk: flutter - async: ^2.9.0 + async: ^2.8.2 flutter_jsonable: ^1.2.0 dev_dependencies: