versions update to release (#1357)

* Update pubspec.yaml

* updated dependencies conflicting

* fix

* versions update to release

* versions update to release
pull/1358/head
Dilanka Yapa 2 years ago committed by GitHub
parent 888f46c917
commit c84329e5b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      CHANGELOG.md
  2. 3
      flutter_quill_extensions/CHANGELOG.md
  3. 4
      flutter_quill_extensions/pubspec.yaml
  4. 2
      pubspec.yaml

@ -1,3 +1,6 @@
# [7.3.3]
- Updated Dependencies conflicting.
# [7.3.2]
- Added builder for custom button in _LinkDialog.

@ -1,3 +1,6 @@
## 0.4.1
- Updated Dependencies conflicting.
## 0.4.0
- Fix backspace around images [PR #1309](https://github.com/singerdmx/flutter-quill/pull/1309)
- Feat/link regexp [PR #1329](https://github.com/singerdmx/flutter-quill/pull/1329)

@ -1,6 +1,6 @@
name: flutter_quill_extensions
description: Embed extensions for flutter_quill including image, video, formula and etc.
version: 0.4.0
version: 0.4.1
homepage: https://bulletjournal.us/home/index.html
repository: https://github.com/singerdmx/flutter-quill/tree/master/flutter_quill_extensions
@ -12,7 +12,7 @@ dependencies:
flutter:
sdk: flutter
flutter_quill: ^7.3.2
flutter_quill: ^7.3.3
image_picker: ^1.0.2
photo_view: ^0.14.0

@ -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: 7.3.2
version: 7.3.3
homepage: https://1o24bbs.com/c/bulletjournal/108
repository: https://github.com/singerdmx/flutter-quill

Loading…
Cancel
Save