Skip to content

Commit 508c6c6

Browse files
committed
tweak
1 parent c6f1dfb commit 508c6c6

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

source_gen/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## 2.0.0
22

3+
- **DO NOT PUBLISH**: Only land into `analyzer-element2` branch.
4+
When all clients migrate, replace all APIs.
35
- **Breaking Change**: Change `formatOutput` function to accept a language
46
version parameter.
57
- **Formatting Change**: Generated code will no longer apply any fixes by
@@ -8,7 +10,7 @@
810
- Document deduplication behavior for the output of
911
`GeneratorForAnnotation.generateForAnnotatedElement`.
1012
- Support all the glob quotes.
11-
- Require `analyzer: '>=6.9.0 <8.0.0'`
13+
- Require `analyzer: '>=7.2.0 <8.0.0'`
1214
- Support the latest `package:dart_style`
1315
- `LibraryBuilder`, `PartBuilder`, and `SharedPartBuilder` now take an optional
1416
`writeDescriptions` boolean. When set to `false`, headers and generator

source_gen/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ environment:
1010
sdk: ^3.6.0
1111

1212
dependencies:
13-
analyzer: '>=6.9.0 <8.0.0'
13+
analyzer: '>=7.2.0 <8.0.0'
1414
async: ^2.5.0
1515
build: ^2.1.0
1616
dart_style: '>=2.3.7 <4.0.0'

0 commit comments

Comments
 (0)