Skip to content

Commit fe67872

Browse files
singerdmxgithub-actions[bot]
authored andcommitted
chore(version): update to version 9.4.5
1 parent 126921f commit fe67872

File tree

13 files changed

+61
-7
lines changed

13 files changed

+61
-7
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@
44

55
All notable changes to this project will be documented in this file.
66

7+
## 9.4.5
8+
9+
* fix: color picker hex unfocus on web by @geronimol in https://github.com/singerdmx/flutter-quill/pull/1934
10+
11+
## New Contributors
12+
* @geronimol made their first contribution in https://github.com/singerdmx/flutter-quill/pull/1934
13+
14+
**Full Changelog**: https://github.com/singerdmx/flutter-quill/compare/v9.4.4...v9.4.5
15+
716
## 9.4.4
817

918
* fix: Enabled link regex to be overridden by @JoepHeijnen in https://github.com/singerdmx/flutter-quill/pull/1931

CHANGELOG_DATA.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

dart_quill_delta/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@
44

55
All notable changes to this project will be documented in this file.
66

7+
## 9.4.5
8+
9+
* fix: color picker hex unfocus on web by @geronimol in https://github.com/singerdmx/flutter-quill/pull/1934
10+
11+
## New Contributors
12+
* @geronimol made their first contribution in https://github.com/singerdmx/flutter-quill/pull/1934
13+
14+
**Full Changelog**: https://github.com/singerdmx/flutter-quill/compare/v9.4.4...v9.4.5
15+
716
## 9.4.4
817

918
* fix: Enabled link regex to be overridden by @JoepHeijnen in https://github.com/singerdmx/flutter-quill/pull/1931

dart_quill_delta/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: dart_quill_delta
22
description: A port of quill-js-delta from typescript to dart
3-
version: 9.4.4
3+
version: 9.4.5
44
homepage: https://github.com/singerdmx/flutter-quill/tree/master/dart_quill_delta/
55
repository: https://github.com/singerdmx/flutter-quill/tree/master/dart_quill_delta/
66
issue_tracker: https://github.com/singerdmx/flutter-quill/issues/

flutter_quill_extensions/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@
44

55
All notable changes to this project will be documented in this file.
66

7+
## 9.4.5
8+
9+
* fix: color picker hex unfocus on web by @geronimol in https://github.com/singerdmx/flutter-quill/pull/1934
10+
11+
## New Contributors
12+
* @geronimol made their first contribution in https://github.com/singerdmx/flutter-quill/pull/1934
13+
14+
**Full Changelog**: https://github.com/singerdmx/flutter-quill/compare/v9.4.4...v9.4.5
15+
716
## 9.4.4
817

918
* fix: Enabled link regex to be overridden by @JoepHeijnen in https://github.com/singerdmx/flutter-quill/pull/1931

flutter_quill_extensions/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_quill_extensions
22
description: Embed extensions for flutter_quill including image, video, formula and etc.
3-
version: 9.4.4
3+
version: 9.4.5
44
homepage: https://github.com/singerdmx/flutter-quill/tree/master/flutter_quill_extensions/
55
repository: https://github.com/singerdmx/flutter-quill/tree/master/flutter_quill_extensions/
66
issue_tracker: https://github.com/singerdmx/flutter-quill/issues/

flutter_quill_test/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@
44

55
All notable changes to this project will be documented in this file.
66

7+
## 9.4.5
8+
9+
* fix: color picker hex unfocus on web by @geronimol in https://github.com/singerdmx/flutter-quill/pull/1934
10+
11+
## New Contributors
12+
* @geronimol made their first contribution in https://github.com/singerdmx/flutter-quill/pull/1934
13+
14+
**Full Changelog**: https://github.com/singerdmx/flutter-quill/compare/v9.4.4...v9.4.5
15+
716
## 9.4.4
817

918
* fix: Enabled link regex to be overridden by @JoepHeijnen in https://github.com/singerdmx/flutter-quill/pull/1931

flutter_quill_test/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_quill_test
22
description: Test utilities for flutter_quill which includes methods to simplify interacting with the editor in test cases.
3-
version: 9.4.4
3+
version: 9.4.5
44
homepage: https://github.com/singerdmx/flutter-quill/tree/master/flutter_quill_test/
55
repository: https://github.com/singerdmx/flutter-quill/tree/master/flutter_quill_test/
66
issue_tracker: https://github.com/singerdmx/flutter-quill/issues/

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_quill
22
description: A rich text editor built for the modern Android, iOS, web and desktop platforms. It is the WYSIWYG editor and a Quill component for Flutter.
3-
version: 9.4.4
3+
version: 9.4.5
44
homepage: https://1o24bbs.com/c/bulletjournal/108/
55
repository: https://github.com/singerdmx/flutter-quill/
66
issue_tracker: https://github.com/singerdmx/flutter-quill/issues/

quill_html_converter/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@
44

55
All notable changes to this project will be documented in this file.
66

7+
## 9.4.5
8+
9+
* fix: color picker hex unfocus on web by @geronimol in https://github.com/singerdmx/flutter-quill/pull/1934
10+
11+
## New Contributors
12+
* @geronimol made their first contribution in https://github.com/singerdmx/flutter-quill/pull/1934
13+
14+
**Full Changelog**: https://github.com/singerdmx/flutter-quill/compare/v9.4.4...v9.4.5
15+
716
## 9.4.4
817

918
* fix: Enabled link regex to be overridden by @JoepHeijnen in https://github.com/singerdmx/flutter-quill/pull/1931

quill_html_converter/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: quill_html_converter
22
description: A extension for flutter_quill package to add support for dealing with conversion to/from html
3-
version: 9.4.4
3+
version: 9.4.5
44
homepage: https://github.com/singerdmx/flutter-quill/tree/master/quill_html_converter/
55
repository: https://github.com/singerdmx/flutter-quill/tree/master/quill_html_converter/
66
issue_tracker: https://github.com/singerdmx/flutter-quill/issues/

quill_pdf_converter/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@
44

55
All notable changes to this project will be documented in this file.
66

7+
## 9.4.5
8+
9+
* fix: color picker hex unfocus on web by @geronimol in https://github.com/singerdmx/flutter-quill/pull/1934
10+
11+
## New Contributors
12+
* @geronimol made their first contribution in https://github.com/singerdmx/flutter-quill/pull/1934
13+
14+
**Full Changelog**: https://github.com/singerdmx/flutter-quill/compare/v9.4.4...v9.4.5
15+
716
## 9.4.4
817

918
* fix: Enabled link regex to be overridden by @JoepHeijnen in https://github.com/singerdmx/flutter-quill/pull/1931

quill_pdf_converter/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: quill_pdf_converter
22
description: A extension for flutter_quill package to add support for dealing with conversion to pdf
3-
version: 9.4.4
3+
version: 9.4.5
44
homepage: https://github.com/singerdmx/flutter-quill/tree/master/quill_pdf_converter/
55
repository: https://github.com/singerdmx/flutter-quill/tree/master/quill_pdf_converter/
66
issue_tracker: https://github.com/singerdmx/flutter-quill/issues/

0 commit comments

Comments
 (0)