Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion pkgs/test/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
## 1.25.15-wip
## 1.25.15

* Allow the latest version of `package:shelf_web_socket`.

## 1.25.14

Expand Down
4 changes: 2 additions & 2 deletions pkgs/test/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down
Loading