diff --git a/CHANGELOG.md b/CHANGELOG.md index 45a82501..5bfda437 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -78,4 +78,7 @@ * Support display local image besides network image. ## [0.2.8] -* Support display local image besides network image in stable branch. \ No newline at end of file +* Support display local image besides network image in stable branch. + +## [0.2.9] +* Update TextInputConfiguration autocorrect to true. \ No newline at end of file diff --git a/app/pubspec.lock b/app/pubspec.lock index f4e16a57..66f4b1e0 100644 --- a/app/pubspec.lock +++ b/app/pubspec.lock @@ -103,7 +103,7 @@ packages: path: ".." relative: true source: path - version: "0.2.8" + version: "0.2.9" flutter_test: dependency: "direct dev" description: flutter diff --git a/pubspec.lock b/pubspec.lock index 4afa0337..25975c15 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -127,7 +127,7 @@ packages: name: image_picker url: "https://pub.dartlang.org" source: hosted - version: "0.6.7+17" + version: "0.6.7+22" image_picker_platform_interface: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index d9cff81e..09d03a06 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_quill description: One client and affiliated collaborator of Flutter Quill is Bullet Journal App. -version: 0.2.8 +version: 0.2.9 #author: bulletjournal homepage: https://bulletjournal.us/home/index.html repository: https://github.com/singerdmx/flutter-quill.git @@ -18,7 +18,7 @@ dependencies: tuple: ^1.0.3 url_launcher: ^5.7.10 flutter_colorpicker: ^0.3.4 - image_picker: ^0.6.7+17 + image_picker: ^0.6.7+22 photo_view: ^0.10.3 universal_html: ^1.2.1