From 1d03860568e13fa8de24dc849d8016a91ab75ace Mon Sep 17 00:00:00 2001 From: Nico Mexis Date: Thu, 6 Jun 2024 13:20:32 +0200 Subject: [PATCH] Bump version and add changelog --- flutter_web_auth_2/CHANGELOG.md | 5 +++++ flutter_web_auth_2/pubspec.yaml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/flutter_web_auth_2/CHANGELOG.md b/flutter_web_auth_2/CHANGELOG.md index b7738b5..9d49128 100644 --- a/flutter_web_auth_2/CHANGELOG.md +++ b/flutter_web_auth_2/CHANGELOG.md @@ -1,3 +1,8 @@ +## 4.0.0-alpha.6 + +- 🌹 Allow custom browser priority and rework Android code (Thanks to [@kecson](https://github.com/kecson) in [#111](https://github.com/ThexXTURBOXx/flutter_web_auth_2/pull/111)) +- 🌹 Enable partial `ASWebAuthenticationSession.Callback` support (related to [#104](https://github.com/ThexXTURBOXx/flutter_web_auth_2/issues/104)) + ## 4.0.0-alpha.5 - 💥 Remove Android embedding v1 support (in accordance with Flutter `3.22.0`) diff --git a/flutter_web_auth_2/pubspec.yaml b/flutter_web_auth_2/pubspec.yaml index 6189cca..609194e 100644 --- a/flutter_web_auth_2/pubspec.yaml +++ b/flutter_web_auth_2/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_web_auth_2 description: Flutter plugin for authenticating a user with a web service. -version: 4.0.0-alpha.5 +version: 4.0.0-alpha.6 homepage: https://github.com/ThexXTURBOXx/flutter_web_auth_2 repository: https://github.com/ThexXTURBOXx/flutter_web_auth_2 issue_tracker: https://github.com/ThexXTURBOXx/flutter_web_auth_2/issues