Skip to content

Commit d1611c3

Browse files
devoncarewCommit Queue
authored andcommitted
[deps] rev core
Revisions updated by `dart tools/rev_sdk_deps.dart`. core (https://github.com/dart-lang/core/compare/1156cfe..6af0821): 6af0821d 2024-11-07 Devon Carew add links to the package issue trackers (dart-lang/core#720) Change-Id: I29a8a64b81a3159dc2ca7dd8d07056bc7c0061ce Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/394402 Reviewed-by: Konstantin Shcheglov <[email protected]> Commit-Queue: Devon Carew <[email protected]>
1 parent 8a5862a commit d1611c3

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

DEPS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ vars = {
120120
# EOL comment after a dependency to disable this and pin it at its current
121121
# revision.
122122

123-
"core_rev": "1156cfe4abc000f173bbf826783c215ca02b2ebf",
123+
"core_rev": "6af0821dd8c0ecc5c30d5e67b3c8e16e8d79cda6",
124124
# Note: Updates to dart_style have to be coordinated with the infrastructure
125125
# team so that the internal formatter `tools/sdks/dart-sdk/bin/dart format`
126126
# matches the version here. Please follow this process to make updates:

pkg/dtd/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1+
## 2.3.1-wip
2+
13
## 2.3.0
4+
25
- Indicate compatibility with `package:web_socket_channel` 2.x and 3.x.
36
- Bump minimum version for `package:unified_analytics` to 6.1.0.
47
- `DartToolingDaemon.connect` will now wait for the web socket to be connected.
@@ -15,10 +18,12 @@
1518
prior to calling `streamListen` to avoid the possibility of missing events.
1619

1720
## 2.2.0
21+
1822
- Added new response types `Success`, `StringResponse`, `BoolResponse`, and `StringListResponse`.
1923
- Added contributing guide (`CONTRIBUTING.md`).
2024

2125
## 2.1.0
26+
2227
- Added `getProjectRoots` API.
2328
- Expose constant values from `dtd.dart`.
2429

0 commit comments

Comments
 (0)