diff --git a/CHANGELOG.md b/CHANGELOG.md index 4827f6dc..66bc5e34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# [6.2.1] +* Revert "Align numerical and bullet lists along with text content". + # [6.2.0] * Align numerical and bullet lists along with text content. diff --git a/lib/src/widgets/text_block.dart b/lib/src/widgets/text_block.dart index 2073ba0d..f30e71cc 100644 --- a/lib/src/widgets/text_block.dart +++ b/lib/src/widgets/text_block.dart @@ -13,6 +13,7 @@ import 'default_styles.dart'; import 'delegate.dart'; import 'editor.dart'; import 'link.dart'; +import 'style_widgets/bullet_point.dart'; import 'style_widgets/checkbox_point.dart'; import 'style_widgets/number_point.dart'; import 'text_line.dart'; diff --git a/pubspec.yaml b/pubspec.yaml index 00b3bb74..54d1b81b 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.2.0 +version: 6.2.1 #author: bulletjournal homepage: https://bulletjournal.us/home/index.html repository: https://github.com/singerdmx/flutter-quill