diff --git a/pkg/_fe_analyzer_shared/pubspec.yaml b/pkg/_fe_analyzer_shared/pubspec.yaml index 1b06f3982b6..35507f06336 100644 --- a/pkg/_fe_analyzer_shared/pubspec.yaml +++ b/pkg/_fe_analyzer_shared/pubspec.yaml @@ -1,7 +1,7 @@ name: _fe_analyzer_shared # See the release policy for managing this version number at # pkg/analyzer/doc/implementation/releasing.md. -version: 100.0.0 +version: 101.0.0 description: Logic that is shared between the front_end and analyzer packages. repository: https://github.com/dart-lang/sdk/tree/main/pkg/_fe_analyzer_shared diff --git a/pkg/analysis_server_plugin/CHANGELOG.md b/pkg/analysis_server_plugin/CHANGELOG.md index 2c8e9f8f0c8..7d19c4f6758 100644 --- a/pkg/analysis_server_plugin/CHANGELOG.md +++ b/pkg/analysis_server_plugin/CHANGELOG.md @@ -1,7 +1,7 @@ -## 0.3.16-dev +## 0.3.16 -- Require version `13.1.0-dev` of the `analyzer` package. -- Require version `0.14.10-dev` of the `analyzer_plugin` package. +- Require version `13.1.0` of the `analyzer` package. +- Require version `0.14.10` of the `analyzer_plugin` package. - Overhaul the plugin server which decides what files to re-analyze after various events, including overlay changes (in the IDE), file watch events, etc. This change results in better results caching, so that, generally diff --git a/pkg/analysis_server_plugin/pubspec.yaml b/pkg/analysis_server_plugin/pubspec.yaml index 93bec8fe381..734add653e5 100644 --- a/pkg/analysis_server_plugin/pubspec.yaml +++ b/pkg/analysis_server_plugin/pubspec.yaml @@ -1,6 +1,6 @@ name: analysis_server_plugin description: A framework and support code for building plugins for the analysis server. -version: 0.3.16-dev +version: 0.3.16 repository: https://github.com/dart-lang/sdk/tree/main/pkg/analysis_server_plugin environment: @@ -11,8 +11,8 @@ resolution: workspace dependencies: # See the release policy for managing this dependency at # pkg/analyzer/doc/implementation/releasing.md. - analyzer: 13.1.0-dev - analyzer_plugin: 0.14.10-dev + analyzer: 13.1.0 + analyzer_plugin: 0.14.10 collection: ^1.19.0 meta: ^1.16.0 yaml: ^3.1.0 diff --git a/pkg/analyzer/CHANGELOG.md b/pkg/analyzer/CHANGELOG.md index 40ce1958233..5628c50d498 100644 --- a/pkg/analyzer/CHANGELOG.md +++ b/pkg/analyzer/CHANGELOG.md @@ -1,4 +1,4 @@ -## 13.1.0-dev +## 13.1.0 * Deprecate `PackageConfigFileBuilder` in `package:analyzer/utilities/package_config_file_builder.dart`. Use `package:analyzer_testing/package_config_file_builder.dart` instead. * Deprecate `isInitializingFormal` in `FormalParameterElement`. Use type checks (`element is FieldFormalParameterElement`) instead. diff --git a/pkg/analyzer/pubspec.yaml b/pkg/analyzer/pubspec.yaml index c7533d59a01..fc7531eebf7 100644 --- a/pkg/analyzer/pubspec.yaml +++ b/pkg/analyzer/pubspec.yaml @@ -1,5 +1,5 @@ name: analyzer -version: 13.1.0-dev +version: 13.1.0 description: >- This package provides a library that performs static analysis of Dart code. repository: https://github.com/dart-lang/sdk/tree/main/pkg/analyzer @@ -12,7 +12,7 @@ resolution: workspace dependencies: # See the release policy for this dependency at # pkg/analyzer/doc/implementation/releasing.md. - _fe_analyzer_shared: ^100.0.0 + _fe_analyzer_shared: ^101.0.0 collection: ^1.19.0 convert: ^3.0.0 crypto: ^3.0.0 diff --git a/pkg/analyzer_plugin/CHANGELOG.md b/pkg/analyzer_plugin/CHANGELOG.md index a2457b25c24..68788afc3c5 100644 --- a/pkg/analyzer_plugin/CHANGELOG.md +++ b/pkg/analyzer_plugin/CHANGELOG.md @@ -1,6 +1,6 @@ -## 0.14.10-dev +## 0.14.10 -- Require version `13.1.0-dev` of the `analyzer` package. +- Require version `13.1.0` of the `analyzer` package. ## 0.14.9 diff --git a/pkg/analyzer_plugin/pubspec.yaml b/pkg/analyzer_plugin/pubspec.yaml index 7a3f539215f..393b556eb18 100644 --- a/pkg/analyzer_plugin/pubspec.yaml +++ b/pkg/analyzer_plugin/pubspec.yaml @@ -1,6 +1,6 @@ name: analyzer_plugin description: A framework and support code for building plugins for the analysis server. -version: 0.14.10-dev +version: 0.14.10 repository: https://github.com/dart-lang/sdk/tree/main/pkg/analyzer_plugin environment: @@ -11,7 +11,7 @@ resolution: workspace dependencies: # See the release policy for managing this dependency at # pkg/analyzer/doc/implementation/releasing.md. - analyzer: 13.1.0-dev + analyzer: 13.1.0 collection: ^1.15.0 dart_style: ^3.0.0 pub_semver: ^2.1.0 diff --git a/pkg/analyzer_testing/CHANGELOG.md b/pkg/analyzer_testing/CHANGELOG.md index cf56b47ccd6..d26fa0adbae 100644 --- a/pkg/analyzer_testing/CHANGELOG.md +++ b/pkg/analyzer_testing/CHANGELOG.md @@ -1,11 +1,11 @@ -## 0.3.0-dev +## 0.3.0 - Add `PackageConfigFileBuilder` to the public API. - Breaking change: `ResourceProviderMixin.newPackageConfigJsonFileFromBuilder` now takes the `PackageConfigFileBuilder` from `package:analyzer_testing`. - Fix mocks for Flutter's `painting/text_span.dart`, `widgets/media_query.dart`, and `widgets/scroll_delegate.dart` libraries. -- Require version `13.1.0-dev` of the `analyzer` package. +- Require version `13.1.0` of the `analyzer` package. ## 0.2.6 diff --git a/pkg/analyzer_testing/pubspec.yaml b/pkg/analyzer_testing/pubspec.yaml index ddfd00a1d5e..e7a62a8ce0b 100644 --- a/pkg/analyzer_testing/pubspec.yaml +++ b/pkg/analyzer_testing/pubspec.yaml @@ -1,6 +1,6 @@ name: analyzer_testing description: Testing utilities related to the analyzer and analysis_server_plugin packages. -version: 0.3.0-dev +version: 0.3.0 repository: https://github.com/dart-lang/sdk/tree/main/pkg/analyzer_testing environment: @@ -11,7 +11,7 @@ resolution: workspace dependencies: # See the release policy for managing this dependency at # pkg/analyzer/doc/implementation/releasing.md. - analyzer: 13.1.0-dev + analyzer: 13.1.0 meta: ^1.10.0 path: ^1.9.0 test: ^1.25.0