Skip to content

Commit 1fd08de

Browse files
committed
Bump version and add changelog
1 parent 2f9fafc commit 1fd08de

File tree

5 files changed

+13
-4
lines changed

5 files changed

+13
-4
lines changed

flutter_web_auth_2/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 5.0.0-alpha.0
2+
3+
- 💥 Update melos to `7.x` (requires SDK `>=3.5.0`)
4+
- 💥 New Android authentication approach (Thanks to [@Mino5531](https://github.com/Mino5531) in [#156](https://github.com/ThexXTURBOXx/flutter_web_auth_2/pull/156))
5+
16
## 4.1.0
27

38
- 🌹 Add host and path comparator to webview implementation (related to [#146](https://github.com/ThexXTURBOXx/flutter_web_auth_2/issues/146))

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: ^4.0.1
21+
flutter_web_auth_2: ^5.0.0-alpha.0
2222

2323
dev_dependencies:
2424
flutter_lints: ^5.0.0

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.1.0
3+
version: 5.0.0-alpha.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: ^4.1.0
31+
flutter_web_auth_2_platform_interface: ^5.0.0-alpha.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-alpha.0
2+
3+
- 💥 Update melos to `7.x` (requires SDK `>=3.5.0`)
4+
15
## 4.1.0
26

37
- No change

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.1.0
3+
version: 5.0.0-alpha.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)