From 1602045809206c0eb42d087be5f73966fc7d6639 Mon Sep 17 00:00:00 2001 From: X Code Date: Tue, 1 Nov 2022 19:21:12 -0700 Subject: [PATCH] Upgrade to 6.1.2 --- CHANGELOG.md | 3 +++ lib/src/widgets/raw_editor.dart | 2 +- pubspec.yaml | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 127c2717..bd10c99e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# [6.1.2] +* Add typing shortcuts. + # [6.1.1] * Fix order list numbering. diff --git a/lib/src/widgets/raw_editor.dart b/lib/src/widgets/raw_editor.dart index e480bc57..a9dba768 100644 --- a/lib/src/widgets/raw_editor.dart +++ b/lib/src/widgets/raw_editor.dart @@ -17,9 +17,9 @@ import '../models/documents/attribute.dart'; import '../models/documents/document.dart'; import '../models/documents/nodes/block.dart'; import '../models/documents/nodes/embeddable.dart'; +import '../models/documents/nodes/leaf.dart' as leaf; import '../models/documents/nodes/line.dart'; import '../models/documents/nodes/node.dart'; -import '../models/documents/nodes/leaf.dart' as leaf; import '../models/documents/style.dart'; import '../utils/cast.dart'; import '../utils/delta.dart'; diff --git a/pubspec.yaml b/pubspec.yaml index 44d81e5d..06768f35 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_quill description: A rich text editor supporting mobile and web (Demo App @ bulletjournal.us) -version: 6.1.1 +version: 6.1.2 #author: bulletjournal homepage: https://bulletjournal.us/home/index.html repository: https://github.com/singerdmx/flutter-quill