From 20cc6d3d90c2e748b56e0d21711119211cb34ef3 Mon Sep 17 00:00:00 2001 From: Elliott Brooks <21270878+elliette@users.noreply.github.com> Date: Thu, 10 Aug 2023 16:35:54 -0700 Subject: [PATCH] Prepare DWDS for release to version 20.0.1 (#2192) --- dwds/CHANGELOG.md | 4 ++++ dwds/lib/src/version.dart | 2 +- dwds/pubspec.yaml | 4 ++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/dwds/CHANGELOG.md b/dwds/CHANGELOG.md index a5652e8ac..f8ed32443 100644 --- a/dwds/CHANGELOG.md +++ b/dwds/CHANGELOG.md @@ -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) diff --git a/dwds/lib/src/version.dart b/dwds/lib/src/version.dart index 6bc4002a2..56ed7e9f9 100644 --- a/dwds/lib/src/version.dart +++ b/dwds/lib/src/version.dart @@ -1,2 +1,2 @@ // Generated code. Do not modify. -const packageVersion = '20.0.0'; +const packageVersion = '20.0.1'; diff --git a/dwds/pubspec.yaml b/dwds/pubspec.yaml index 58f319d08..dade5d5f3 100644 --- a/dwds/pubspec.yaml +++ b/dwds/pubspec.yaml @@ -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. @@ -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