Skip to content

Commit 62caf71

Browse files
srawlinsCommit Queue
authored andcommitted
Bump analyzer-related package version numbers
Change-Id: Id85cfd2b4c429777e4ccd1c405df39b0795025c1 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/443637 Reviewed-by: Konstantin Shcheglov <[email protected]> Commit-Queue: Samuel Rawlins <[email protected]>
1 parent d410173 commit 62caf71

File tree

6 files changed

+24
-6
lines changed

6 files changed

+24
-6
lines changed

pkg/analysis_server_plugin/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.2.1-dev
2+
3+
- Require version `^8.1.0` of the `analyzer` package.
4+
15
## 0.2.0
26

37
- Require version `^8.0.0` of the `analyzer` package.

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.2.0
3+
version: 0.2.1-dev
44
repository: https://github.com/dart-lang/sdk/tree/main/pkg/analysis_server_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
14+
analyzer: ^8.1.0-dev
1515
analyzer_plugin: ^0.13.2
1616
meta: ^1.16.0
1717
yaml: ^3.1.0

pkg/analyzer_plugin/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,35 @@
1+
## 0.13.6-dev
2+
3+
- Require version `^8.1.0` of the `analyzer` package.
4+
15
## 0.13.5
6+
27
- Require version `^8.0.0` of the `analyzer` package.
38

49
## 0.13.4
10+
511
- Require version `^7.5.1` of the `analyzer` package.
612

713
## 0.13.2
14+
815
- Deprecated: `RangeFactory.error` is replaced by `RangeFactory.diagnostic`.
916
- Require version `^7.4.6` of the `analyzer` package.
1017

1118
## 0.13.1
19+
1220
- Updated SDK constraint to `^3.5.0`.
1321
- Require version `7.4.x` of the `analyzer` package.
1422

1523
## 0.13.0
24+
1625
- Remove `elementName()` from `RangeFactory`. Use `fragmentName()` instead.
1726
- Breaking changes to `DartFileEditBuilder` and `DartEditBuilder`.
1827
- Breaking changes to `AnalyzerConverter`.
1928
- Support for a plugin to send an `AnalysisStatus` notification, featuring an
2029
`isAnalyzing` `bool` field.
2130

2231
## 0.12.0
32+
2333
- Breaking changes to `DartFileEditBuilder`: `convertFunctionFromSyncToAsync`
2434
and `replaceTypeWithFuture`.
2535
- Breaking changes to all classes in `lib/protocol/protocol_common.dart` and

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.5
3+
version: 0.13.6-dev
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
14+
analyzer: ^8.1.0-dev
1515
collection: ^1.15.0
1616
dart_style: '>=2.3.7 <4.0.0'
1717
pub_semver: ^2.1.0

pkg/analyzer_testing/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.1.1-dev
2+
3+
- Require version `^8.1.0` of the `analyzer` package.
4+
15
## 0.1.0
26

37
- Initial release

pkg/analyzer_testing/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: analyzer_testing
22
description: Testing utilities related to the analyzer and analysis_server_plugin packages.
3-
version: 0.1.0
3+
version: 0.1.1-dev
44
repository: https://github.com/dart-lang/sdk/tree/main/pkg/analyzer_testing
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
14+
analyzer: ^8.1.0-dev
1515
meta: ^1.10.0
1616
path: ^1.9.0
1717
test: ^1.25.0

0 commit comments

Comments
 (0)