diff --git a/pkgs/cronet_http/CHANGELOG.md b/pkgs/cronet_http/CHANGELOG.md index a76880aaaf..dd504f67e8 100644 --- a/pkgs/cronet_http/CHANGELOG.md +++ b/pkgs/cronet_http/CHANGELOG.md @@ -1,4 +1,4 @@ -## 1.5.0-wip +## 1.5.0 * Add the ability to abort requests. * Upgrade Cronet dependencies version. diff --git a/pkgs/cronet_http/pubspec.yaml b/pkgs/cronet_http/pubspec.yaml index 96e0ba4321..91f73d7383 100644 --- a/pkgs/cronet_http/pubspec.yaml +++ b/pkgs/cronet_http/pubspec.yaml @@ -1,5 +1,5 @@ name: cronet_http -version: 1.5.0-wip +version: 1.5.0 description: >- An Android Flutter plugin that provides access to the Cronet HTTP client. repository: https://github.com/dart-lang/http/tree/master/pkgs/cronet_http diff --git a/pkgs/cupertino_http/CHANGELOG.md b/pkgs/cupertino_http/CHANGELOG.md index a42cd42da8..4a6434cc33 100644 --- a/pkgs/cupertino_http/CHANGELOG.md +++ b/pkgs/cupertino_http/CHANGELOG.md @@ -1,4 +1,4 @@ -## 2.3.0-wip +## 2.3.0 * Add the ability to abort requests. * Make `ConnectionException.toString` more helpful. diff --git a/pkgs/cupertino_http/pubspec.yaml b/pkgs/cupertino_http/pubspec.yaml index 995c75efb5..5326819ff7 100644 --- a/pkgs/cupertino_http/pubspec.yaml +++ b/pkgs/cupertino_http/pubspec.yaml @@ -1,5 +1,5 @@ name: cupertino_http -version: 2.3.0-wip +version: 2.3.0 description: >- A macOS/iOS Flutter plugin that provides access to the Foundation URL Loading System. diff --git a/pkgs/http/CHANGELOG.md b/pkgs/http/CHANGELOG.md index 80d9110d3e..6a2698a7f2 100644 --- a/pkgs/http/CHANGELOG.md +++ b/pkgs/http/CHANGELOG.md @@ -1,10 +1,7 @@ -## 1.5.0-beta.2 +## 1.5.0 * Fixed a bug in `IOClient` where the `HttpClient`'s response stream was cancelled after the response stream was completed. - -## 1.5.0-beta - * Added support for aborting requests before they complete. * Clarify that some header names may not be sent/received. diff --git a/pkgs/http/pubspec.yaml b/pkgs/http/pubspec.yaml index 442b6b991c..f17bcb848b 100644 --- a/pkgs/http/pubspec.yaml +++ b/pkgs/http/pubspec.yaml @@ -1,5 +1,5 @@ name: http -version: 1.5.0-beta.2 +version: 1.5.0 description: A composable, multi-platform, Future-based API for HTTP requests. repository: https://github.com/dart-lang/http/tree/master/pkgs/http