Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ environment:
sdk: ^3.7.0

dependencies:
analyzer: ^8.1.1
analyzer: '>=8.1.1 <10.0.0'
build: '>=3.0.0 <5.0.0'
source_gen: any

Expand Down
4 changes: 4 additions & 0 deletions source_gen/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 4.1.1

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

## 4.1.0

- Add `TypeChecker.typeNamedLiterally`. It's like `TypeChecker.typeNamed`,
Expand Down
4 changes: 2 additions & 2 deletions source_gen/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: source_gen
version: 4.1.0
version: 4.1.1
description: >-
Source code generation builders and utilities for the Dart build system
repository: https://github.com/dart-lang/source_gen/tree/master/source_gen
Expand All @@ -9,7 +9,7 @@ environment:
sdk: ^3.7.0

dependencies:
analyzer: ^8.1.1
analyzer: '>=8.1.1 <10.0.0'
async: ^2.10.0
build: '>=3.0.0 <5.0.0'
dart_style: ^3.0.0
Expand Down