Skip to content

Commit 02faed0

Browse files
scheglovCommit Queue
authored and
Commit Queue
committed
Prepare to publish analyzer 6.6.0 and _fe_analyzer_shared 71.0.0
Bug: #55870 Change-Id: Ic06f4c0a2cc5dc5f07f72335dd172f203b948cb1 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/371261 Reviewed-by: Brian Wilkerson <[email protected]> Commit-Queue: Konstantin Shcheglov <[email protected]>
1 parent 0ddba91 commit 02faed0

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,5 +1,5 @@
11
name: _fe_analyzer_shared
2-
version: 70.0.0
2+
version: 71.0.0
33
description: Logic that is shared between the front_end and analyzer packages.
44
repository: https://github.com/dart-lang/sdk/tree/main/pkg/_fe_analyzer_shared
55

pkg/analyzer/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 6.6.0-dev
1+
## 6.6.0
22
* Stop exporting `src/file_system/file_system.dart`
33
from `file_system/file_system.dart`.
44
* Deprecated `package:analyzer/src/source/source_resource.dart`,

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: 6.6.0-dev
2+
version: 6.6.0
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
@@ -8,7 +8,7 @@ environment:
88
sdk: '>=3.3.0 <4.0.0'
99

1010
dependencies:
11-
_fe_analyzer_shared: ^70.0.0
11+
_fe_analyzer_shared: ^71.0.0
1212
collection: ^1.17.0
1313
convert: ^3.0.0
1414
crypto: ^3.0.0

0 commit comments

Comments
 (0)