File tree Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.5.14 - 2024-02-03
2
+
3
+ - ` custom_lint_core ` upgraded to ` 0.5.14 `
4
+
1
5
## 0.5.13 - 2024-02-03
2
6
3
7
- ` custom_lint_core ` upgraded to ` 0.5.13 `
Original file line number Diff line number Diff line change 1
1
name : custom_lint_builder
2
- version : 0.5.13
2
+ version : 0.5.14
3
3
description : A package to help writing custom linters
4
4
repository : https://github.com/invertase/dart_custom_lint
5
5
@@ -15,7 +15,7 @@ dependencies:
15
15
custom_lint : 0.5.11
16
16
# Using tight constraints as custom_lint_builder communicate with each-other
17
17
# using a specific contract
18
- custom_lint_core : 0.5.13
18
+ custom_lint_core : 0.5.14
19
19
glob : ^2.1.1
20
20
hotreloader : " >=3.0.5 <5.0.0"
21
21
meta : ^1.7.0
Original file line number Diff line number Diff line change 1
- ## Unreleased patch
1
+ ## 0.5.14 - 2024-02-03
2
2
3
3
- Improved formatting when specifying ` source ` on ` encodePrioritizedSourceChanges ` /` matcherNormalizedPrioritizedSourceChangeSnapshot `
4
4
Original file line number Diff line number Diff line change 1
1
name : custom_lint_core
2
- version : 0.5.13
2
+ version : 0.5.14
3
3
description : A package to help writing custom linters
4
4
repository : https://github.com/invertase/dart_custom_lint
5
5
You can’t perform that action at this time.
0 commit comments