diff --git a/packages/network_info_plus/network_info_plus/pubspec.yaml b/packages/network_info_plus/network_info_plus/pubspec.yaml index 5a261fdd41..eb48c2c4be 100644 --- a/packages/network_info_plus/network_info_plus/pubspec.yaml +++ b/packages/network_info_plus/network_info_plus/pubspec.yaml @@ -1,6 +1,6 @@ name: network_info_plus description: Flutter plugin for discovering information (e.g. WiFi details) of the network. -version: 2.1.1 +version: 2.1.2 homepage: https://plus.fluttercommunity.dev/ repository: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/ diff --git a/packages/network_info_plus/network_info_plus_linux/CHANGELOG.md b/packages/network_info_plus/network_info_plus_linux/CHANGELOG.md index acd5fbfcac..a61b259300 100644 --- a/packages/network_info_plus/network_info_plus_linux/CHANGELOG.md +++ b/packages/network_info_plus/network_info_plus_linux/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.1.1 + +- Update Flutter dependencies + ## 1.1.0 - Port to nm.dart diff --git a/packages/network_info_plus/network_info_plus_linux/pubspec.yaml b/packages/network_info_plus/network_info_plus_linux/pubspec.yaml index 4539e02ce4..e75c319b0c 100644 --- a/packages/network_info_plus/network_info_plus_linux/pubspec.yaml +++ b/packages/network_info_plus/network_info_plus_linux/pubspec.yaml @@ -2,7 +2,7 @@ name: network_info_plus_linux description: Linux implementation of the network_info_plus plugin homepage: https://plus.fluttercommunity.dev/ repository: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/ -version: 1.1.0 +version: 1.1.1 environment: sdk: ">=2.12.0 <3.0.0" @@ -12,9 +12,9 @@ dependencies: collection: ^1.15.0 flutter: sdk: flutter - meta: ^1.3.0 + meta: ^1.7.0 network_info_plus_platform_interface: ^1.1.0 - nm: ^0.3.0 + nm: ^0.4.2 dev_dependencies: flutter_test: diff --git a/packages/network_info_plus/network_info_plus_platform_interface/CHANGELOG.md b/packages/network_info_plus/network_info_plus_platform_interface/CHANGELOG.md index 1b03be31b8..d20c6b4ff5 100644 --- a/packages/network_info_plus/network_info_plus_platform_interface/CHANGELOG.md +++ b/packages/network_info_plus/network_info_plus_platform_interface/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.1.1 + +- Update Flutter dependencies + ## 1.1.0 - Adding IPv6 method channel diff --git a/packages/network_info_plus/network_info_plus_platform_interface/pubspec.yaml b/packages/network_info_plus/network_info_plus_platform_interface/pubspec.yaml index 94ddaf1be3..c78cfaa486 100644 --- a/packages/network_info_plus/network_info_plus_platform_interface/pubspec.yaml +++ b/packages/network_info_plus/network_info_plus_platform_interface/pubspec.yaml @@ -1,14 +1,14 @@ name: network_info_plus_platform_interface description: A common platform interface for the network_info_plus plugin. -version: 1.1.0 +version: 1.1.1 homepage: https://plus.fluttercommunity.dev/ repository: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/ dependencies: flutter: sdk: flutter - meta: ^1.3.0 - plugin_platform_interface: ^2.0.0 + meta: ^1.7.0 + plugin_platform_interface: ^2.0.2 dev_dependencies: flutter_test: