Skip to content

Commit 2a7442f

Browse files
authored
rev shelf_web_socket to 3.0 in prep for publishing (#469)
1 parent bf79951 commit 2a7442f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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-
## 3.0.0-wip
1+
## 3.0.0
22

33
* **BREAKING:**: Change the signature of the `webSocketHandler` method's
44
`onConnection` callback. Previously this took an untyped function with either

pkgs/shelf_web_socket/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: shelf_web_socket
2-
version: 3.0.0-wip
2+
version: 3.0.0
33
description: A shelf handler that wires up a listener for every connection.
44
repository: https://github.com/dart-lang/shelf/tree/master/pkgs/shelf_web_socket
55
issue_tracker: https://github.com/dart-lang/shelf/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Ashelf_web_socket

0 commit comments

Comments
 (0)