Update CHANGELOG.md and pubspec.yaml

pull/1507/head
Ellet 1 year ago
parent 303c6e4efb
commit 3a56ccff51
No known key found for this signature in database
GPG Key ID: C488CC70BBCEF0D1
  1. 3
      flutter_quill_extensions/CHANGELOG.md
  2. 4
      flutter_quill_extensions/pubspec.yaml

@ -1,3 +1,6 @@
## 0.6.0-dev.2
- Another breaking changes, we will add mirgrate guide soon.
## 0.6.0-dev.1
- Breaking Changes, we have refactored most of the functions and it got renamed

@ -1,6 +1,6 @@
name: flutter_quill_extensions
description: Embed extensions for flutter_quill including image, video, formula and etc.
version: 0.6.0-dev.1
version: 0.6.0-dev.2
homepage: https://github.com/singerdmx/flutter-quill
repository: https://github.com/singerdmx/flutter-quill
@ -26,7 +26,7 @@ dependencies:
flutter:
sdk: flutter
flutter_quill: ^8.1.10
flutter_quill: ^8.2.0
http: ^1.1.0
photo_view: ^0.14.0

Loading…
Cancel
Save