Upgrade to 8.1.8

pull/1506/head v8.1.8
Cheryl 1 year ago
parent 21c8f91511
commit 58953f2016
  1. 15
      .github/workflows/publish.yml
  2. 3
      CHANGELOG.md
  3. 2
      pubspec.yaml

@ -11,13 +11,12 @@ jobs:
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Setup Dart environment - name: Setup Flutter environment
uses: dart-lang/setup-dart@v1 uses: subosito/flutter-action@v1
with:
# If the package is not in the root, include a step to navigate to the package directory flutter-version: '3.13.9'
# - name: Change to package directory
# run: cd path/to/your/package
- name: Publish to pub.dev - name: Publish to pub.dev
run: dart pub publish --force run: |
# This will fail without an access token for authentication unless you have a custom setup. echo "Before you publish, make sure you've handled authentication properly"
flutter pub publish

@ -1,3 +1,6 @@
## [8.1.8]
- Fix automated publishing to pub.dev.
## [8.1.7] ## [8.1.7]
- Automated publishing to pub.dev. - Automated publishing to pub.dev.

@ -1,6 +1,6 @@
name: flutter_quill 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. 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.7 version: 8.1.8
homepage: https://1o24bbs.com/c/bulletjournal/108 homepage: https://1o24bbs.com/c/bulletjournal/108
repository: https://github.com/singerdmx/flutter-quill repository: https://github.com/singerdmx/flutter-quill

Loading…
Cancel
Save