Skip to content

Commit f6f020a

Browse files
committed
custom_lint_core : 0.5.13 -> 0.5.14
custom_lint_builder : 0.5.13 -> 0.5.14
1 parent 337977d commit f6f020a

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

packages/custom_lint_builder/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.5.14 - 2024-02-03
2+
3+
- `custom_lint_core` upgraded to `0.5.14`
4+
15
## 0.5.13 - 2024-02-03
26

37
- `custom_lint_core` upgraded to `0.5.13`

packages/custom_lint_builder/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: custom_lint_builder
2-
version: 0.5.13
2+
version: 0.5.14
33
description: A package to help writing custom linters
44
repository: https://github.com/invertase/dart_custom_lint
55

@@ -15,7 +15,7 @@ dependencies:
1515
custom_lint: 0.5.11
1616
# Using tight constraints as custom_lint_builder communicate with each-other
1717
# using a specific contract
18-
custom_lint_core: 0.5.13
18+
custom_lint_core: 0.5.14
1919
glob: ^2.1.1
2020
hotreloader: ">=3.0.5 <5.0.0"
2121
meta: ^1.7.0

packages/custom_lint_core/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Unreleased patch
1+
## 0.5.14 - 2024-02-03
22

33
- Improved formatting when specifying `source` on `encodePrioritizedSourceChanges`/`matcherNormalizedPrioritizedSourceChangeSnapshot`
44

packages/custom_lint_core/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: custom_lint_core
2-
version: 0.5.13
2+
version: 0.5.14
33
description: A package to help writing custom linters
44
repository: https://github.com/invertase/dart_custom_lint
55

0 commit comments

Comments
 (0)