From af7284a56489697aeb7bb7e1a7ba0c3598b58c0f Mon Sep 17 00:00:00 2001 From: X Code Date: Sat, 23 Jul 2022 19:14:31 -0700 Subject: [PATCH] Upgrade to 5.2.4 --- CHANGELOG.md | 5 ++++- pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ea0c164d..f6e97a15 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,11 @@ +# [5.2.4] +* Upgrade youtube_player_flutter_quill to 8.2.1. + # [5.2.3] * Flutter Quill Doesn't Work On iOS 16 or Xcode 14 Betas (Stored properties cannot be marked potentially unavailable with '@available'). # [5.2.2] -* Fix Unsupported operation: Platform._operatingSystem error. +* Fix Web Unsupported operation: Platform._operatingSystem error. # [5.2.1] * Rename QuillCustomIcon to QuillCustomButton. diff --git a/pubspec.yaml b/pubspec.yaml index f24c60b8..eefe3e95 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_quill description: A rich text editor supporting mobile and web (Demo App @ bulletjournal.us) -version: 5.2.3 +version: 5.2.4 #author: bulletjournal homepage: https://bulletjournal.us/home/index.html repository: https://github.com/singerdmx/flutter-quill