Skip to content

Commit

Permalink
feat: downgrade async version to 2.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
foxsofter committed Jan 19, 2024
1 parent 0d6667e commit 1b5a110
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 4.7.1

- feat: downgrade async version to 2.8.2

## 4.7.0

- fix: pageModuleContext = true not working
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -10,7 +10,7 @@ environment:
dependencies:
flutter:
sdk: flutter
async: ^2.9.0
async: ^2.8.2
flutter_jsonable: ^1.2.0

dev_dependencies:
Expand Down

0 comments on commit 1b5a110

Please sign in to comment.