From 50b7f95edf3490029cbb84f3b529739306c9d6fc Mon Sep 17 00:00:00 2001 From: Tyler Dunn Date: Tue, 19 Dec 2023 12:54:03 -0500 Subject: [PATCH 1/3] Allow pkg:web v0.3.0 Closes #305 --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 1806546..e2afaca 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -14,7 +14,7 @@ dependencies: async: ^2.5.0 crypto: ^3.0.0 stream_channel: ^2.1.0 - web: ^0.4.0 + web: '>=0.3.0 <0.5.0' dev_dependencies: dart_flutter_team_lints: ^2.0.0 From 7eaac75dd20ed72e9665919af67655f635edfec1 Mon Sep 17 00:00:00 2001 From: Tyler Dunn Date: Thu, 4 Jan 2024 11:26:18 -0500 Subject: [PATCH 2/3] Add entry to CHANGELOG --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4cb9234..44c0784 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 2.4.2 +- Allow `web: '>=0.3.0 <0.5.0'` + ## 2.4.1 - Update the examples to use `WebSocketChannel.ready` and clarify that From 8cddaaf3d17ff8c2a8154a887b53416c743a230d Mon Sep 17 00:00:00 2001 From: Tyler Dunn Date: Thu, 4 Jan 2024 11:26:40 -0500 Subject: [PATCH 3/3] Bump to 2.4.2 --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index e2afaca..3e1338d 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: web_socket_channel -version: 2.4.1 +version: 2.4.2 description: >- StreamChannel wrappers for WebSockets. Provides a cross-platform