From 9159d7abae64f149527b16b30e1c10b1408340c8 Mon Sep 17 00:00:00 2001 From: MinhNguyen Date: Thu, 10 Aug 2023 03:17:24 +0700 Subject: [PATCH] feat: upgrade version flutter --- example/pubspec.yaml | 2 +- packages/maac_mvvm/pubspec.yaml | 2 +- packages/maac_mvvm_with_get_it/example/pubspec.yaml | 2 +- packages/maac_mvvm_with_get_it/pubspec.yaml | 2 +- packages/maac_mvvm_with_riverpod/example/pubspec.yaml | 2 +- packages/maac_mvvm_with_riverpod/pubspec.yaml | 2 +- pubspec.yaml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/example/pubspec.yaml b/example/pubspec.yaml index e7886d6..6a82d31 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -5,7 +5,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev version: 1.0.0+1 environment: - sdk: ">=2.19.4 <3.0.0" + sdk: ">=2.19.4 <4.0.0" flutter: ">=3.7.0" dependencies: diff --git a/packages/maac_mvvm/pubspec.yaml b/packages/maac_mvvm/pubspec.yaml index cc086c0..c60a6c9 100644 --- a/packages/maac_mvvm/pubspec.yaml +++ b/packages/maac_mvvm/pubspec.yaml @@ -4,7 +4,7 @@ version: 0.1.3 homepage: https://github.com/MinhMark123123/maac environment: - sdk: ">=2.19.4 <3.0.0" + sdk: ">=2.19.4 <4.0.0" flutter: ">=3.7.0" dependencies: diff --git a/packages/maac_mvvm_with_get_it/example/pubspec.yaml b/packages/maac_mvvm_with_get_it/example/pubspec.yaml index 1a665c5..1bc9d4f 100644 --- a/packages/maac_mvvm_with_get_it/example/pubspec.yaml +++ b/packages/maac_mvvm_with_get_it/example/pubspec.yaml @@ -19,7 +19,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev version: 1.0.0+1 environment: - sdk: '>=2.19.4 <3.0.0' + sdk: '>=2.19.4 <4.0.0' # Dependencies specify other packages that your package needs in order to work. # To automatically upgrade your package dependencies to the latest versions diff --git a/packages/maac_mvvm_with_get_it/pubspec.yaml b/packages/maac_mvvm_with_get_it/pubspec.yaml index a05f0e7..8a3dfad 100644 --- a/packages/maac_mvvm_with_get_it/pubspec.yaml +++ b/packages/maac_mvvm_with_get_it/pubspec.yaml @@ -4,7 +4,7 @@ version: 0.1.0 homepage: https://github.com/MinhMark123123/maac environment: - sdk: '>=2.19.4 <3.0.0' + sdk: '>=2.19.4 <4.0.0' flutter: ">=1.17.0" dependencies: diff --git a/packages/maac_mvvm_with_riverpod/example/pubspec.yaml b/packages/maac_mvvm_with_riverpod/example/pubspec.yaml index bfa79e2..a29dd34 100644 --- a/packages/maac_mvvm_with_riverpod/example/pubspec.yaml +++ b/packages/maac_mvvm_with_riverpod/example/pubspec.yaml @@ -19,7 +19,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev version: 1.0.0+1 environment: - sdk: '>=2.19.4 <3.0.0' + sdk: '>=2.19.4 <4.0.0' # Dependencies specify other packages that your package needs in order to work. # To automatically upgrade your package dependencies to the latest versions diff --git a/packages/maac_mvvm_with_riverpod/pubspec.yaml b/packages/maac_mvvm_with_riverpod/pubspec.yaml index e220db6..464c2ea 100644 --- a/packages/maac_mvvm_with_riverpod/pubspec.yaml +++ b/packages/maac_mvvm_with_riverpod/pubspec.yaml @@ -4,7 +4,7 @@ version: 0.1.0 homepage: https://github.com/MinhMark123123/maac environment: - sdk: '>=2.19.4 <3.0.0' + sdk: '>=2.19.4 <4.0.0' flutter: ">=1.17.0" dependencies: diff --git a/pubspec.yaml b/pubspec.yaml index 0311f77..6e792be 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: maac_workspace environment: - sdk: ">=2.19.4 <3.0.0" + sdk: ">=2.19.4 <4.0.0" dev_dependencies: melos: ^3.1.0