Skip to content

Commit 8c5e062

Browse files
srawlinsCommit Queue
authored andcommitted
Bump versions in analysis_server_plugin and analyzer_plugin
Change-Id: If5944df434d32e70c2a35361dca24bc106469094 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/419485 Reviewed-by: Brian Wilkerson <[email protected]> Commit-Queue: Samuel Rawlins <[email protected]>
1 parent f839989 commit 8c5e062

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
## 0.2.0-dev
2+
3+
- Require version `7.4.x` of the `analyzer` package.
4+
5+
## 0.1.0-dev.1
6+
7+
- Initial release

pkg/analysis_server_plugin/pubspec.yaml

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

66
environment:
@@ -9,7 +9,7 @@ environment:
99
resolution: workspace
1010

1111
dependencies:
12-
analyzer: ^7.3.0
12+
analyzer: ^7.4.0
1313
analyzer_plugin: ^0.13.0
1414
meta: ^1.16.0
1515
yaml: ^3.1.0

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.1
22
- Updated SDK constraint to `^3.5.0`.
3+
- Require version `7.4.x` of the `analyzer` package.
34

45
## 0.13.0
56
- Remove `elementName()` from `RangeFactory`. Use `fragmentName()` instead.

pkg/analyzer_plugin/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ environment:
99
resolution: workspace
1010

1111
dependencies:
12-
analyzer: ^7.2.0
12+
analyzer: ^7.4.0
1313
collection: ^1.15.0
1414
dart_style: '>=2.3.7 <4.0.0'
1515
pub_semver: ^2.1.0

0 commit comments

Comments
 (0)