Prepare to publish analyzer 4.3.1 and _fe_analyzer_shared 43.0.0

Change-Id: I8dba10b407d00abae1ed05341c12470dba136753
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/252702
Commit-Queue: Konstantin Shcheglov <scheglov@google.com>
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
Reviewed-by: Samuel Rawlins <srawlins@google.com>
This commit is contained in:
Konstantin Shcheglov 2022-07-25 22:17:15 +00:00 committed by Commit Bot
parent 9ac9025e48
commit ea820da673
3 changed files with 4 additions and 4 deletions

View file

@ -1,5 +1,5 @@
name: _fe_analyzer_shared
version: 42.0.0
version: 43.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 @@
## 4.3.1-dev
## 4.3.1
* Fix `identifier` for `LibraryExportElement` and `LibraryImportElement`.
## 4.3.0

View file

@ -1,5 +1,5 @@
name: analyzer
version: 4.3.1-dev
version: 4.3.1
description: This package provides a library that performs static analysis of Dart code.
repository: https://github.com/dart-lang/sdk/tree/main/pkg/analyzer
@ -7,7 +7,7 @@ environment:
sdk: '>=2.17.0 <3.0.0'
dependencies:
_fe_analyzer_shared: ^42.0.0
_fe_analyzer_shared: ^43.0.0
collection: ^1.15.0
convert: ^3.0.0
crypto: ^3.0.0