Skip to content

Commit a0f21e8

Browse files
authored
v3.1.7: support the latest pkg:analyzer (#1812)
1 parent 4f93caf commit a0f21e8

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 3.1.7
2+
3+
* Require `analyzer: '>=10.0.0 <12.0.0'`.
4+
15
## 3.1.6
26

37
### Style changes

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: dart_style
22
# Note: See tool/grind.dart for how to bump the version.
3-
version: 3.1.6
3+
version: 3.1.7
44
description: >-
55
Opinionated, automatic Dart source code formatter.
66
Provides an API and a CLI tool.
@@ -9,7 +9,7 @@ environment:
99
sdk: ^3.10.0
1010

1111
dependencies:
12-
analyzer: ^10.0.0
12+
analyzer: '>=10.0.0 <12.0.0'
1313
args: ^2.5.0
1414
collection: ^1.19.0
1515
package_config: ^2.1.0

0 commit comments

Comments
 (0)