diff --git a/CHANGELOG.md b/CHANGELOG.md index a47fbff6..b4403d1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -105,4 +105,7 @@ * More fix on cursor focus issue when keyboard is on. ## [0.3.4] -* Improve link handling for tel, mailto and etc. \ No newline at end of file +* Improve link handling for tel, mailto and etc. + +## [0.3.5] +* Fix for cursor focus issues when keyboard is on. \ No newline at end of file diff --git a/app/pubspec.lock b/app/pubspec.lock index 10f02f59..a331d9dd 100644 --- a/app/pubspec.lock +++ b/app/pubspec.lock @@ -138,7 +138,7 @@ packages: path: ".." relative: true source: path - version: "0.3.3" + version: "0.3.4" flutter_test: dependency: "direct dev" description: flutter @@ -282,13 +282,6 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "3.0.13" - quill_delta: - dependency: transitive - description: - name: quill_delta - url: "https://pub.dartlang.org" - source: hosted - version: "2.0.0" quiver: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 844a833d..98a9434b 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.3.4 +version: 0.3.5 #author: bulletjournal homepage: https://bulletjournal.us/home/index.html repository: https://github.com/singerdmx/flutter-quill.git