Prepare to publish analyzer 7.1.0 and _fe_analyzer_shared 78.0.0

Change-Id: I3fc650aca37b611ef53f50d53168b995445bd915
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/399031
Reviewed-by: Samuel Rawlins <srawlins@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 57dbba9..a7a1cc6 100644
--- a/pkg/_fe_analyzer_shared/pubspec.yaml
+++ b/pkg/_fe_analyzer_shared/pubspec.yaml
@@ -1,5 +1,5 @@
 name: _fe_analyzer_shared
-version: 77.0.0
+version: 78.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 240bb6a..955b69b 100644
--- a/pkg/analyzer/CHANGELOG.md
+++ b/pkg/analyzer/CHANGELOG.md
@@ -1,3 +1,6 @@
+## 7.1.0
+* New APIs for element model with fragments.
+
 ## 7.0.0
 * Remove deprecated `DartType.element2`.
 * Remove deprecated `DartType.isDynamic`.
diff --git a/pkg/analyzer/pubspec.yaml b/pkg/analyzer/pubspec.yaml
index 235c3e8..991f9e9 100644
--- a/pkg/analyzer/pubspec.yaml
+++ b/pkg/analyzer/pubspec.yaml
@@ -1,5 +1,5 @@
 name: analyzer
-version: 7.0.0
+version: 7.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
@@ -8,7 +8,7 @@
   sdk: '>=3.3.0 <4.0.0'
 
 dependencies:
-  _fe_analyzer_shared: ^77.0.0
+  _fe_analyzer_shared: ^78.0.0
   collection: ^1.19.0
   convert: ^3.0.0
   crypto: ^3.0.0