Skip to content

Commit 5a98a97

Browse files
scheglovCommit Queue
authored andcommitted
Prepare to publish analyzer 8.2.0, _fe_analyzer_shared 89.0.0, analysis_server_plugin 0.3.0, analyzer_plugin 0.13.8, analyzer_testing 0.1.3
Change-Id: Id3e52c9b91f25a11b5b1d00a51a580f53db44033 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/450744 Reviewed-by: Samuel Rawlins <[email protected]> Commit-Queue: Konstantin Shcheglov <[email protected]>
1 parent 584cf9b commit 5a98a97

File tree

9 files changed

+14
-14
lines changed

9 files changed

+14
-14
lines changed

pkg/_fe_analyzer_shared/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: _fe_analyzer_shared
22
# See the release policy for managing this version number at
33
# pkg/analyzer/doc/implementation/releasing.md.
4-
version: 88.0.0
4+
version: 89.0.0
55
description: Logic that is shared between the front_end and analyzer packages.
66
repository: https://github.com/dart-lang/sdk/tree/main/pkg/_fe_analyzer_shared
77

pkg/analysis_server_plugin/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 0.3.0-dev
1+
## 0.3.0
22

33
- Require version `8.2.0` of the `analyzer` package.
44
- Require Dart SDK `^3.9.0`.

pkg/analysis_server_plugin/pubspec.yaml

Lines changed: 3 additions & 3 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.3.0-dev
3+
version: 0.3.0
44
repository: https://github.com/dart-lang/sdk/tree/main/pkg/analysis_server_plugin
55

66
environment:
@@ -11,8 +11,8 @@ resolution: workspace
1111
dependencies:
1212
# See the release policy for managing this dependency at
1313
# pkg/analyzer/doc/implementation/releasing.md.
14-
analyzer: 8.2.0-dev
15-
analyzer_plugin: 0.13.8-dev
14+
analyzer: 8.2.0
15+
analyzer_plugin: 0.13.8
1616
meta: ^1.16.0
1717
yaml: ^3.1.0
1818
yaml_edit: ^2.2.0

pkg/analyzer/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 8.2.0-dev
1+
## 8.2.0
22
* Updated SDK constraint to `^3.9.0`.
33
* Deprecate `Diagnostic.data`. Instead, please use an expando to attach data to
44
the `Diagnostic` object.

pkg/analyzer/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: analyzer
2-
version: 8.2.0-dev
2+
version: 8.2.0
33
description: >-
44
This package provides a library that performs static analysis of Dart code.
55
repository: https://github.com/dart-lang/sdk/tree/main/pkg/analyzer
@@ -12,7 +12,7 @@ resolution: workspace
1212
dependencies:
1313
# See the release policy for this dependency at
1414
# pkg/analyzer/doc/implementation/releasing.md.
15-
_fe_analyzer_shared: ^88.0.0
15+
_fe_analyzer_shared: ^89.0.0
1616
collection: ^1.19.0
1717
convert: ^3.0.0
1818
crypto: ^3.0.0

pkg/analyzer_plugin/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 0.13.8-dev
1+
## 0.13.8
22

33
- Require version `8.2.0` of the `analyzer` package.
44
- Require Dart SDK `^3.9.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.8-dev
3+
version: 0.13.8
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.2.0-dev
14+
analyzer: 8.2.0
1515
collection: ^1.15.0
1616
dart_style: ^3.0.0
1717
pub_semver: ^2.1.0

pkg/analyzer_testing/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 0.1.3-dev
1+
## 0.1.3
22

33
- Require version `8.2.0` of the `analyzer` package.
44
- Require Dart SDK `^3.9.0`.

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.3-dev
3+
version: 0.1.3
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.2.0-dev
14+
analyzer: 8.2.0
1515
meta: ^1.10.0
1616
path: ^1.9.0
1717
test: ^1.25.0

0 commit comments

Comments
 (0)