Skip to content

Commit 8057fa8

Browse files
committed
Bump versions and add changelogs
1 parent dce1a13 commit 8057fa8

4 files changed

Lines changed: 12 additions & 3 deletions

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.1.0
2+
3+
- 🌹 Add host and path comparator to webview implementation (related to [#146](https://github.com/ThexXTURBOXx/flutter_web_auth_2/issues/146))
4+
- 🐛 Hopefully fix WASM compatibility
5+
16
## 4.0.2
27

38
- 🌹 Improve README (additions to migration guide and Google scopes)

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.2
3+
version: 4.1.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.1
30+
flutter_web_auth_2_platform_interface: ^4.1.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.1.0
2+
3+
- No change
4+
15
## 4.0.1
26

37
- 🌹 Update `flutter_lints` to `5.x` - should not really change anything!

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.1
3+
version: 4.1.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)