Skip to content

Commit 1f4fddd

Browse files
scheglovCommit Queue
authored andcommitted
Prepare to publish analyzer 7.4.0 and _fe_analyzer_shared 81.0.0
Change-Id: I1dcbcc686b956843c590b09a8c2078f909bd7639 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/422383 Reviewed-by: Paul Berry <[email protected]> Commit-Queue: Konstantin Shcheglov <[email protected]> Reviewed-by: Brian Wilkerson <[email protected]>
1 parent 4f818d4 commit 1f4fddd

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-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: 80.0.0
2+
version: 81.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: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
## 7.3.1-wip
1+
## 7.4.0
22
* Updated SDK constraint to `^3.5.0`.
3+
* Deprecated element model V1.
4+
See [migration guide](https://github.com/dart-lang/sdk/blob/main/pkg/analyzer/doc/element_model_migration_guide.md).
35

46
## 7.3.0
57
* Add `flags` optional named parameter to `FeatureSet.latestLanguageVersion()`.

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: 7.3.1-wip
2+
version: 7.4.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
@@ -10,7 +10,7 @@ environment:
1010
resolution: workspace
1111

1212
dependencies:
13-
_fe_analyzer_shared: ^80.0.0
13+
_fe_analyzer_shared: ^81.0.0
1414
collection: ^1.19.0
1515
convert: ^3.0.0
1616
crypto: ^3.0.0

0 commit comments

Comments
 (0)