Prepare to publish analyzer 6.5.2 and _fe_analyzer_shared 70.0.0

After https://dart-review.googlesource.com/c/sdk/+/368424

Change-Id: I7523f96507c7cca0bb074ba67f9a53338bae350c
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/368821
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
Commit-Queue: Konstantin Shcheglov <scheglov@google.com>
This commit is contained in:
Konstantin Shcheglov 2024-05-30 17:38:39 +00:00 committed by Commit Queue
parent 0fba690acc
commit 106e639734
3 changed files with 6 additions and 3 deletions

View file

@ -1,5 +1,5 @@
name: _fe_analyzer_shared
version: 69.0.0
version: 70.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

View file

@ -1,3 +1,6 @@
## 6.5.2
* Updated constraints `macros: '>=0.1.2-0 <0.1.3'`.
## 6.5.1
* Updated constraints `macros: '>=0.1.1-0 <0.1.2'`.

View file

@ -1,5 +1,5 @@
name: analyzer
version: 6.5.1
version: 6.5.2
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 @@ environment:
sdk: '>=3.3.0 <4.0.0'
dependencies:
_fe_analyzer_shared: ^69.0.0
_fe_analyzer_shared: ^70.0.0
collection: ^1.17.0
convert: ^3.0.0
crypto: ^3.0.0