Prepare to publish analyzer 8.1.0 and _fe_analyzer_shared 87.0.0

Change-Id: I87cca5c8179b700425b42317bc9f62a826ef58fd
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/444380
Reviewed-by: Samuel Rawlins <srawlins@google.com>
Reviewed-by: Paul Berry <paulberry@google.com>
Commit-Queue: Konstantin Shcheglov <scheglov@google.com>
diff --git a/pkg/_fe_analyzer_shared/pubspec.yaml b/pkg/_fe_analyzer_shared/pubspec.yaml
index 75817dc..d6a977f 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: 86.0.0
+version: 87.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 c13e28f..e19ff05 100644
--- a/pkg/analysis_server_plugin/CHANGELOG.md
+++ b/pkg/analysis_server_plugin/CHANGELOG.md
@@ -1,4 +1,4 @@
-## 0.2.1-dev
+## 0.2.1
 
 - Require version `^8.1.0` of the `analyzer` package.
 
diff --git a/pkg/analysis_server_plugin/pubspec.yaml b/pkg/analysis_server_plugin/pubspec.yaml
index b16c763..9a523b6 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.2.1-dev
+version: 0.2.1
 repository: https://github.com/dart-lang/sdk/tree/main/pkg/analysis_server_plugin
 
 environment:
@@ -11,7 +11,7 @@
 dependencies:
   # See the release policy for managing this dependency at
   # pkg/analyzer/doc/implementation/releasing.md.
-  analyzer: ^8.1.0-dev
+  analyzer: ^8.1.0
   analyzer_plugin: ^0.13.2
   meta: ^1.16.0
   yaml: ^3.1.0
diff --git a/pkg/analyzer/CHANGELOG.md b/pkg/analyzer/CHANGELOG.md
index 54c8991..e56a83d 100644
--- a/pkg/analyzer/CHANGELOG.md
+++ b/pkg/analyzer/CHANGELOG.md
@@ -1,4 +1,4 @@
-## 8.1.0-dev
+## 8.1.0
 * Add `DartObject.constructorInvocation` with the constructor and arguments.
 * Make `PropertyAccessorElement.variable` non-nullable.
 * Add `documentationComment` to `Element` and `Fragment`.
diff --git a/pkg/analyzer/pubspec.yaml b/pkg/analyzer/pubspec.yaml
index 60a108b..1a6bd08 100644
--- a/pkg/analyzer/pubspec.yaml
+++ b/pkg/analyzer/pubspec.yaml
@@ -1,5 +1,5 @@
 name: analyzer
-version: 8.1.0-dev
+version: 8.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 @@
 dependencies:
   # See the release policy for this dependency at
   # pkg/analyzer/doc/implementation/releasing.md.
-  _fe_analyzer_shared: ^86.0.0
+  _fe_analyzer_shared: ^87.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 aaa5ebb..37104de 100644
--- a/pkg/analyzer_plugin/CHANGELOG.md
+++ b/pkg/analyzer_plugin/CHANGELOG.md
@@ -1,4 +1,4 @@
-## 0.13.6-dev
+## 0.13.6
 
 - Require version `^8.1.0` of the `analyzer` package.
 
diff --git a/pkg/analyzer_plugin/pubspec.yaml b/pkg/analyzer_plugin/pubspec.yaml
index d948f57..4e169bd 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.13.6-dev
+version: 0.13.6
 repository: https://github.com/dart-lang/sdk/tree/main/pkg/analyzer_plugin
 
 environment:
@@ -11,7 +11,7 @@
 dependencies:
   # See the release policy for managing this dependency at
   # pkg/analyzer/doc/implementation/releasing.md.
-  analyzer: ^8.1.0-dev
+  analyzer: ^8.1.0
   collection: ^1.15.0
   dart_style: '>=2.3.7 <4.0.0'
   pub_semver: ^2.1.0
diff --git a/pkg/analyzer_testing/CHANGELOG.md b/pkg/analyzer_testing/CHANGELOG.md
index 92b56df..5b048d0 100644
--- a/pkg/analyzer_testing/CHANGELOG.md
+++ b/pkg/analyzer_testing/CHANGELOG.md
@@ -1,4 +1,4 @@
-## 0.1.1-dev
+## 0.1.1
 
 - Require version `^8.1.0` of the `analyzer` package.
 
diff --git a/pkg/analyzer_testing/pubspec.yaml b/pkg/analyzer_testing/pubspec.yaml
index 2699aaa..e227f9f 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.1.1-dev
+version: 0.1.1
 repository: https://github.com/dart-lang/sdk/tree/main/pkg/analyzer_testing
 
 environment:
@@ -11,7 +11,7 @@
 dependencies:
   # See the release policy for managing this dependency at
   # pkg/analyzer/doc/implementation/releasing.md.
-  analyzer: ^8.1.0-dev
+  analyzer: ^8.1.0
   meta: ^1.10.0
   path: ^1.9.0
   test: ^1.25.0