From 17609bf90c9d5ef47707f5796763629450382474 Mon Sep 17 00:00:00 2001 From: Kevin Moore Date: Fri, 7 Feb 2025 20:02:02 -0600 Subject: [PATCH] [test] allow the latest version of pkg:shelf_web_socket (#2457) Prepare to publish --- pkgs/test/CHANGELOG.md | 4 +++- pkgs/test/pubspec.yaml | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/pkgs/test/CHANGELOG.md b/pkgs/test/CHANGELOG.md index 8a6e13f8a..781645427 100644 --- a/pkgs/test/CHANGELOG.md +++ b/pkgs/test/CHANGELOG.md @@ -1,4 +1,6 @@ -## 1.25.15-wip +## 1.25.15 + +* Allow the latest version of `package:shelf_web_socket`. ## 1.25.14 diff --git a/pkgs/test/pubspec.yaml b/pkgs/test/pubspec.yaml index abe660056..19dcf7f45 100644 --- a/pkgs/test/pubspec.yaml +++ b/pkgs/test/pubspec.yaml @@ -1,5 +1,5 @@ name: test -version: 1.25.15-wip +version: 1.25.15 description: >- A full featured library for writing and running Dart tests across platforms. repository: https://github.com/dart-lang/test/tree/master/pkgs/test @@ -30,7 +30,7 @@ dependencies: shelf: ^1.0.0 shelf_packages_handler: ^3.0.0 shelf_static: ^1.0.0 - shelf_web_socket: '>=1.0.0 <3.0.0' + shelf_web_socket: '>=1.0.0 <4.0.0' source_span: ^1.8.0 stack_trace: ^1.10.0 stream_channel: ^2.1.0