Update version and main workflow

pull/1507/head
Ellet 1 year ago
parent cbfdc47b1f
commit 4f955e2433
No known key found for this signature in database
GPG Key ID: C488CC70BBCEF0D1
  1. 3
      .github/workflows/main.yml
  2. 3
      CHANGELOG.md
  3. 2
      pubspec.yaml

@ -25,6 +25,9 @@ jobs:
- name: Install flutter_quill_extensions dependencies - name: Install flutter_quill_extensions dependencies
run: flutter pub get -C flutter_quill_extensions 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 - name: Run flutter analysis
run: flutter analyze run: flutter analyze

@ -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] ## [8.2.1]
- Update `README.md` - Update `README.md`

@ -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.2.1 version: 8.2.2
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