Skip to content

Commit ec314bd

Browse files
committed
Bump versions to stable and add changelogs
1 parent 67a3cc1 commit ec314bd

4 files changed

Lines changed: 11 additions & 3 deletions

File tree

flutter_web_auth_2/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 4.0.0
2+
3+
*No changes - just the official version release!*
4+
15
## 4.0.0-alpha.9
26

37
- 🐛 Fix Chrome always taking precedence on Android (Thanks to [@obrand69](https://github.com/obrand69) in [#125](https://github.com/ThexXTURBOXx/flutter_web_auth_2/pull/125))

flutter_web_auth_2/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_web_auth_2
22
description: Flutter plugin for authenticating a user with a web service.
3-
version: 4.0.0-alpha.9
3+
version: 4.0.0
44
homepage: https://github.com/ThexXTURBOXx/flutter_web_auth_2
55
repository: https://github.com/ThexXTURBOXx/flutter_web_auth_2
66
issue_tracker: https://github.com/ThexXTURBOXx/flutter_web_auth_2/issues
@@ -27,7 +27,7 @@ dependencies:
2727
desktop_webview_window: ^0.2.3
2828
flutter:
2929
sdk: flutter
30-
flutter_web_auth_2_platform_interface: ^4.0.0-alpha.0
30+
flutter_web_auth_2_platform_interface: ^4.0.0
3131
flutter_web_plugins:
3232
sdk: flutter
3333
path_provider: ^2.1.2

flutter_web_auth_2_platform_interface/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 4.0.0
2+
3+
*No changes - just the official version release!*
4+
15
## 4.0.0-alpha.1
26

37
- 🌹 Fix lint for Flutter 3.19.x

flutter_web_auth_2_platform_interface/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_web_auth_2_platform_interface
22
description: A common platform interface for the flutter_web_auth_2 plugin.
3-
version: 4.0.0-alpha.1
3+
version: 4.0.0
44
homepage: https://github.com/ThexXTURBOXx/flutter_web_auth_2
55
repository: https://github.com/ThexXTURBOXx/flutter_web_auth_2
66
issue_tracker: https://github.com/ThexXTURBOXx/flutter_web_auth_2/issues

0 commit comments

Comments
 (0)