From 8e6d453c96ce32c75347710fed9e8ddfbabfdc50 Mon Sep 17 00:00:00 2001 From: Alex Li Date: Fri, 28 Jul 2023 13:07:03 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=204.0.0-dev.1?= 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 abadfcb..592720d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,16 @@ that can be found in the LICENSE file. --> # Changelog +See the [Migration Guide](guides/migration_guide.md) for the details of breaking changes between versions. + +## 4.0.0-dev.1 + +To know more about breaking changes, see [Migration Guide][]. + +### New features + +- Sync all UI details from WeChat 8.3.x. (#181) + ## 3.8.0 ### New features @@ -324,3 +334,5 @@ that can be found in the LICENSE file. --> - Support taking pictures and videos. - Support video recording duration limitation. + +[Migration Guide]: guides/migration_guide.md diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 131a66f..e4fa0a2 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -1,6 +1,6 @@ name: wechat_camera_picker_demo description: A new Flutter project. -version: 3.8.0+23 +version: 4.0.0+24 publish_to: none environment: diff --git a/pubspec.yaml b/pubspec.yaml index 5d9a397..f3e5131 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: wechat_camera_picker description: A camera picker based on WeChat's UI which is a separate runnable extension to wechat_assets_picker. repository: https://github.com/fluttercandies/flutter_wechat_camera_picker -version: 3.8.0 +version: 4.0.0-dev.1 environment: sdk: ">=2.15.0 <3.0.0"