Skip to content

Commit eb0c253

Browse files
committed
Restrict analyzer, allow build.
1 parent f5f148c commit eb0c253

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ environment:
77

88
dependencies:
99
analyzer: '>=7.4.0 <9.0.0'
10-
build: ^3.0.0
10+
build: '>=3.0.0 <5.0.0'
1111
source_gen: any
1212

1313
dev_dependencies:

source_gen/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 4.0.1
2+
3+
- Require `analyzer: '>=8.1.1 <9.0.0'`.
4+
- Allow `build: '>=3.0.0 <5.0.0'`.
5+
16
## 4.0.0
27

38
- **Breaking Change**: remove `TypeChecker.fromRuntime`, use

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.0.0
2+
version: 4.0.1
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
@@ -11,7 +11,7 @@ environment:
1111
dependencies:
1212
analyzer: '>=8.1.1 <9.0.0'
1313
async: ^2.10.0
14-
build: ^3.0.0
14+
build: '>=3.0.0 <5.0.0'
1515
dart_style: ^3.0.0
1616
glob: ^2.0.0
1717
path: ^1.9.0

0 commit comments

Comments
 (0)