From 8787c1e04de8d9487636afc8d3d81bc437581356 Mon Sep 17 00:00:00 2001 From: Nico Mexis Date: Sun, 10 Dec 2023 19:59:42 +0100 Subject: [PATCH] Bump versions and add changelogs --- flutter_web_auth_2/CHANGELOG.md | 5 +++++ flutter_web_auth_2/pubspec.yaml | 2 +- flutter_web_auth_2_platform_interface/CHANGELOG.md | 4 ++++ flutter_web_auth_2_platform_interface/pubspec.yaml | 2 +- 4 files changed, 11 insertions(+), 2 deletions(-) diff --git a/flutter_web_auth_2/CHANGELOG.md b/flutter_web_auth_2/CHANGELOG.md index 67df26a..3cd3574 100644 --- a/flutter_web_auth_2/CHANGELOG.md +++ b/flutter_web_auth_2/CHANGELOG.md @@ -1,3 +1,8 @@ +## 3.1.0 + +- 🎉 Implement `iframe` authentication approach (Thanks to [@rundfunk47](https://github.com/rundfunk47) in [#88](https://github.com/ThexXTURBOXx/flutter_web_auth_2/pull/88)) +- 🌹 Fix lint for Flutter 3.16.x + ## 3.0.4 - 🐛 Fix null-safe options diff --git a/flutter_web_auth_2/pubspec.yaml b/flutter_web_auth_2/pubspec.yaml index 73ac962..7656bb5 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: 3.0.4 +version: 3.1.0 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 diff --git a/flutter_web_auth_2_platform_interface/CHANGELOG.md b/flutter_web_auth_2_platform_interface/CHANGELOG.md index 66cabc7..2a9e58e 100644 --- a/flutter_web_auth_2_platform_interface/CHANGELOG.md +++ b/flutter_web_auth_2_platform_interface/CHANGELOG.md @@ -1,3 +1,7 @@ +## 3.1.0 + +- 🌹 Fix lint for Flutter 3.16.x + ## 3.0.0 - 💥 Release next major version, yay! diff --git a/flutter_web_auth_2_platform_interface/pubspec.yaml b/flutter_web_auth_2_platform_interface/pubspec.yaml index b3f16a2..9ac717a 100644 --- a/flutter_web_auth_2_platform_interface/pubspec.yaml +++ b/flutter_web_auth_2_platform_interface/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_web_auth_2_platform_interface description: A common platform interface for the flutter_web_auth_2 plugin. -version: 3.0.0 +version: 3.1.0 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