Skip to content

Commit 9e57c33

Browse files
authored
Prepare shelf_web_socket 2.0 for release (#425)
1 parent c8d8058 commit 9e57c33

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pkgs/shelf_web_socket/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 2.0.0-wip
1+
## 2.0.0
22

33
* Require Dart `^3.0.0`.
44
* **BREAKING:**: Remove support for hijacking WebSocket requests that are not

pkgs/shelf_web_socket/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: shelf_web_socket
2-
version: 2.0.0-wip
2+
version: 2.0.0
33
description: >
44
A shelf handler that wires up a listener for every connection.
55
repository: https://github.com/dart-lang/shelf/tree/master/pkgs/shelf_web_socket
@@ -14,7 +14,7 @@ environment:
1414
dependencies:
1515
shelf: ^1.1.0
1616
stream_channel: ^2.1.0
17-
web_socket_channel: ^2.0.0
17+
web_socket_channel: '>=2.0.0 <4.0.0'
1818

1919
dev_dependencies:
2020
dart_flutter_team_lints: ^2.0.0

0 commit comments

Comments
 (0)