Skip to content

Commit 63c477b

Browse files
authored
Ready for release: cupertino_http, web_socket, web_socket_channel (#1753)
1 parent 03eb8de commit 63c477b

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

pkgs/cupertino_http/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 2.1.1-wip
1+
## 2.1.1
22

33
* Support `package:web_socket` 1.0.0.
44

pkgs/cupertino_http/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: cupertino_http
2-
version: 2.1.1-wip
2+
version: 2.1.1
33
description: >-
44
A macOS/iOS Flutter plugin that provides access to the Foundation URL
55
Loading System.

pkgs/web_socket/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 1.0.0-wip
1+
## 1.0.0
22

33
- First non-experimental release; no semantic changes from version `0.1.6`.
44

pkgs/web_socket/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: >-
33
Any easy-to-use library for communicating with WebSockets
44
that has multiple implementations.
55
repository: https://github.com/dart-lang/http/tree/master/pkgs/web_socket
6-
version: 1.0.0-wip
6+
version: 1.0.0
77

88
environment:
99
sdk: ^3.4.0

pkgs/web_socket_channel/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 3.0.3-wip
1+
## 3.0.3
22

33
- Support `package:web_socket` 1.0.0.
44

pkgs/web_socket_channel/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: web_socket_channel
2-
version: 3.0.3-wip
2+
version: 3.0.3
33
description: >-
44
StreamChannel wrappers for WebSockets. Provides a cross-platform
55
WebSocketChannel API, a cross-platform implementation of that API that

0 commit comments

Comments
 (0)