Skip to content

Commit 20cc6d3

Browse files
authored
Prepare DWDS for release to version 20.0.1 (#2192)
1 parent 9e35267 commit 20cc6d3

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

dwds/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 20.0.1
2+
3+
- Update file dependency to `>=6.0.0 < 8.0.0` - [#123260](https://github.com/flutter/flutter/pull/123260#issuecomment-1674001623).
4+
15
## 20.0.0
26

37
- Require clients to specify the `basePath` on `AssetReader`. - [#2160](https://github.com/dart-lang/webdev/pull/2160)

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

+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: 20.0.0
3+
version: 20.0.1
44
description: >-
55
A service that proxies between the Chrome debug protocol and the Dart VM
66
service protocol.
@@ -15,7 +15,7 @@ dependencies:
1515
collection: ^1.15.0
1616
crypto: ^3.0.2
1717
dds: ^2.7.1
18-
file: ^7.0.0
18+
file: ">=6.0.0 <8.0.0"
1919
http: ^0.13.4
2020
http_multi_server: ^3.2.0
2121
logging: ^1.0.2

0 commit comments

Comments
 (0)