Skip to content

Commit 6fe17fe

Browse files
authored
Prepare Webdev 3.0.5 release (#2151)
1 parent 3b7f266 commit 6fe17fe

File tree

5 files changed

+7
-6
lines changed

5 files changed

+7
-6
lines changed
File renamed without changes.

Diff for: webdev/CHANGELOG.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
## 3.0.5-wip
1+
## 3.0.5
2+
3+
- Update `dwds` constraint to `19.0.1`.
24

35
## 3.0.4
46

@@ -10,7 +12,7 @@
1012

1113
## 3.0.2
1214

13-
- Update `build_daemon` constraint to `^4.0.0`.
15+
- Update `build_daemon` constraint to `^4.0.0`.
1416

1517
## 3.0.1
1618

File renamed without changes.

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

Diff for: webdev/pubspec.yaml

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
name: webdev
22
# Every time this changes you need to run `dart run build_runner build`.
3-
version: 3.0.5-wip
3+
version: 3.0.5
44
# We should not depend on a dev SDK before publishing.
55
# publish_to: none
66
description: >-
77
A CLI for Dart web development. Provides an easy and consistent set of
88
features for users and tools to build and deploy web applications with Dart.
99
repository: https://github.com/dart-lang/webdev/tree/master/webdev
10-
1110
environment:
1211
sdk: ">=3.0.0-188.0.dev <4.0.0"
1312

@@ -20,7 +19,7 @@ dependencies:
2019
crypto: ^3.0.2
2120
dds: ^2.2.0
2221
# Pin DWDS to avoid dependency conflicts with vm_service:
23-
dwds: 19.0.0
22+
dwds: 19.0.1
2423
http: ^0.13.4
2524
http_multi_server: ^3.2.0
2625
io: ^1.0.3

0 commit comments

Comments
 (0)