From 8892d34f4594919f9f2e5eafa3e9416965d7d286 Mon Sep 17 00:00:00 2001 From: Nico Mexis Date: Sat, 17 Feb 2024 17:01:12 +0100 Subject: [PATCH] Bump version and add changelog --- flutter_web_auth_2/CHANGELOG.md | 4 ++++ 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, 10 insertions(+), 2 deletions(-) diff --git a/flutter_web_auth_2/CHANGELOG.md b/flutter_web_auth_2/CHANGELOG.md index 1d4bb5a..8cde1e4 100644 --- a/flutter_web_auth_2/CHANGELOG.md +++ b/flutter_web_auth_2/CHANGELOG.md @@ -1,3 +1,7 @@ +## 4.0.0-alpha.1 + +- 🌹 Fix lint for Flutter 3.19.x + ## 4.0.0-alpha.0 - 🎉 Add Webview approach for Windows and Linux (Thanks to [@Mino5531](https://github.com/Mino5531) in [#92](https://github.com/ThexXTURBOXx/flutter_web_auth_2/pull/92)) diff --git a/flutter_web_auth_2/pubspec.yaml b/flutter_web_auth_2/pubspec.yaml index 617408c..83198d0 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.0 +version: 4.0.0-alpha.1 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 301644a..cba0713 100644 --- a/flutter_web_auth_2_platform_interface/CHANGELOG.md +++ b/flutter_web_auth_2_platform_interface/CHANGELOG.md @@ -1,3 +1,7 @@ +## 4.0.0-alpha.1 + +- 🌹 Fix lint for Flutter 3.19.x + ## 4.0.0-alpha.0 - 🌹 Update to new major version in conjunction with main package diff --git a/flutter_web_auth_2_platform_interface/pubspec.yaml b/flutter_web_auth_2_platform_interface/pubspec.yaml index b7a4d2f..13a9f5d 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: 4.0.0-alpha.0 +version: 4.0.0-alpha.1 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