diff --git a/CHANGELOG.md b/CHANGELOG.md index 827f87d..96d1588 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,39 +6,24 @@ that can be found in the LICENSE file. --> See the [Migration Guide](guides/migration_guide.md) for breaking changes between versions. -## 4.2.0-dev.4 +## 4.2.0 -### Improvements - -- Use `wechat_picker_library`. - -### Fixes - -- Predicate access denied to avoid deadlocks. +### Breaking changes -## 4.2.0-dev.3 +- Migrate to Flutter 3.16, and drop supports for previous Flutter versions. +- Bump `photo_manager` to v3.x. +- Export `photo_manager_image_provider`. ### Improvements - Roll `sensors_plus`. - Catch exceptions when obtain/subscribe to the accelerometer stream. - -## 4.2.0-dev.2 - -### Breaking changes - -- Migrate to Flutter 3.16, and drop supports for previous Flutter versions. +- Use `wechat_picker_library`. ### Fixes - Fix `onEntitySaving` not returned after called. (#223) - -## 4.2.0-dev.1 - -### New features - -- Bump `photo_manager` to v3.x. -- Export `photo_manager_image_provider`. +- Predicate access denied to avoid deadlocks. ## 4.1.0 diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 3364325..ee8f3d8 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -1,6 +1,6 @@ name: wechat_camera_picker_demo description: A new Flutter project. -version: 4.2.0+31 +version: 4.2.0+32 publish_to: none environment: @@ -17,7 +17,7 @@ dependencies: wechat_camera_picker: path: ../ - package_info_plus: ^4.0.0 + package_info_plus: ^5.0.0 video_player: ^2.7.0 dev_dependencies: diff --git a/pubspec.yaml b/pubspec.yaml index 2632753..4d313e7 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: wechat_camera_picker -version: 4.2.0-dev.4 +version: 4.2.0 description: | A camera picker for Flutter projects based on WeChat's UI, which is also a separate runnable extension to the @@ -22,12 +22,12 @@ dependencies: flutter: sdk: flutter - wechat_picker_library: ^1.0.0-0 + wechat_picker_library: ^1.0.0 camera: ^0.10.0 camera_platform_interface: ^2.1.5 path: ^1.8.0 - photo_manager: ^3.0.0-dev.1 + photo_manager: ^3.0.0 photo_manager_image_provider: ^2.0.0 sensors_plus: ^4.0.1 video_player: ^2.7.0