Skip to content

Commit 57b0964

Browse files
srawlinsCommit Queue
authored andcommitted
Bump analyzer_plugin to 0.13.2
CHANGELOG already is at 0.13.2 - no need for a change there. Change-Id: I0a94100e390082a7bea6d9e25cbf215e3a88d373 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/441000 Reviewed-by: Konstantin Shcheglov <[email protected]> Commit-Queue: Samuel Rawlins <[email protected]>
1 parent 56d0115 commit 57b0964

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

pkg/analyzer_plugin/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
## 0.13.2
22
- Deprecated: `RangeFactory.error` is replaced by `RangeFactory.diagnostic`.
3+
- Require version `8.x.x` of the `analyzer` package.
34

45
## 0.13.1
56
- Updated SDK constraint to `^3.5.0`.

pkg/analyzer_plugin/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: analyzer_plugin
22
description: A framework and support code for building plugins for the analysis server.
3-
version: 0.13.1-wip
3+
version: 0.13.2
44
repository: https://github.com/dart-lang/sdk/tree/main/pkg/analyzer_plugin
55

66
environment:
@@ -11,7 +11,7 @@ resolution: workspace
1111
dependencies:
1212
# See the release policy for managing this dependency at
1313
# pkg/analyzer/doc/implementation/releasing.md.
14-
analyzer: ^8.0.0-0
14+
analyzer: ^8.0.0
1515
collection: ^1.15.0
1616
dart_style: '>=2.3.7 <4.0.0'
1717
pub_semver: ^2.1.0

0 commit comments

Comments
 (0)