Skip to content

Commit e93ad39

Browse files
authored
Prep Webdev for release to 3.0.4 (#2075)
1 parent 0a2804b commit e93ad39

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

webdev/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
## 3.0.4-dev
1+
## 3.0.4
2+
3+
- Update `dwds` constraint to `19.0.0`.
24

35
## 3.0.3
46

webdev/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.

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.0.4-dev
3+
version: 3.0.4
44
# We should not depend on a dev SDK before publishing.
55
# publish_to: none
66
description: >-
@@ -20,7 +20,7 @@ dependencies:
2020
crypto: ^3.0.2
2121
dds: ^2.2.0
2222
# Pin DWDS to avoid dependency conflicts with vm_service:
23-
dwds: 18.0.2
23+
dwds: 19.0.0
2424
http: ^0.13.4
2525
http_multi_server: ^3.2.0
2626
io: ^1.0.3

0 commit comments

Comments
 (0)