diff --git a/CHANGELOG.md b/CHANGELOG.md index be9a8eca..61e90812 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## [2.0.8] +* Adding translations to the toolbar. + ## [2.0.7] * Added theming options for toolbar icons and LinkDialog. diff --git a/lib/src/widgets/toolbar/image_video_utils.dart b/lib/src/widgets/toolbar/image_video_utils.dart index 74820c7f..c4591dd4 100644 --- a/lib/src/widgets/toolbar/image_video_utils.dart +++ b/lib/src/widgets/toolbar/image_video_utils.dart @@ -5,8 +5,8 @@ import 'package:flutter/material.dart'; import 'package:image_picker/image_picker.dart'; import '../../models/documents/nodes/embed.dart'; -import '../../utils/media_pick_setting.dart'; import '../../translations/toolbar.i18n.dart'; +import '../../utils/media_pick_setting.dart'; import '../controller.dart'; import '../toolbar.dart'; diff --git a/pubspec.yaml b/pubspec.yaml index c183026c..84674dcd 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: 2.0.7 +version: 2.0.8 #author: bulletjournal homepage: https://bulletjournal.us/home/index.html repository: https://github.com/singerdmx/flutter-quill