Skip to content

Commit 8f146a1

Browse files
authored
Roll dwds to 24.3.7-wip and webdev to 3.7.2-wip (#2596)
1 parent 2c1d147 commit 8f146a1

File tree

6 files changed

+9
-4
lines changed

6 files changed

+9
-4
lines changed

dwds/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## 24.3.7-wip
2+
13
## 24.3.6
24

35
- Bump minimum sdk version to 3.7.0

dwds/lib/src/version.dart

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dwds/pubspec.yaml

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

webdev/CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1+
## 3.7.2-wip
2+
13
## 3.7.1
4+
25
- Update `dwds` constraint to `24.3.5`.
36
- Added a utility method to locate `package_config.json` and set it in the `loadStrategy`.
47

webdev/lib/src/version.dart

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webdev/pubspec.yaml

+1-1
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.2-wip
44
# We should not depend on a dev SDK before publishing.
55
# publish_to: none
66
description: >-

0 commit comments

Comments
 (0)