From fae98201e415ea710507d9ca51dba18dfaee0fc8 Mon Sep 17 00:00:00 2001 From: Alex Li Date: Thu, 20 Jun 2024 17:20:05 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=204.2.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 ++++++ example/pubspec.yaml | 2 +- pubspec.yaml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 701b8dc..439e5ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ that can be found in the LICENSE file. --> See the [Migration Guide](guides/migration_guide.md) for breaking changes between versions. +## 4.3.0 + +### Fixes + +- Constraints `camera_android` version to resolves https://github.com/flutter/flutter/issues/150549. + ## 4.2.2 ### Fixes diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 532e018..100acfd 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.2+34 +version: 4.2.3+35 publish_to: none environment: diff --git a/pubspec.yaml b/pubspec.yaml index 8778e0e..6dc477d 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: wechat_camera_picker -version: 4.2.2 +version: 4.2.3 description: | A camera picker for Flutter projects based on WeChat's UI, which is also a separate runnable extension to the