Skip to content

Commit

Permalink
Version 3.5.0-269.0.dev
Browse files Browse the repository at this point in the history
Merge 51ecf21 into dev
  • Loading branch information
Dart CI committed Jun 16, 2024
2 parents f009db7 + 51ecf21 commit 4f8c8c4
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pkg/_fe_analyzer_shared/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion pkg/analyzer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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`.
Expand Down
4 changes: 2 additions & 2 deletions pkg/analyzer/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion tools/VERSION
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ CHANNEL dev
MAJOR 3
MINOR 5
PATCH 0
PRERELEASE 268
PRERELEASE 269
PRERELEASE_PATCH 0

0 comments on commit 4f8c8c4

Please sign in to comment.