Skip to content

Commit 31da355

Browse files
authored
Prepare cronet_http/cupertino_http/http/web_socket for release (#1767)
1 parent dfbe73d commit 31da355

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

pkgs/cronet_http/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 1.3.4-wip
1+
## 1.3.4
22

33
* Cancel requests when the response stream is cancelled.
44

pkgs/cronet_http/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: cronet_http
2-
version: 1.3.4-wip
2+
version: 1.3.4
33
description: >-
44
An Android Flutter plugin that provides access to the Cronet HTTP client.
55
repository: https://github.com/dart-lang/http/tree/master/pkgs/cronet_http

pkgs/cupertino_http/pubspec.yaml

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

pkgs/http/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 1.4.0-wip
1+
## 1.4.0
22

33
* Fixed default encoding for application/json without a charset
44
to use utf8 instead of latin1, ensuring proper JSON decoding.

pkgs/http/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: http
2-
version: 1.4.0-wip
2+
version: 1.4.0
33
description: A composable, multi-platform, Future-based API for HTTP requests.
44
repository: https://github.com/dart-lang/http/tree/master/pkgs/http
55

pkgs/web_socket/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 1.0.1-wip
1+
## 1.0.1
22

33
- Fix a bug where `WebSocketException`/`WebSocketConnectionClosed` did not
44
have a useful string representation.

pkgs/web_socket/pubspec.yaml

+1-1
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.1-wip
6+
version: 1.0.1
77

88
environment:
99
sdk: ^3.4.0

0 commit comments

Comments
 (0)