diff --git a/packages/image_picker/image_picker/CHANGELOG.md b/packages/image_picker/image_picker/CHANGELOG.md index 9e9d3ec6bfc..331838a4f03 100644 --- a/packages/image_picker/image_picker/CHANGELOG.md +++ b/packages/image_picker/image_picker/CHANGELOG.md @@ -1,3 +1,8 @@ +## 1.0.1 + +* Rolls platform implementations to ensure that `pickMedia` and + `pickMultipleMedia` have platform implementations. + ## 1.0.0 * **BREAKING CHANGE**: Removes the deprecated `get*` methods. Clients who have diff --git a/packages/image_picker/image_picker/pubspec.yaml b/packages/image_picker/image_picker/pubspec.yaml index 310dc939921..75be8d3241a 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.0 +version: 1.0.1 environment: sdk: ">=2.18.0 <4.0.0" @@ -28,13 +28,13 @@ flutter: dependencies: flutter: sdk: flutter - image_picker_android: ^0.8.4+11 - image_picker_for_web: ^2.1.0 - image_picker_ios: ^0.8.6+1 - image_picker_linux: ^0.2.0 - image_picker_macos: ^0.2.0 + image_picker_android: ^0.8.7 + image_picker_for_web: ^2.2.0 + image_picker_ios: ^0.8.8 + image_picker_linux: ^0.2.1 + image_picker_macos: ^0.2.1 image_picker_platform_interface: ^2.8.0 - image_picker_windows: ^0.2.0 + image_picker_windows: ^0.2.1 dev_dependencies: build_runner: ^2.1.10