From 52d9a79bfc19cee5f103bb270350f61df92b7f3c Mon Sep 17 00:00:00 2001 From: Cheryl Date: Sat, 4 Nov 2023 11:25:13 -0700 Subject: [PATCH] Upgrade to 8.1.9 --- .github/workflows/publish.yml | 7 ++++--- CHANGELOG.md | 3 +++ pubspec.yaml | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index e70d39198..40ce776ef 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -16,7 +16,8 @@ jobs: with: flutter-version: '3.13.9' + - name: Disable Flutter analytics + run: flutter config --no-analytics + - name: Publish to pub.dev - run: | - echo "Before you publish, make sure you've handled authentication properly" - flutter pub publish + run: echo 'y' | flutter pub publish --force diff --git a/CHANGELOG.md b/CHANGELOG.md index c6bd489c1..d6b238e1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## [8.1.9] +- Fix automated publishing to pub.dev. + ## [8.1.8] - Fix automated publishing to pub.dev. diff --git a/pubspec.yaml b/pubspec.yaml index e27527f88..8bc2df1a0 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.1.8 +version: 8.1.9 homepage: https://1o24bbs.com/c/bulletjournal/108 repository: https://github.com/singerdmx/flutter-quill