From bbdeccd3fec80c4f45ce588b9a49283b9bfd98c3 Mon Sep 17 00:00:00 2001 From: Devon Carew Date: Tue, 21 Jan 2025 14:05:07 -0800 Subject: [PATCH] rev shelf_web_socket to 3.0 in prep for publishing --- pkgs/shelf_web_socket/CHANGELOG.md | 2 +- pkgs/shelf_web_socket/pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/shelf_web_socket/CHANGELOG.md b/pkgs/shelf_web_socket/CHANGELOG.md index 3948a19..8a6c40f 100644 --- a/pkgs/shelf_web_socket/CHANGELOG.md +++ b/pkgs/shelf_web_socket/CHANGELOG.md @@ -1,4 +1,4 @@ -## 3.0.0-wip +## 3.0.0 * **BREAKING:**: Change the signature of the `webSocketHandler` method's `onConnection` callback. Previously this took an untyped function with either diff --git a/pkgs/shelf_web_socket/pubspec.yaml b/pkgs/shelf_web_socket/pubspec.yaml index 3f9a24a..deb6656 100644 --- a/pkgs/shelf_web_socket/pubspec.yaml +++ b/pkgs/shelf_web_socket/pubspec.yaml @@ -1,5 +1,5 @@ name: shelf_web_socket -version: 3.0.0-wip +version: 3.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 issue_tracker: https://github.com/dart-lang/shelf/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Ashelf_web_socket