Skip to content

Commit

Permalink
chore: updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
CatHood0 committed Jul 18, 2024
1 parent 05ec9a7 commit 83be570
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.3.13

* Chore: updated dependencies

## 1.3.12

* Fix: always add a new line without checking the last operation
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Add the dependency to your pubspec.yaml:

```yaml
dependencies:
flutter_quill_delta_from_html: ^1.3.12
flutter_quill_delta_from_html: ^1.3.13
```
Then, import the package and use it in your Flutter application:
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_quill_delta_from_html
description: "Convert easily HTML inputs content to Quill Js Delta format"
version: 1.3.12
version: 1.3.13
homepage:
repository: https://github.com/CatHood0/flutter_quill_delta_from_html
issue_tracker: https://github.com/CatHood0/flutter_quill_delta_from_html/issues
Expand All @@ -10,7 +10,7 @@ environment:
flutter: ">=1.17.0"

dependencies:
dart_quill_delta: ^9.5.19
dart_quill_delta: ^10.0.0
html: ^0.15.4

dev_dependencies:
Expand Down

0 comments on commit 83be570

Please sign in to comment.