From b6a8ef5f8a30c758cce9883033970eadad4200fc Mon Sep 17 00:00:00 2001 From: Kevin Moore Date: Wed, 22 Nov 2023 12:27:31 -0800 Subject: [PATCH] version and changelog --- pkgs/cronet_http/CHANGELOG.md | 2 ++ pkgs/cronet_http/pubspec.yaml | 2 +- pkgs/cupertino_http/CHANGELOG.md | 2 ++ pkgs/cupertino_http/pubspec.yaml | 2 +- pkgs/http/CHANGELOG.md | 2 ++ pkgs/http/pubspec.yaml | 2 +- 6 files changed, 9 insertions(+), 3 deletions(-) diff --git a/pkgs/cronet_http/CHANGELOG.md b/pkgs/cronet_http/CHANGELOG.md index 83e27012b2..7eecd298e0 100644 --- a/pkgs/cronet_http/CHANGELOG.md +++ b/pkgs/cronet_http/CHANGELOG.md @@ -1,3 +1,5 @@ +## 0.4.3-wip + ## 0.4.2 * Require `package:jni >= 0.7.2` to remove a potential buffer overflow. diff --git a/pkgs/cronet_http/pubspec.yaml b/pkgs/cronet_http/pubspec.yaml index b7c417de09..7858392c27 100644 --- a/pkgs/cronet_http/pubspec.yaml +++ b/pkgs/cronet_http/pubspec.yaml @@ -1,7 +1,7 @@ name: cronet_http description: > An Android Flutter plugin that provides access to the Cronet HTTP client. -version: 0.4.2 +version: 0.4.3-wip repository: https://github.com/dart-lang/http/tree/master/pkgs/cronet_http environment: diff --git a/pkgs/cupertino_http/CHANGELOG.md b/pkgs/cupertino_http/CHANGELOG.md index 3a69c498dc..48d990e185 100644 --- a/pkgs/cupertino_http/CHANGELOG.md +++ b/pkgs/cupertino_http/CHANGELOG.md @@ -1,3 +1,5 @@ +## 1.1.1-wip + ## 1.1.0 * Add websocket support to `cupertino_api`. diff --git a/pkgs/cupertino_http/pubspec.yaml b/pkgs/cupertino_http/pubspec.yaml index 5026614c88..9b7e1f828a 100644 --- a/pkgs/cupertino_http/pubspec.yaml +++ b/pkgs/cupertino_http/pubspec.yaml @@ -2,7 +2,7 @@ name: cupertino_http description: > A macOS/iOS Flutter plugin that provides access to the Foundation URL Loading System. -version: 1.1.0 +version: 1.1.1-wip repository: https://github.com/dart-lang/http/tree/master/pkgs/cupertino_http environment: diff --git a/pkgs/http/CHANGELOG.md b/pkgs/http/CHANGELOG.md index 1fb4c223b4..ca3084fa44 100644 --- a/pkgs/http/CHANGELOG.md +++ b/pkgs/http/CHANGELOG.md @@ -1,3 +1,5 @@ +## 1.1.2-wip + ## 1.1.1 * `BrowserClient` throws `ClientException` when the `'Content-Length'` header diff --git a/pkgs/http/pubspec.yaml b/pkgs/http/pubspec.yaml index 0e05b534b7..ebe381620f 100644 --- a/pkgs/http/pubspec.yaml +++ b/pkgs/http/pubspec.yaml @@ -1,5 +1,5 @@ name: http -version: 1.1.1 +version: 1.1.2-wip description: A composable, multi-platform, Future-based API for HTTP requests. repository: https://github.com/dart-lang/http/tree/master/pkgs/http