Prepare to publish analyzer 6.7.0 and _fe_analyzer_shared 72.0.0

Change-Id: Idfac92660bac987a6e0576ef6418a5eadee3a98a
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/371800
Commit-Queue: Konstantin Shcheglov <scheglov@google.com>
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
This commit is contained in:
Konstantin Shcheglov 2024-06-16 17:51:49 +00:00 committed by Commit Queue
parent 627cd3047d
commit 51ecf21356
3 changed files with 4 additions and 4 deletions

View file

@ -1,5 +1,5 @@
name: _fe_analyzer_shared
version: 71.0.0
version: 72.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,4 +1,4 @@
## 6.7.0-dev
## 6.7.0
* Deprecated `File.createSource()`, it violates levels of abstraction.
You can get `Source` instances from `AnalysisResult`s.
* Deprecated unused static members of `AnalysisError`.

View file

@ -1,5 +1,5 @@
name: analyzer
version: 6.7.0-dev
version: 6.7.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 @@ environment:
sdk: '>=3.3.0 <4.0.0'
dependencies:
_fe_analyzer_shared: ^71.0.0
_fe_analyzer_shared: ^72.0.0
collection: ^1.17.0
convert: ^3.0.0
crypto: ^3.0.0