Skip to content

Commit

Permalink
Prepare shelf_web_socket 2.0 for release (#425)
Browse files Browse the repository at this point in the history
  • Loading branch information
brianquinlan authored May 6, 2024
1 parent c8d8058 commit 9e57c33
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pkgs/shelf_web_socket/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 2.0.0-wip
## 2.0.0

* Require Dart `^3.0.0`.
* **BREAKING:**: Remove support for hijacking WebSocket requests that are not
Expand Down
4 changes: 2 additions & 2 deletions pkgs/shelf_web_socket/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: shelf_web_socket
version: 2.0.0-wip
version: 2.0.0
description: >
A shelf handler that wires up a listener for every connection.
repository: https://github.com/dart-lang/shelf/tree/master/pkgs/shelf_web_socket
Expand All @@ -14,7 +14,7 @@ environment:
dependencies:
shelf: ^1.1.0
stream_channel: ^2.1.0
web_socket_channel: ^2.0.0
web_socket_channel: '>=2.0.0 <4.0.0'

dev_dependencies:
dart_flutter_team_lints: ^2.0.0
Expand Down

0 comments on commit 9e57c33

Please sign in to comment.