diff --git a/flutter_web_auth_2/CHANGELOG.md b/flutter_web_auth_2/CHANGELOG.md index 74f32c3..b4b5aa2 100644 --- a/flutter_web_auth_2/CHANGELOG.md +++ b/flutter_web_auth_2/CHANGELOG.md @@ -1,3 +1,7 @@ +## 4.0.1 + +- 🌹 Update `flutter_lints` to `5.x` - should not really change anything! + ## 4.0.0 *No changes - just the official version release!* diff --git a/flutter_web_auth_2/pubspec.yaml b/flutter_web_auth_2/pubspec.yaml index 30d1bdf..6a65528 100644 --- a/flutter_web_auth_2/pubspec.yaml +++ b/flutter_web_auth_2/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_web_auth_2 description: Flutter plugin for authenticating a user with a web service. -version: 4.0.0 +version: 4.0.1 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 @@ -27,7 +27,7 @@ dependencies: desktop_webview_window: ^0.2.3 flutter: sdk: flutter - flutter_web_auth_2_platform_interface: ^4.0.0 + flutter_web_auth_2_platform_interface: ^4.0.1 flutter_web_plugins: sdk: flutter path_provider: ^2.1.2 @@ -36,7 +36,7 @@ dependencies: window_to_front: ^0.0.3 dev_dependencies: - flutter_lints: ^4.0.0 + flutter_lints: ^5.0.0 flutter_test: sdk: flutter diff --git a/flutter_web_auth_2_platform_interface/CHANGELOG.md b/flutter_web_auth_2_platform_interface/CHANGELOG.md index 926d7f7..a52da7f 100644 --- a/flutter_web_auth_2_platform_interface/CHANGELOG.md +++ b/flutter_web_auth_2_platform_interface/CHANGELOG.md @@ -1,3 +1,7 @@ +## 4.0.1 + +- 🌹 Update `flutter_lints` to `5.x` - should not really change anything! + ## 4.0.0 *No changes - just the official version release!* diff --git a/flutter_web_auth_2_platform_interface/pubspec.yaml b/flutter_web_auth_2_platform_interface/pubspec.yaml index 932febb..dacd97c 100644 --- a/flutter_web_auth_2_platform_interface/pubspec.yaml +++ b/flutter_web_auth_2_platform_interface/pubspec.yaml @@ -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.0 +version: 4.0.1 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 @@ -17,6 +17,6 @@ dependencies: plugin_platform_interface: ^2.1.2 dev_dependencies: - flutter_lints: ^4.0.0 + flutter_lints: ^5.0.0 flutter_test: sdk: flutter