We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c5fe06 commit cf09eddCopy full SHA for cf09edd
pkg/analyzer_plugin/CHANGELOG.md
@@ -1,4 +1,4 @@
1
-## 0.13.0-dev
+## 0.13.0
2
- Remove `elementName()` from `RangeFactory`. Use `fragmentName()` instead.
3
- Breaking changes to `DartFileEditBuilder` and `DartEditBuilder`.
4
- Breaking changes to `AnalyzerConverter`.
pkg/analyzer_plugin/pubspec.yaml
@@ -1,13 +1,13 @@
name: analyzer_plugin
description: A framework and support code for building plugins for the analysis server.
-version: 0.13.0-dev
+version: 0.13.0
repository: https://github.com/dart-lang/sdk/tree/main/pkg/analyzer_plugin
5
6
environment:
7
sdk: '^3.0.0'
8
9
dependencies:
10
- analyzer: ^7.0.0
+ analyzer: ^7.2.0
11
collection: ^1.15.0
12
dart_style: '>=2.3.7 <4.0.0'
13
pub_semver: ^2.1.0
0 commit comments