Skip to content

Commit ca0899e

Browse files
committed
Revert webdev changes and move dwds to 24.3.0 instead
1 parent 784e22b commit ca0899e

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

dwds/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 24.2.1
1+
## 24.3.0
22

33
- Update to be forward compatible with changes to `package:shelf_web_socket`.
44
- Added support for some debugging APIs with the DDC library bundle format. - [#2537](https://github.com/dart-lang/webdev/issues/2537)

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: 1 addition & 1 deletion
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.1
3+
version: 24.3.0
44
description: >-
55
A service that proxies between the Chrome debug protocol and the Dart VM
66
service protocol.

webdev/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
## 3.7.1
1+
## 3.7.1-wip
22

3-
- Update `dwds` constraint to `24.2.1`.
3+
- Update `dwds` constraint to `24.3.0`.
44

55
## 3.7.0
66

webdev/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: webdev
22
# Every time this changes you need to run `dart run build_runner build`.
3-
version: 3.7.1
3+
version: 3.7.1-wip
44
# We should not depend on a dev SDK before publishing.
55
# publish_to: none
66
description: >-
@@ -19,7 +19,7 @@ dependencies:
1919
crypto: ^3.0.2
2020
dds: ^4.1.0
2121
# Pin DWDS to avoid dependency conflicts with vm_service:
22-
dwds: 24.2.1
22+
dwds: 24.2.0
2323
http: ^1.0.0
2424
http_multi_server: ^3.2.0
2525
io: ^1.0.3

0 commit comments

Comments
 (0)