File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
10
10
11
11
## [ Unreleased]
12
12
13
+ ## [ 11.1.0] - 2025-03-19
14
+
13
15
### Added
14
16
15
17
- Add more APIs for testing [ #2512 ] ( https://github.com/singerdmx/flutter-quill/pull/2512 ) .
Original file line number Diff line number Diff line change 1
1
name : flutter_quill_test
2
2
description : Test utilities for flutter_quill which includes methods to simplify interacting with the editor in test cases.
3
- version : 11.0 .0
3
+ version : 11.1 .0
4
4
homepage : https://github.com/singerdmx/flutter-quill/tree/master/flutter_quill_test/
5
5
repository : https://github.com/singerdmx/flutter-quill/tree/master/flutter_quill_test/
6
6
issue_tracker : https://github.com/singerdmx/flutter-quill/issues/
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ dev_dependencies:
58
58
flutter_lints : ^5.0.0
59
59
flutter_test :
60
60
sdk : flutter
61
- flutter_quill_test : ^11.0.0-dev.1
61
+ flutter_quill_test : ^11.1.0
62
62
test : ^1.24.3
63
63
64
64
# For scripts only
You can’t perform that action at this time.
0 commit comments