Skip to content

Commit

Permalink
Bump versions and add changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
ThexXTURBOXx committed Nov 29, 2024
1 parent dce1a13 commit 8057fa8
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
5 changes: 5 additions & 0 deletions flutter_web_auth_2/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 4.1.0

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

## 4.0.2

- 🌹 Improve README (additions to migration guide and Google scopes)
Expand Down
4 changes: 2 additions & 2 deletions flutter_web_auth_2/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_web_auth_2
description: Flutter plugin for authenticating a user with a web service.
version: 4.0.2
version: 4.1.0
homepage: https://github.com/ThexXTURBOXx/flutter_web_auth_2
repository: https://github.com/ThexXTURBOXx/flutter_web_auth_2
issue_tracker: https://github.com/ThexXTURBOXx/flutter_web_auth_2/issues
Expand All @@ -27,7 +27,7 @@ dependencies:
desktop_webview_window: ^0.2.3
flutter:
sdk: flutter
flutter_web_auth_2_platform_interface: ^4.0.1
flutter_web_auth_2_platform_interface: ^4.1.0
flutter_web_plugins:
sdk: flutter
path_provider: ^2.1.2
Expand Down
4 changes: 4 additions & 0 deletions flutter_web_auth_2_platform_interface/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 4.1.0

- No change

## 4.0.1

- 🌹 Update `flutter_lints` to `5.x` - should not really change anything!
Expand Down
2 changes: 1 addition & 1 deletion flutter_web_auth_2_platform_interface/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_web_auth_2_platform_interface
description: A common platform interface for the flutter_web_auth_2 plugin.
version: 4.0.1
version: 4.1.0
homepage: https://github.com/ThexXTURBOXx/flutter_web_auth_2
repository: https://github.com/ThexXTURBOXx/flutter_web_auth_2
issue_tracker: https://github.com/ThexXTURBOXx/flutter_web_auth_2/issues
Expand Down

0 comments on commit 8057fa8

Please sign in to comment.