File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 1
- ## 3.6.1
1
+ ## 3.6.1 - 2025-01-08
2
2
3
3
- When inside a pub workspace, ` pub get ` will now delete stray
4
4
` .dart_tool/package_config.json ` files in directories between the
5
5
workspace root and workspace directories. Preventing confusing behavior
6
6
when migrating a repository to pub workspaces (issue [ pub #4445 ] [ ] ).
7
-
8
7
- Fixes crash during AOT and dart2wasm compilation which was caused by
9
8
the incorrect generic covariant field in a constant object (issue
10
9
[ #57084 ] [ ] ).
11
-
12
10
- Fixes analysis options discovery in the presence of workspaces
13
11
(issue [ #56552 ] [ ] ).
14
12
15
13
[ pub#4445 ] : https://github.com/dart-lang/pub/issues/4445
16
14
[ #57084 ] : https://github.com/dart-lang/sdk/issues/57084
17
15
[ #56552 ] : https://github.com/dart-lang/sdk/issues/56552
18
16
19
- ## 3.6.0
17
+ ## 3.6.0 - 2024-12-11
20
18
21
19
### Language
22
20
Original file line number Diff line number Diff line change 26
26
CHANNEL stable
27
27
MAJOR 3
28
28
MINOR 6
29
- PATCH 0
29
+ PATCH 1
30
30
PRERELEASE 0
31
31
PRERELEASE_PATCH 0
You can’t perform that action at this time.
0 commit comments