From 5025aa2ab4614b0d5b88ef369d32917c95d7d652 Mon Sep 17 00:00:00 2001 From: Alex Li Date: Wed, 4 Aug 2021 10:16:30 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20##=202.3.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 9 +-------- pubspec.yaml | 10 +++++----- 2 files changed, 6 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9fd633e..e93c812 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,8 @@ # Changelog -All notable changes to this project will be documented in this file. -The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), -and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). - -## 2.3.0-dev.2 +## 2.3.0 - Expose `useRootNavigator` while picking. - -## 2.3.0-dev.1 - - Initialize a new controller if failed to stop recording. (#39) - Throw or rethrow exceptions that used to be caught. (#41) - Update the back icon with preview. diff --git a/pubspec.yaml b/pubspec.yaml index 06f8909..b74977b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: wechat_camera_picker description: A camera picker which is an extension to wechat_assets_picker, but can be run separately. -version: 2.3.0-dev.2 +version: 2.3.0 homepage: https://github.com/fluttercandies/flutter_wechat_camera_picker environment: @@ -11,9 +11,9 @@ dependencies: flutter: sdk: flutter - camera: ^0.8.1+4 + camera: ^0.8.1+7 device_info: ^2.0.2 path: ^1.8.0 - path_provider: ^2.0.1 - photo_manager: ^1.2.5 - video_player: ^2.1.10 + path_provider: ^2.0.2 + photo_manager: ^1.3.0 + video_player: ^2.1.12