Skip to content

Commit

Permalink
Prepare DWDS for release to version 20.0.1 (#2192)
Browse files Browse the repository at this point in the history
  • Loading branch information
elliette authored Aug 10, 2023
1 parent 9e35267 commit 20cc6d3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions dwds/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 20.0.1

- Update file dependency to `>=6.0.0 < 8.0.0` - [#123260](https://github.com/flutter/flutter/pull/123260#issuecomment-1674001623).

## 20.0.0

- Require clients to specify the `basePath` on `AssetReader`. - [#2160](https://github.com/dart-lang/webdev/pull/2160)
Expand Down
2 changes: 1 addition & 1 deletion dwds/lib/src/version.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dwds/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: dwds
# Every time this changes you need to run `dart run build_runner build`.
version: 20.0.0
version: 20.0.1
description: >-
A service that proxies between the Chrome debug protocol and the Dart VM
service protocol.
Expand All @@ -15,7 +15,7 @@ dependencies:
collection: ^1.15.0
crypto: ^3.0.2
dds: ^2.7.1
file: ^7.0.0
file: ">=6.0.0 <8.0.0"
http: ^0.13.4
http_multi_server: ^3.2.0
logging: ^1.0.2
Expand Down

0 comments on commit 20cc6d3

Please sign in to comment.