Prepare to publish analyzer 8.1.1 and _fe_analyzer_shared 88.0.0

Change-Id: Ia295014f544ddacbd618fea5bcb71b4f6a2ff828
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/444703
Reviewed-by: Kevin Moore <kevmoo@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 d6a977f..6f9bec1 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: 87.0.0
+version: 88.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/analyzer/CHANGELOG.md b/pkg/analyzer/CHANGELOG.md
index 4e8e06d..8dfdd7f 100644
--- a/pkg/analyzer/CHANGELOG.md
+++ b/pkg/analyzer/CHANGELOG.md
@@ -1,4 +1,4 @@
-## 8.1.1-dev
+## 8.1.1
 * Fix for `EnumSet` usage when compiled to JavaScript.
 
 ## 8.1.0
diff --git a/pkg/analyzer/pubspec.yaml b/pkg/analyzer/pubspec.yaml
index 611e64d..a9d4b4d 100644
--- a/pkg/analyzer/pubspec.yaml
+++ b/pkg/analyzer/pubspec.yaml
@@ -1,5 +1,5 @@
 name: analyzer
-version: 8.1.1-dev
+version: 8.1.1
 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: ^87.0.0
+  _fe_analyzer_shared: ^88.0.0
   collection: ^1.19.0
   convert: ^3.0.0
   crypto: ^3.0.0