File tree Expand file tree Collapse file tree 9 files changed +13
-13
lines changed Expand file tree Collapse file tree 9 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 1
1
name : _fe_analyzer_shared
2
2
# See the release policy for managing this version number at
3
3
# pkg/analyzer/doc/implementation/releasing.md.
4
- version : 86 .0.0
4
+ version : 87 .0.0
5
5
description : Logic that is shared between the front_end and analyzer packages.
6
6
repository : https://github.com/dart-lang/sdk/tree/main/pkg/_fe_analyzer_shared
7
7
Original file line number Diff line number Diff line change 1
- ## 0.2.1-dev
1
+ ## 0.2.1
2
2
3
3
- Require version ` ^8.1.0 ` of the ` analyzer ` package.
4
4
Original file line number Diff line number Diff line change 1
1
name : analysis_server_plugin
2
2
description : A framework and support code for building plugins for the analysis server.
3
- version : 0.2.1-dev
3
+ version : 0.2.1
4
4
repository : https://github.com/dart-lang/sdk/tree/main/pkg/analysis_server_plugin
5
5
6
6
environment :
@@ -11,7 +11,7 @@ resolution: workspace
11
11
dependencies :
12
12
# See the release policy for managing this dependency at
13
13
# pkg/analyzer/doc/implementation/releasing.md.
14
- analyzer : ^8.1.0-dev
14
+ analyzer : ^8.1.0
15
15
analyzer_plugin : ^0.13.2
16
16
meta : ^1.16.0
17
17
yaml : ^3.1.0
Original file line number Diff line number Diff line change 1
- ## 8.1.0-dev
1
+ ## 8.1.0
2
2
* Add ` DartObject.constructorInvocation ` with the constructor and arguments.
3
3
* Make ` PropertyAccessorElement.variable ` non-nullable.
4
4
* Add ` documentationComment ` to ` Element ` and ` Fragment ` .
Original file line number Diff line number Diff line change 1
1
name : analyzer
2
- version : 8.1.0-dev
2
+ version : 8.1.0
3
3
description : >-
4
4
This package provides a library that performs static analysis of Dart code.
5
5
repository : https://github.com/dart-lang/sdk/tree/main/pkg/analyzer
@@ -12,7 +12,7 @@ resolution: workspace
12
12
dependencies :
13
13
# See the release policy for this dependency at
14
14
# pkg/analyzer/doc/implementation/releasing.md.
15
- _fe_analyzer_shared : ^86 .0.0
15
+ _fe_analyzer_shared : ^87 .0.0
16
16
collection : ^1.19.0
17
17
convert : ^3.0.0
18
18
crypto : ^3.0.0
Original file line number Diff line number Diff line change 1
- ## 0.13.6-dev
1
+ ## 0.13.6
2
2
3
3
- Require version ` ^8.1.0 ` of the ` analyzer ` package.
4
4
Original file line number Diff line number Diff line change 1
1
name : analyzer_plugin
2
2
description : A framework and support code for building plugins for the analysis server.
3
- version : 0.13.6-dev
3
+ version : 0.13.6
4
4
repository : https://github.com/dart-lang/sdk/tree/main/pkg/analyzer_plugin
5
5
6
6
environment :
@@ -11,7 +11,7 @@ resolution: workspace
11
11
dependencies :
12
12
# See the release policy for managing this dependency at
13
13
# pkg/analyzer/doc/implementation/releasing.md.
14
- analyzer : ^8.1.0-dev
14
+ analyzer : ^8.1.0
15
15
collection : ^1.15.0
16
16
dart_style : ' >=2.3.7 <4.0.0'
17
17
pub_semver : ^2.1.0
Original file line number Diff line number Diff line change 1
- ## 0.1.1-dev
1
+ ## 0.1.1
2
2
3
3
- Require version ` ^8.1.0 ` of the ` analyzer ` package.
4
4
Original file line number Diff line number Diff line change 1
1
name : analyzer_testing
2
2
description : Testing utilities related to the analyzer and analysis_server_plugin packages.
3
- version : 0.1.1-dev
3
+ version : 0.1.1
4
4
repository : https://github.com/dart-lang/sdk/tree/main/pkg/analyzer_testing
5
5
6
6
environment :
@@ -11,7 +11,7 @@ resolution: workspace
11
11
dependencies :
12
12
# See the release policy for managing this dependency at
13
13
# pkg/analyzer/doc/implementation/releasing.md.
14
- analyzer : ^8.1.0-dev
14
+ analyzer : ^8.1.0
15
15
meta : ^1.10.0
16
16
path : ^1.9.0
17
17
test : ^1.25.0
You can’t perform that action at this time.
0 commit comments