Skip to content

Commit cc5aff6

Browse files
committed
[ DWDS ] Relax DDS constraint, prepare for 24.3.2 release
1 parent 562ab62 commit cc5aff6

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

Diff for: dwds/CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
## 24.3.2-wip
1+
## 24.3.2
2+
3+
- Bump `package:dds` to `>=4.2.5 <6.0.0`.
24

35
## 24.3.1
46

Diff for: 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.

Diff for: dwds/pubspec.yaml

+2-2
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.2-wip
3+
version: 24.3.2
44
description: >-
55
A service that proxies between the Chrome debug protocol and the Dart VM
66
service protocol.
@@ -14,7 +14,7 @@ dependencies:
1414
built_value: ^8.3.0
1515
collection: ^1.15.0
1616
crypto: ^3.0.2
17-
dds: ^4.2.5
17+
dds: '>=4.2.5 <6.0.0'
1818
file: '>=6.1.4 <8.0.0'
1919
http: ^1.0.0
2020
http_multi_server: ^3.2.0

0 commit comments

Comments
 (0)