diff --git a/CHANGELOG.md b/CHANGELOG.md index 39e9067..150af38 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## 0.6.0 + +- 💥 Upgrade to Flutter version 3.23 + + Migration guide: + + The source have been updated to work with the latest version of Flutter, including upgrading from Gradle v7 to v8. Make sure that you are on the latest version on Flutter before upgrading to this version. + ## 0.5.0 - 💥 Upgrade to Flutter version 3 diff --git a/example/ios/Podfile.lock b/example/ios/Podfile.lock index fc6f532..3359889 100644 --- a/example/ios/Podfile.lock +++ b/example/ios/Podfile.lock @@ -1,6 +1,6 @@ PODS: - Flutter (1.0.0) - - flutter_web_auth (0.5.0): + - flutter_web_auth (0.6.0): - Flutter - integration_test (0.0.1): - Flutter @@ -20,7 +20,7 @@ EXTERNAL SOURCES: SPEC CHECKSUMS: Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7 - flutter_web_auth: 181aea9f0e67888f25d670adc5452e3558d9834b + flutter_web_auth: acc15a8fd7bba796a933c724a6dffc3d00f07c27 integration_test: 252f60fa39af5e17c3aa9899d35d908a0721b573 PODFILE CHECKSUM: 819463e6a0290f5a72f145ba7cde16e8b6ef0796 diff --git a/example/macos/Podfile.lock b/example/macos/Podfile.lock index dd1b28f..368e84a 100644 --- a/example/macos/Podfile.lock +++ b/example/macos/Podfile.lock @@ -1,5 +1,5 @@ PODS: - - flutter_web_auth (0.5.0): + - flutter_web_auth (0.6.0): - FlutterMacOS - FlutterMacOS (1.0.0) @@ -14,7 +14,7 @@ EXTERNAL SOURCES: :path: Flutter/ephemeral SPEC CHECKSUMS: - flutter_web_auth: f129850adcc025e7136109a53a00aac93ec62076 + flutter_web_auth: 1966f190ad0051456e12d9f2db506a4df81e7434 FlutterMacOS: 8f6f14fa908a6fb3fba0cd85dbd81ec4b251fb24 PODFILE CHECKSUM: 9ebaf0ce3d369aaa26a9ea0e159195ed94724cf3 diff --git a/example/pubspec.lock b/example/pubspec.lock index e4fb106..590b1da 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -94,7 +94,7 @@ packages: path: ".." relative: true source: path - version: "0.5.0" + version: "0.6.0" flutter_web_plugins: dependency: transitive description: flutter diff --git a/ios/flutter_web_auth.podspec b/ios/flutter_web_auth.podspec index 88ba739..dc88c0f 100644 --- a/ios/flutter_web_auth.podspec +++ b/ios/flutter_web_auth.podspec @@ -4,7 +4,7 @@ # Pod::Spec.new do |s| s.name = 'flutter_web_auth' - s.version = '0.5.0' + s.version = '0.6.0' s.summary = 'A new flutter plugin project.' s.description = <<-DESC A new flutter plugin project. diff --git a/macos/flutter_web_auth.podspec b/macos/flutter_web_auth.podspec index fbf02df..e67a7ca 100644 --- a/macos/flutter_web_auth.podspec +++ b/macos/flutter_web_auth.podspec @@ -4,7 +4,7 @@ # Pod::Spec.new do |s| s.name = 'flutter_web_auth' - s.version = '0.5.0' + s.version = '0.6.0' s.summary = 'A new flutter plugin project.' s.description = <<-DESC A new flutter plugin project. diff --git a/pubspec.yaml b/pubspec.yaml index 46dcabe..6a9925c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_web_auth description: Flutter plugin for authenticating a user with a web service. -version: 0.5.0 +version: 0.6.0 homepage: https://github.com/LinusU/flutter_web_auth environment: