diff --git a/packages/image_picker/image_picker/CHANGELOG.md b/packages/image_picker/image_picker/CHANGELOG.md index 239cab4a328c..90f2406dacf7 100644 --- a/packages/image_picker/image_picker/CHANGELOG.md +++ b/packages/image_picker/image_picker/CHANGELOG.md @@ -1,9 +1,10 @@ -## NEXT +## 1.0.8 * Updates minimum supported SDK version to Flutter 3.13/Dart 3.1. * Updates support matrix in README to indicate that iOS 11 is no longer supported. * Clients on versions of Flutter that still support iOS 11 can continue to use this package with iOS 11, but will not receive any further updates to the iOS implementation. +* Updates minimum iOS implementation version to include a privacy manifest. ## 1.0.7 diff --git a/packages/image_picker/image_picker/pubspec.yaml b/packages/image_picker/image_picker/pubspec.yaml index a02e339a5842..a0e3ce1dece2 100755 --- a/packages/image_picker/image_picker/pubspec.yaml +++ b/packages/image_picker/image_picker/pubspec.yaml @@ -3,7 +3,7 @@ description: Flutter plugin for selecting images from the Android and iOS image library, and taking new pictures with the camera. repository: https://github.com/flutter/packages/tree/main/packages/image_picker/image_picker issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+image_picker%22 -version: 1.0.7 +version: 1.0.8 environment: sdk: ^3.1.0 @@ -30,7 +30,7 @@ dependencies: sdk: flutter image_picker_android: ^0.8.7 image_picker_for_web: ">=2.2.0 <4.0.0" - image_picker_ios: ^0.8.8 + image_picker_ios: ^0.8.9+1 image_picker_linux: ^0.2.1 image_picker_macos: ^0.2.1 image_picker_platform_interface: ^2.8.0 diff --git a/packages/path_provider/path_provider/CHANGELOG.md b/packages/path_provider/path_provider/CHANGELOG.md index 03139c83d435..23ad8544bce0 100644 --- a/packages/path_provider/path_provider/CHANGELOG.md +++ b/packages/path_provider/path_provider/CHANGELOG.md @@ -1,9 +1,10 @@ -## NEXT +## 2.1.3 * Updates minimum supported SDK version to Flutter 3.13/Dart 3.1. * Updates support matrix in README to indicate that iOS 11 is no longer supported. * Clients on versions of Flutter that still support iOS 11 can continue to use this package with iOS 11, but will not receive any further updates to the iOS implementation. +* Updates minimum iOS implementation version to include a privacy manifest. ## 2.1.2 diff --git a/packages/path_provider/path_provider/pubspec.yaml b/packages/path_provider/path_provider/pubspec.yaml index d8c2188cdca0..921de17abce5 100644 --- a/packages/path_provider/path_provider/pubspec.yaml +++ b/packages/path_provider/path_provider/pubspec.yaml @@ -2,7 +2,7 @@ name: path_provider description: Flutter plugin for getting commonly used locations on host platform file systems, such as the temp and app data directories. repository: https://github.com/flutter/packages/tree/main/packages/path_provider/path_provider issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+path_provider%22 -version: 2.1.2 +version: 2.1.3 environment: sdk: ^3.1.0 @@ -26,7 +26,7 @@ dependencies: flutter: sdk: flutter path_provider_android: ^2.1.0 - path_provider_foundation: ^2.3.0 + path_provider_foundation: ^2.3.2 path_provider_linux: ^2.2.0 path_provider_platform_interface: ^2.1.0 path_provider_windows: ^2.2.0 diff --git a/packages/shared_preferences/shared_preferences/CHANGELOG.md b/packages/shared_preferences/shared_preferences/CHANGELOG.md index f0f314583afb..aae16a4b7a0a 100644 --- a/packages/shared_preferences/shared_preferences/CHANGELOG.md +++ b/packages/shared_preferences/shared_preferences/CHANGELOG.md @@ -1,10 +1,11 @@ -## NEXT +## 2.2.3 * Updates minimum supported SDK version to Flutter 3.13/Dart 3.1. * Updates support matrix in README to indicate that iOS 11 is no longer supported. * Clients on versions of Flutter that still support iOS 11 can continue to use this package with iOS 11, but will not receive any further updates to the iOS implementation. * Updates minimum supported SDK version to Flutter 3.10/Dart 3.0. +* Updates minimum iOS implementation version to include a privacy manifest. ## 2.2.2 diff --git a/packages/shared_preferences/shared_preferences/pubspec.yaml b/packages/shared_preferences/shared_preferences/pubspec.yaml index 15e802c93ba8..b296f4fe917d 100644 --- a/packages/shared_preferences/shared_preferences/pubspec.yaml +++ b/packages/shared_preferences/shared_preferences/pubspec.yaml @@ -3,7 +3,7 @@ description: Flutter plugin for reading and writing simple key-value pairs. Wraps NSUserDefaults on iOS and SharedPreferences on Android. repository: https://github.com/flutter/packages/tree/main/packages/shared_preferences/shared_preferences issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+shared_preferences%22 -version: 2.2.2 +version: 2.2.3 environment: sdk: ^3.1.0 @@ -29,7 +29,7 @@ dependencies: flutter: sdk: flutter shared_preferences_android: ^2.1.0 - shared_preferences_foundation: ^2.2.0 + shared_preferences_foundation: ^2.3.5 shared_preferences_linux: ^2.2.0 shared_preferences_platform_interface: ^2.3.0 shared_preferences_web: ^2.1.0 diff --git a/packages/url_launcher/url_launcher/CHANGELOG.md b/packages/url_launcher/url_launcher/CHANGELOG.md index 3659a50c0a6e..ea11aba6df7a 100644 --- a/packages/url_launcher/url_launcher/CHANGELOG.md +++ b/packages/url_launcher/url_launcher/CHANGELOG.md @@ -1,3 +1,7 @@ +## 6.2.6 + +* Updates minimum iOS implementation version to include a privacy manifest. + ## 6.2.5 * Removes use of deprecated `renderView` API. diff --git a/packages/url_launcher/url_launcher/pubspec.yaml b/packages/url_launcher/url_launcher/pubspec.yaml index e59afe4690da..a5ad397ae843 100644 --- a/packages/url_launcher/url_launcher/pubspec.yaml +++ b/packages/url_launcher/url_launcher/pubspec.yaml @@ -3,7 +3,7 @@ description: Flutter plugin for launching a URL. Supports web, phone, SMS, and email schemes. repository: https://github.com/flutter/packages/tree/main/packages/url_launcher/url_launcher issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+url_launcher%22 -version: 6.2.5 +version: 6.2.6 environment: sdk: ">=3.2.0 <4.0.0" @@ -29,7 +29,7 @@ dependencies: flutter: sdk: flutter url_launcher_android: ^6.2.0 - url_launcher_ios: ^6.2.0 + url_launcher_ios: ^6.2.4 # Allow either the pure-native or Dart/native hybrid versions of the desktop # implementations, as both are compatible. url_launcher_linux: ^3.1.0 diff --git a/packages/video_player/video_player/CHANGELOG.md b/packages/video_player/video_player/CHANGELOG.md index 711e1defd4c9..ea5a13da8868 100644 --- a/packages/video_player/video_player/CHANGELOG.md +++ b/packages/video_player/video_player/CHANGELOG.md @@ -1,3 +1,8 @@ +## 2.8.6 + +* Updates minimum iOS implementation version to include a privacy manifest. +* Updates minimum supported SDK version to Flutter 3.16.6/Dart 3.2.3. + ## 2.8.5 * Updates example to call `super.dispose()` last. diff --git a/packages/video_player/video_player/pubspec.yaml b/packages/video_player/video_player/pubspec.yaml index 0dcd807192ca..0dbdd0c9062d 100644 --- a/packages/video_player/video_player/pubspec.yaml +++ b/packages/video_player/video_player/pubspec.yaml @@ -3,11 +3,11 @@ description: Flutter plugin for displaying inline video with other Flutter widgets on Android, iOS, and web. repository: https://github.com/flutter/packages/tree/main/packages/video_player/video_player issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+video_player%22 -version: 2.8.5 +version: 2.8.6 environment: - sdk: ">=3.1.0 <4.0.0" - flutter: ">=3.13.0" + sdk: ">=3.2.3 <4.0.0" + flutter: ">=3.16.6" flutter: plugin: @@ -26,7 +26,7 @@ dependencies: sdk: flutter html: ^0.15.0 video_player_android: ^2.3.5 - video_player_avfoundation: ^2.5.0 + video_player_avfoundation: ^2.5.6 video_player_platform_interface: ">=6.1.0 <7.0.0" video_player_web: ^2.0.0