Skip to content

Commit 07834e8

Browse files
scheglovCommit Queue
authored andcommitted
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 <[email protected]> Commit-Queue: Konstantin Shcheglov <[email protected]>
1 parent 438b560 commit 07834e8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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: 87.0.0
4+
version: 88.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/analyzer/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 8.1.1-dev
1+
## 8.1.1
22
* Fix for `EnumSet` usage when compiled to JavaScript.
33

44
## 8.1.0

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.1.1-dev
2+
version: 8.1.1
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: ^87.0.0
15+
_fe_analyzer_shared: ^88.0.0
1616
collection: ^1.19.0
1717
convert: ^3.0.0
1818
crypto: ^3.0.0

0 commit comments

Comments
 (0)