Skip to content

Commit 982b955

Browse files
authored
Prepare webdev for 3.2.0 (#2268)
1 parent 62361fb commit 982b955

File tree

5 files changed

+5
-4
lines changed

5 files changed

+5
-4
lines changed

webdev/CHANGELOG.md

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

33
- Add dependency on `package:vm_service_interface`. - [#2262](https://github.com/dart-lang/webdev/pull/2262)
44
- Update `package:vm_service` constraint to `>=10.1.0 <14.0.0`. - [#2235](https://github.com/dart-lang/webdev/pull/2265)
5+
- Update `dwds` constraint to `21.1.0`.
56

67
## 3.1.0
78

File renamed without changes.

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.2.0-wip
3+
version: 3.2.0
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: ^3.0.0
2121
# Pin DWDS to avoid dependency conflicts with vm_service:
22-
dwds: 22.0.0
22+
dwds: 22.1.0
2323
http: ^0.13.4
2424
http_multi_server: ^3.2.0
2525
io: ^1.0.3

0 commit comments

Comments
 (0)