Skip to content

Commit 3c5871d

Browse files
committed
Prepare for 24.2.0 release
1 parent 846608d commit 3c5871d

File tree

4 files changed

+30
-29
lines changed

4 files changed

+30
-29
lines changed

dwds/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 24.2.0-wip
1+
## 24.2.0
22

33
- Consolidate `FrontendServerDdcStrategyProvider` and `FrontendServerRequireStrategyProvider` under a shared parent class. - [#2517](https://github.com/dart-lang/webdev/issues/2517)
44
- Remove `build_daemon_ddc_and_canary_evaluate_test`. - [2512](https://github.com/dart-lang/webdev/issues/2512)
@@ -12,6 +12,7 @@
1212
when using the library bundle format does not provide a useful bundle name.
1313
- Migrate to `package:web` v1.1.0.
1414
- Added support for some debugging APIs with the DDC library bundle format. - [#2488](https://github.com/dart-lang/webdev/issues/2488)
15+
- Update `package:vm_service` to '>=14.2.4 <16.0.0'.
1516

1617
## 24.1.0
1718

dwds/lib/src/injected/client.js

Lines changed: 23 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dwds/lib/src/version.dart

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dwds/pubspec.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: dwds
22
# Every time this changes you need to run `dart run build_runner build`.
3-
version: 24.2.0-wip
3+
version: 24.2.0
44
description: >-
55
A service that proxies between the Chrome debug protocol and the Dart VM
66
service protocol.
@@ -15,7 +15,7 @@ dependencies:
1515
collection: ^1.15.0
1616
crypto: ^3.0.2
1717
dds: ^4.2.5
18-
file: ">=6.1.4 <8.0.0"
18+
file: '>=6.1.4 <8.0.0'
1919
http: ^1.0.0
2020
http_multi_server: ^3.2.0
2121
logging: ^1.0.2
@@ -33,7 +33,7 @@ dependencies:
3333
stack_trace: ^1.10.0
3434
sse: ^4.1.2
3535
uuid: ^4.0.0
36-
vm_service: ^14.2.4
36+
vm_service: '>=14.2.4 <16.0.0'
3737
vm_service_interface: 1.1.0
3838
web_socket_channel: '>=2.2.0 <4.0.0'
3939
web: ^1.1.0
@@ -52,7 +52,7 @@ dev_dependencies:
5252
graphs: ^2.1.0
5353
frontend_server_common:
5454
path: ../frontend_server_common
55-
js: ">=0.6.4 <0.8.0"
55+
js: '>=0.6.4 <0.8.0'
5656
lints: ^4.0.0
5757
pubspec_parse: ^1.2.0
5858
puppeteer: ^3.1.1

0 commit comments

Comments
 (0)