Skip to content

Commit cf09edd

Browse files
srawlinsCommit Queue
authored and
Commit Queue
committed
analyzer_plugin: Bump version to 0.13.0
Change-Id: Ic7d21b5da4e7d1e5bc718459d48f5e59bd4adeda Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/404920 Reviewed-by: Konstantin Shcheglov <[email protected]> Reviewed-by: Brian Wilkerson <[email protected]> Commit-Queue: Samuel Rawlins <[email protected]>
1 parent 6c5fe06 commit cf09edd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pkg/analyzer_plugin/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 0.13.0-dev
1+
## 0.13.0
22
- Remove `elementName()` from `RangeFactory`. Use `fragmentName()` instead.
33
- Breaking changes to `DartFileEditBuilder` and `DartEditBuilder`.
44
- Breaking changes to `AnalyzerConverter`.

pkg/analyzer_plugin/pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
name: analyzer_plugin
22
description: A framework and support code for building plugins for the analysis server.
3-
version: 0.13.0-dev
3+
version: 0.13.0
44
repository: https://github.com/dart-lang/sdk/tree/main/pkg/analyzer_plugin
55

66
environment:
77
sdk: '^3.0.0'
88

99
dependencies:
10-
analyzer: ^7.0.0
10+
analyzer: ^7.2.0
1111
collection: ^1.15.0
1212
dart_style: '>=2.3.7 <4.0.0'
1313
pub_semver: ^2.1.0

0 commit comments

Comments
 (0)