From 5fa4614957675ad79aa5d29e17f52a8486abdd11 Mon Sep 17 00:00:00 2001 From: Alex Li Date: Fri, 17 Nov 2023 10:23:29 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=204.2.0-dev.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 12 ++++++++++++ example/pubspec.yaml | 2 +- pubspec.yaml | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 341f52b..9742981 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,8 +6,20 @@ 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.2 + +### Breaking changes + +- Migrate to Flutter 3.16, and drop supports for previous Flutter versions. + +### 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`. diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 646f115..3364325 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.1.0+30 +version: 4.2.0+31 publish_to: none environment: diff --git a/pubspec.yaml b/pubspec.yaml index 5cfa2fc..20a563b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: wechat_camera_picker -version: 4.2.0-dev.1 +version: 4.2.0-dev.2 description: | A camera picker for Flutter projects based on WeChat's UI, which is also a separate runnable extension to the