Skip to content

Commit

Permalink
custom_lint : 0.6.6 -> 0.6.7
Browse files Browse the repository at this point in the history
custom_lint_analyzer_plugin_loader : 0.6.6 -> 0.6.7
custom_lint_builder                : 0.6.6 -> 0.6.7
  • Loading branch information
rrousselGit committed Sep 8, 2024
1 parent de60d52 commit b50bd2b
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/custom_lint/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Unreleased patch
## 0.6.7 - 2024-09-08

- Removed offline package resolution for the analyzer plugin.
The logic seemed broken at times, so removing it should make custom_lint more stable.
Expand Down
2 changes: 1 addition & 1 deletion packages/custom_lint/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: custom_lint
version: 0.6.6
version: 0.6.7
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.
repository: https://github.com/invertase/dart_custom_lint
issue_tracker: https://github.com/invertase/dart_custom_lint/issues
Expand Down
4 changes: 2 additions & 2 deletions packages/custom_lint/tools/analyzer_plugin/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: custom_lint_analyzer_plugin_loader
description: This pubspec determines the version of the analyzer plugin to load.
version: 0.6.6
version: 0.6.7
publish_to: none

environment:
sdk: ">=3.0.0 <4.0.0"

dependencies:
custom_lint: 0.6.6
custom_lint: 0.6.7

# TODO: If you want to contribute to custom_lint, add a pubspec_overrides.yaml file
# in this folder, containing the following:
Expand Down
4 changes: 4 additions & 0 deletions packages/custom_lint_builder/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.6.7 - 2024-09-08

- `custom_lint` upgraded to `0.6.7`

## 0.6.6 - 2024-09-08

- `custom_lint` upgraded to `0.6.6`
Expand Down
4 changes: 2 additions & 2 deletions packages/custom_lint_builder/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: custom_lint_builder
version: 0.6.6
version: 0.6.7
description: A package to help writing custom linters
repository: https://github.com/invertase/dart_custom_lint

Expand All @@ -12,7 +12,7 @@ dependencies:
collection: ^1.16.0
# Using tight constraints as custom_lint_builder communicate with each-other
# using a specific contract
custom_lint: 0.6.6
custom_lint: 0.6.7
# Using tight constraints as custom_lint_builder communicate with each-other
# using a specific contract
custom_lint_core: 0.6.5
Expand Down

0 comments on commit b50bd2b

Please sign in to comment.