Skip to content

Commit

Permalink
custom_lint : 0.5.3 -> 0.5.4
Browse files Browse the repository at this point in the history
custom_lint_analyzer_plugin_loader : 0.5.3 -> 0.5.4
custom_lint_core                   : 0.5.3 -> 0.5.4
custom_lint_builder                : 0.5.3 -> 0.5.4
custom_lint_builder_example_lint   : 0.0.7 -> 0.0.8
custom_lint_example_lint           : 0.0.7 -> 0.0.8
  • Loading branch information
rrousselGit committed Oct 20, 2023
1 parent 37fe9b1 commit f7f7b4e
Show file tree
Hide file tree
Showing 9 changed files with 20 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 patch
## 0.5.4 - 2023-10-20

- Sort lints by severity in the command line (thanks to @kuhnroyal)
- Fix watch mode not quitting with `q` (thanks to @kuhnroyal)
Expand Down
2 changes: 1 addition & 1 deletion packages/custom_lint/example/example_lint/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: custom_lint_example_lint
version: 0.0.7
version: 0.0.8
publish_to: none

environment:
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.5.3
version: 0.5.4
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.5.3
version: 0.5.4
publish_to: none

environment:
sdk: ">=2.14.0 <4.0.0"

dependencies:
custom_lint: 0.5.3
custom_lint: 0.5.4

# TODO: If you want to contribute to custom_lint, add a pubspec_overrides.yaml file
# in this folder, containing the following:
Expand Down
5 changes: 5 additions & 0 deletions packages/custom_lint_builder/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.5.4 - 2023-10-20

- `custom_lint` upgraded to `0.5.4`
- `custom_lint_core` upgraded to `0.5.4`

## 0.5.3 - 2023-08-29

- `custom_lint` upgraded to `0.5.3`
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: custom_lint_builder_example_lint
version: 0.0.7
version: 0.0.8
publish_to: none

environment:
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.5.3
version: 0.5.4
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.5.3
custom_lint: 0.5.4
# Using tight constraints as custom_lint_builder communicate with each-other
# using a specific contract
custom_lint_core: 0.5.3
custom_lint_core: 0.5.4
glob: ^2.1.1
hotreloader: ^3.0.5
meta: ^1.7.0
Expand Down
4 changes: 4 additions & 0 deletions packages/custom_lint_core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.5.4 - 2023-10-20

- `custom_lint` upgraded to `0.5.4`

## 0.5.3 - 2023-08-29

- `custom_lint` upgraded to `0.5.3`
Expand Down
4 changes: 2 additions & 2 deletions 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.5.3
version: 0.5.4
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.5.3
custom_lint: 0.5.4
matcher: ^0.12.0
meta: ^1.7.0
path: ^1.8.0
Expand Down

1 comment on commit f7f7b4e

@vercel
Copy link

@vercel vercel bot commented on f7f7b4e Oct 20, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.