Skip to content

Commit 17609bf

Browse files
authored
[test] allow the latest version of pkg:shelf_web_socket (#2457)
Prepare to publish
1 parent 73d629d commit 17609bf

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

pkgs/test/CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
## 1.25.15-wip
1+
## 1.25.15
2+
3+
* Allow the latest version of `package:shelf_web_socket`.
24

35
## 1.25.14
46

pkgs/test/pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: test
2-
version: 1.25.15-wip
2+
version: 1.25.15
33
description: >-
44
A full featured library for writing and running Dart tests across platforms.
55
repository: https://github.com/dart-lang/test/tree/master/pkgs/test
@@ -30,7 +30,7 @@ dependencies:
3030
shelf: ^1.0.0
3131
shelf_packages_handler: ^3.0.0
3232
shelf_static: ^1.0.0
33-
shelf_web_socket: '>=1.0.0 <3.0.0'
33+
shelf_web_socket: '>=1.0.0 <4.0.0'
3434
source_span: ^1.8.0
3535
stack_trace: ^1.10.0
3636
stream_channel: ^2.1.0

0 commit comments

Comments
 (0)