Skip to content

Commit 728ea78

Browse files
committed
Bump version and add changelog
1 parent 9409a8b commit 728ea78

4 files changed

Lines changed: 13 additions & 5 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+
## 4.0.1
2+
3+
- 🌹 Update `flutter_lints` to `5.x` - should not really change anything!
4+
15
## 4.0.0
26

37
*No changes - just the official version release!*

flutter_web_auth_2/pubspec.yaml

Lines changed: 3 additions & 3 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.0
3+
version: 4.0.1
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.0
30+
flutter_web_auth_2_platform_interface: ^4.0.1
3131
flutter_web_plugins:
3232
sdk: flutter
3333
path_provider: ^2.1.2
@@ -36,7 +36,7 @@ dependencies:
3636
window_to_front: ^0.0.3
3737

3838
dev_dependencies:
39-
flutter_lints: ^4.0.0
39+
flutter_lints: ^5.0.0
4040
flutter_test:
4141
sdk: flutter
4242

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.0.1
2+
3+
- 🌹 Update `flutter_lints` to `5.x` - should not really change anything!
4+
15
## 4.0.0
26

37
*No changes - just the official version release!*

flutter_web_auth_2_platform_interface/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_platform_interface
22
description: A common platform interface for the flutter_web_auth_2 plugin.
3-
version: 4.0.0
3+
version: 4.0.1
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
@@ -17,6 +17,6 @@ dependencies:
1717
plugin_platform_interface: ^2.1.2
1818

1919
dev_dependencies:
20-
flutter_lints: ^4.0.0
20+
flutter_lints: ^5.0.0
2121
flutter_test:
2222
sdk: flutter

0 commit comments

Comments
 (0)