This repository has been archived by the owner on Nov 1, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e61c9a1
commit 7f984ba
Showing
2 changed files
with
5 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
# Changelog | ||
## 1.0.0-alpha+4 | ||
|
||
- Add support for latest `pkg/analyzer`. | ||
|
||
## 1.0.0-alpha+3 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
name: code_builder | ||
version: 1.0.0-alpha+3 | ||
version: 1.0.0-alpha+4 | ||
description: A fluent API for generating Dart code | ||
author: Dart Team <[email protected]> | ||
homepage: https://github.com/dart-lang/code_builder | ||
|
@@ -8,7 +8,7 @@ environment: | |
sdk: '>=1.9.1 <2.0.0' | ||
|
||
dependencies: | ||
analyzer: '>=0.28.1 <0.29.0' | ||
analyzer: '>=0.28.1 <0.30.0' | ||
dart_style: ^0.2.10 | ||
matcher: ^0.12.0+2 | ||
meta: ^1.0.2 | ||
|