Skip to content

Commit e1fbddb

Browse files
authored
Allow analyzer: '>=8.1.1 <11.0.0' (#799)
* Allow analyzer: '>=8.1.1 <11.0.0'
1 parent 997660c commit e1fbddb

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ environment:
66
sdk: ^3.7.0
77

88
dependencies:
9-
analyzer: '>=8.1.1 <10.0.0'
9+
analyzer: '>=8.1.1 <11.0.0'
1010
build: '>=3.0.0 <5.0.0'
1111
source_gen: any
1212

source_gen/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 4.1.2
2+
3+
- Allow `analyzer: '>=8.1.1 <11.0.0'`.
4+
15
## 4.1.1
26

37
- Allow `analyzer: '>=8.1.1 <10.0.0'`.

source_gen/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: source_gen
2-
version: 4.1.1
2+
version: 4.1.2
33
description: >-
44
Source code generation builders and utilities for the Dart build system
55
repository: https://github.com/dart-lang/source_gen/tree/master/source_gen
@@ -9,7 +9,7 @@ environment:
99
sdk: ^3.7.0
1010

1111
dependencies:
12-
analyzer: '>=8.1.1 <10.0.0'
12+
analyzer: '>=8.1.1 <11.0.0'
1313
async: ^2.10.0
1414
build: '>=3.0.0 <5.0.0'
1515
dart_style: ^3.0.0

0 commit comments

Comments
 (0)