Skip to content

Commit

Permalink
The following packages have been updated:
Browse files Browse the repository at this point in the history
custom_lint_core                   : 0.6.10 -> 0.7.0
custom_lint                        : 0.6.10 -> 0.7.0
custom_lint_analyzer_plugin_loader : 0.6.10 -> 0.7.0
custom_lint_builder                : 0.6.10 -> 0.7.0
  • Loading branch information
rrousselGit committed Oct 27, 2024
1 parent 8b37dae commit 04dc84f
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 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 0.7.0
## 0.7.0 - 2024-10-27

- `custom_lint --fix` and the generated "Fix all <code>" assists
now correctly handle imports.
Expand Down
4 changes: 2 additions & 2 deletions 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.10
version: 0.7.0
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 All @@ -15,7 +15,7 @@ dependencies:
ci: ^0.1.0
cli_util: ^0.4.0
collection: ^1.16.0
custom_lint_core: 0.6.10
custom_lint_core: 0.7.0
freezed_annotation: ^2.2.0
json_annotation: ^4.7.0
meta: ^1.7.0
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.10
version: 0.7.0
publish_to: none

environment:
sdk: ">=3.0.0 <4.0.0"

dependencies:
custom_lint: 0.6.10
custom_lint: 0.7.0

# TODO: If you want to contribute to custom_lint, add a pubspec_overrides.yaml file
# in this folder, containing the following:
Expand Down
2 changes: 1 addition & 1 deletion packages/custom_lint_builder/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Unreleased 0.7.0
## 0.7.0 - 2024-10-27

- `custom_lint --fix` and the generated "Fix all <code>" assists
now correctly handle imports.
Expand Down
6 changes: 3 additions & 3 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.10
version: 0.7.0
description: A package to help writing custom linters
repository: https://github.com/invertase/dart_custom_lint

Expand All @@ -12,10 +12,10 @@ dependencies:
collection: ^1.16.0
# Using tight constraints as custom_lint_builder communicate with each-other
# using a specific contract
custom_lint: 0.6.10
custom_lint: 0.7.0
# Using tight constraints as custom_lint_builder communicate with each-other
# using a specific contract
custom_lint_core: 0.6.10
custom_lint_core: 0.7.0
# Using loose constraint to support a range of analyzer versions.
custom_lint_visitor: ^1.0.0
glob: ^2.1.1
Expand Down
2 changes: 1 addition & 1 deletion packages/custom_lint_core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Unreleased 0.7.0
## 0.7.0 - 2024-10-27

- `custom_lint --fix` and the generated "Fix all <code>" assists
now correctly handle imports.
Expand Down
2 changes: 1 addition & 1 deletion packages/custom_lint_core/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: custom_lint_core
version: 0.6.10
version: 0.7.0
description: A package to help writing custom linters
repository: https://github.com/invertase/dart_custom_lint

Expand Down

0 comments on commit 04dc84f

Please sign in to comment.