Skip to content

Commit a602f74

Browse files
scheglovCommit Bot
authored andcommitted
Prepare to publish analyzer 4.2.0 and _fe_analyzer_shared 41.0.0
Change-Id: I9e49e86e6e5187a055305399193e9e83220e673b Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/250221 Reviewed-by: Brian Wilkerson <brianwilkerson@google.com> Reviewed-by: Samuel Rawlins <srawlins@google.com> Commit-Queue: Konstantin Shcheglov <scheglov@google.com>
1 parent bb75cf4 commit a602f74

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: 40.0.0
2+
version: 41.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-
## 4.2.0-dev
1+
## 4.2.0
22
* Update SDK constraints to `>=2.17.0 <3.0.0`.
33
* Deprecated `ImportDirective.COMPARATOR`, use appropriate custom logic, if necessary.
44
* Deprecated `Element.isAccessibleIn()`, use `isAccessibleIn2()` instead.

pkg/analyzer/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
name: analyzer
2-
version: 4.2.0-dev
2+
version: 4.2.0
33
description: This package provides a library that performs static analysis of Dart code.
44
repository: https://github.com/dart-lang/sdk/tree/main/pkg/analyzer
55

66
environment:
77
sdk: '>=2.17.0 <3.0.0'
88

99
dependencies:
10-
_fe_analyzer_shared: ^40.0.0
10+
_fe_analyzer_shared: ^41.0.0
1111
collection: ^1.15.0
1212
convert: ^3.0.0
1313
crypto: ^3.0.0

0 commit comments

Comments
 (0)