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

Commit a97998f

Browse files
kevmoomatanlurey
authored andcommitted
Support latest pkg/dart_style (#106)
1 parent 83a7418 commit a97998f

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.0.1
2+
3+
* Support the latest version of `package:dart_style`.
4+
15
## 1.0.0
26

37
First full release. At this point all changes until `2.0.0` will be backwards

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
2+
version: 1.0.1
33
description: A fluent API for generating Dart code
44
author: Dart Team <[email protected]>
55
homepage: https://github.com/dart-lang/code_builder
@@ -9,7 +9,7 @@ environment:
99

1010
dependencies:
1111
analyzer: '>=0.29.1 <0.30.0'
12-
dart_style: ^0.2.10
12+
dart_style: '>=0.2.10 <2.0.0'
1313
func: ^0.1.0
1414
matcher: ^0.12.0+2
1515
meta: ^1.0.2

0 commit comments

Comments
 (0)