Skip to content

Commit 1d03860

Browse files
committed
Bump version and add changelog
1 parent 34f8800 commit 1d03860

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

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+
## 4.0.0-alpha.6
2+
3+
- 🌹 Allow custom browser priority and rework Android code (Thanks to [@kecson](https://github.com/kecson) in [#111](https://github.com/ThexXTURBOXx/flutter_web_auth_2/pull/111))
4+
- 🌹 Enable partial `ASWebAuthenticationSession.Callback` support (related to [#104](https://github.com/ThexXTURBOXx/flutter_web_auth_2/issues/104))
5+
16
## 4.0.0-alpha.5
27

38
- 💥 Remove Android embedding v1 support (in accordance with Flutter `3.22.0`)

flutter_web_auth_2/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
22
description: Flutter plugin for authenticating a user with a web service.
3-
version: 4.0.0-alpha.5
3+
version: 4.0.0-alpha.6
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)