Skip to content

Commit 303326e

Browse files
committed
Stable 5.0.0 bump
1 parent 6a91586 commit 303326e

8 files changed

Lines changed: 15 additions & 7 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+
## 5.0.0
2+
3+
*No changes - just the official version release!*
4+
15
## 5.0.0-alpha.7
26

37
- 🌹 Update Android intricacies

flutter_web_auth_2/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Add the following snippet to your `pubspec.yaml` and follow the [Setup guide](#s
2424

2525
```yaml
2626
dependencies:
27-
flutter_web_auth_2: ^5.0.0-alpha.0
27+
flutter_web_auth_2: ^5.0.0
2828
```
2929
3030
To authenticate against your own custom site:

flutter_web_auth_2/example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ dependencies:
1818
desktop_webview_window: ^0.2.3
1919
flutter:
2020
sdk: flutter
21-
flutter_web_auth_2: ^5.0.0-alpha.0
21+
flutter_web_auth_2: ^5.0.0
2222

2323
dev_dependencies:
2424
flutter_lints: ^6.0.0

flutter_web_auth_2/ios/flutter_web_auth_2.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
Pod::Spec.new do |s|
66
s.name = 'flutter_web_auth_2'
7-
s.version = '5.0.0-alpha.2'
7+
s.version = '5.0.0'
88
s.summary = 'Flutter plugin for authenticating a user with a web service.'
99
s.description = <<-DESC
1010
Flutter plugin for authenticating a user with a web service.

flutter_web_auth_2/macos/flutter_web_auth_2.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
Pod::Spec.new do |s|
66
s.name = 'flutter_web_auth_2'
7-
s.version = '5.0.0-alpha.2'
7+
s.version = '5.0.0'
88
s.summary = 'Flutter plugin for authenticating a user with a web service.'
99
s.description = <<-DESC
1010
Flutter plugin for authenticating a user with a web service.

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: 5.0.0-alpha.7
3+
version: 5.0.0
44
resolution: workspace
55
homepage: https://github.com/ThexXTURBOXx/flutter_web_auth_2
66
repository: https://github.com/ThexXTURBOXx/flutter_web_auth_2
@@ -28,7 +28,7 @@ dependencies:
2828
desktop_webview_window: ^0.2.3
2929
flutter:
3030
sdk: flutter
31-
flutter_web_auth_2_platform_interface: ^5.0.0-alpha.0
31+
flutter_web_auth_2_platform_interface: ^5.0.0
3232
flutter_web_plugins:
3333
sdk: flutter
3434
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+
## 5.0.0
2+
3+
*No changes - just the official version release!*
4+
15
## 5.0.0-alpha.4
26

37
- 🌹 Update melos to regular `7.x` releases

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: 5.0.0-alpha.4
3+
version: 5.0.0
44
resolution: workspace
55
homepage: https://github.com/ThexXTURBOXx/flutter_web_auth_2
66
repository: https://github.com/ThexXTURBOXx/flutter_web_auth_2

0 commit comments

Comments
 (0)