We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f93caf commit a0f21e8Copy full SHA for a0f21e8
2 files changed
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 3.1.7
2
+
3
+* Require `analyzer: '>=10.0.0 <12.0.0'`.
4
5
## 3.1.6
6
7
### Style changes
pubspec.yaml
@@ -1,6 +1,6 @@
name: dart_style
# Note: See tool/grind.dart for how to bump the version.
-version: 3.1.6
+version: 3.1.7
description: >-
Opinionated, automatic Dart source code formatter.
Provides an API and a CLI tool.
@@ -9,7 +9,7 @@ environment:
9
sdk: ^3.10.0
10
11
dependencies:
12
- analyzer: ^10.0.0
+ analyzer: '>=10.0.0 <12.0.0'
13
args: ^2.5.0
14
collection: ^1.19.0
15
package_config: ^2.1.0
0 commit comments