Skip to content
This repository was archived by the owner on Apr 8, 2025. It is now read-only.

Commit 7f984ba

Browse files
kevmoomatanlurey
authored andcommitted
Support latest analyzer (#30)
1 parent e61c9a1 commit 7f984ba

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# Changelog
1+
## 1.0.0-alpha+4
2+
3+
- Add support for latest `pkg/analyzer`.
24

35
## 1.0.0-alpha+3
46

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: code_builder
2-
version: 1.0.0-alpha+3
2+
version: 1.0.0-alpha+4
33
description: A fluent API for generating Dart code
44
author: Dart Team <[email protected]>
55
homepage: https://github.com/dart-lang/code_builder
@@ -8,7 +8,7 @@ environment:
88
sdk: '>=1.9.1 <2.0.0'
99

1010
dependencies:
11-
analyzer: '>=0.28.1 <0.29.0'
11+
analyzer: '>=0.28.1 <0.30.0'
1212
dart_style: ^0.2.10
1313
matcher: ^0.12.0+2
1414
meta: ^1.0.2

0 commit comments

Comments
 (0)