From 0d9521791b3747253ce122a17d2af19b1d09fc20 Mon Sep 17 00:00:00 2001 From: Brian Quinlan Date: Thu, 17 Apr 2025 10:36:06 -0700 Subject: [PATCH] Ready for release: cupertino_http, web_socket, web_socket_channel --- pkgs/cupertino_http/CHANGELOG.md | 2 +- pkgs/cupertino_http/pubspec.yaml | 2 +- pkgs/web_socket/CHANGELOG.md | 2 +- pkgs/web_socket/pubspec.yaml | 2 +- pkgs/web_socket_channel/CHANGELOG.md | 2 +- pkgs/web_socket_channel/pubspec.yaml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pkgs/cupertino_http/CHANGELOG.md b/pkgs/cupertino_http/CHANGELOG.md index 31f46b7577..83ffb8b581 100644 --- a/pkgs/cupertino_http/CHANGELOG.md +++ b/pkgs/cupertino_http/CHANGELOG.md @@ -1,4 +1,4 @@ -## 2.1.1-wip +## 2.1.1 * Support `package:web_socket` 1.0.0. diff --git a/pkgs/cupertino_http/pubspec.yaml b/pkgs/cupertino_http/pubspec.yaml index 70b22aaf59..2631aa840d 100644 --- a/pkgs/cupertino_http/pubspec.yaml +++ b/pkgs/cupertino_http/pubspec.yaml @@ -1,5 +1,5 @@ name: cupertino_http -version: 2.1.1-wip +version: 2.1.1 description: >- A macOS/iOS Flutter plugin that provides access to the Foundation URL Loading System. diff --git a/pkgs/web_socket/CHANGELOG.md b/pkgs/web_socket/CHANGELOG.md index bc167db5e1..0da1b0f6d6 100644 --- a/pkgs/web_socket/CHANGELOG.md +++ b/pkgs/web_socket/CHANGELOG.md @@ -1,4 +1,4 @@ -## 1.0.0-wip +## 1.0.0 - First non-experimental release; no semantic changes from version `0.1.6`. diff --git a/pkgs/web_socket/pubspec.yaml b/pkgs/web_socket/pubspec.yaml index 3692d826e8..a5d56acee5 100644 --- a/pkgs/web_socket/pubspec.yaml +++ b/pkgs/web_socket/pubspec.yaml @@ -3,7 +3,7 @@ description: >- Any easy-to-use library for communicating with WebSockets that has multiple implementations. repository: https://github.com/dart-lang/http/tree/master/pkgs/web_socket -version: 1.0.0-wip +version: 1.0.0 environment: sdk: ^3.4.0 diff --git a/pkgs/web_socket_channel/CHANGELOG.md b/pkgs/web_socket_channel/CHANGELOG.md index 9fe5b04b5a..f1828265e4 100644 --- a/pkgs/web_socket_channel/CHANGELOG.md +++ b/pkgs/web_socket_channel/CHANGELOG.md @@ -1,4 +1,4 @@ -## 3.0.3-wip +## 3.0.3 - Support `package:web_socket` 1.0.0. diff --git a/pkgs/web_socket_channel/pubspec.yaml b/pkgs/web_socket_channel/pubspec.yaml index bf2e842027..884f60d209 100644 --- a/pkgs/web_socket_channel/pubspec.yaml +++ b/pkgs/web_socket_channel/pubspec.yaml @@ -1,5 +1,5 @@ name: web_socket_channel -version: 3.0.3-wip +version: 3.0.3 description: >- StreamChannel wrappers for WebSockets. Provides a cross-platform WebSocketChannel API, a cross-platform implementation of that API that