Skip to content

Commit b50bd2b

Browse files
committed
custom_lint : 0.6.6 -> 0.6.7
custom_lint_analyzer_plugin_loader : 0.6.6 -> 0.6.7 custom_lint_builder : 0.6.6 -> 0.6.7
1 parent de60d52 commit b50bd2b

File tree

5 files changed

+10
-6
lines changed

5 files changed

+10
-6
lines changed

packages/custom_lint/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Unreleased patch
1+
## 0.6.7 - 2024-09-08
22

33
- Removed offline package resolution for the analyzer plugin.
44
The logic seemed broken at times, so removing it should make custom_lint more stable.

packages/custom_lint/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: custom_lint
2-
version: 0.6.6
2+
version: 0.6.7
33
description: Lint rules are a powerful way to improve the maintainability of a project. Custom Lint allows package authors and developers to easily write custom lint rules.
44
repository: https://github.com/invertase/dart_custom_lint
55
issue_tracker: https://github.com/invertase/dart_custom_lint/issues

packages/custom_lint/tools/analyzer_plugin/pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
name: custom_lint_analyzer_plugin_loader
22
description: This pubspec determines the version of the analyzer plugin to load.
3-
version: 0.6.6
3+
version: 0.6.7
44
publish_to: none
55

66
environment:
77
sdk: ">=3.0.0 <4.0.0"
88

99
dependencies:
10-
custom_lint: 0.6.6
10+
custom_lint: 0.6.7
1111

1212
# TODO: If you want to contribute to custom_lint, add a pubspec_overrides.yaml file
1313
# in this folder, containing the following:

packages/custom_lint_builder/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.6.7 - 2024-09-08
2+
3+
- `custom_lint` upgraded to `0.6.7`
4+
15
## 0.6.6 - 2024-09-08
26

37
- `custom_lint` upgraded to `0.6.6`

packages/custom_lint_builder/pubspec.yaml

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

@@ -12,7 +12,7 @@ dependencies:
1212
collection: ^1.16.0
1313
# Using tight constraints as custom_lint_builder communicate with each-other
1414
# using a specific contract
15-
custom_lint: 0.6.6
15+
custom_lint: 0.6.7
1616
# Using tight constraints as custom_lint_builder communicate with each-other
1717
# using a specific contract
1818
custom_lint_core: 0.6.5

0 commit comments

Comments
 (0)