From 4f955e2433c3b04f927c7295a8ca2cedf18a095b Mon Sep 17 00:00:00 2001 From: Ellet <73608287+freshtechtips@users.noreply.github.com> Date: Mon, 6 Nov 2023 02:07:13 +0300 Subject: [PATCH] Update version and main workflow --- .github/workflows/main.yml | 3 +++ CHANGELOG.md | 3 +++ pubspec.yaml | 2 +- 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c5314cc0..b8ad209b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -25,6 +25,9 @@ jobs: - name: Install flutter_quill_extensions dependencies run: flutter pub get -C flutter_quill_extensions + - name: Install flutter_quill_test dependencies + run: flutter pub get -C flutter_quill_test + - name: Run flutter analysis run: flutter analyze diff --git a/CHANGELOG.md b/CHANGELOG.md index 58ae1a15..91598874 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## [8.2.2] +- Move the `flutter_quill_test` to seperated package [flutter_quill_test](https://pub.dev/packages/fresh_quill_extensions) + ## [8.2.1] - Update `README.md` diff --git a/pubspec.yaml b/pubspec.yaml index d8a81a40..6ea8f4ea 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_quill description: A rich text editor built for the modern Android, iOS, web and desktop platforms. It is the WYSIWYG editor and a Quill component for Flutter. -version: 8.2.1 +version: 8.2.2 homepage: https://1o24bbs.com/c/bulletjournal/108 repository: https://github.com/singerdmx/flutter-quill