Skip to content

Commit 84ec62a

Browse files
committed
Changelog
1 parent be2c0ea commit 84ec62a

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

packages/custom_lint/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## Unreleased 0.7.0
2+
3+
- `custom_lint --fix` and the generated "Fix all <code>" assists
4+
now correctly handle imports.
5+
- Now supports a broad number of analyzer version.
6+
17
## 0.6.10 - 2024-10-10
28

39
- Support installing custom_lint plugins in `dependencies:` instead of `dev_dependencies` (thanks to @dickermoshe).

packages/custom_lint_builder/CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
## Unreleased fix
1+
## Unreleased 0.7.0
22

3-
- `--fix` batch now share the same "CustomLintContext".
3+
- `custom_lint --fix` and the generated "Fix all <code>" assists
4+
now correctly handle imports.
5+
- Now supports a broad number of analyzer version.
46

57
## 0.6.10 - 2024-10-10
68

packages/custom_lint_core/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## Unreleased 0.7.0
2+
3+
- `custom_lint --fix` and the generated "Fix all <code>" assists
4+
now correctly handle imports.
5+
- Now supports a broad number of analyzer version.
6+
17
## 0.6.10 - 2024-10-10
28

39
- Added support for `dart:io` imports when using `TypeChecker.fromPackage` (thanks to @oskar-zeinomahmalat-sonarsource)

0 commit comments

Comments
 (0)