From 7271367c54c28af423623fcaee4bec1d5d4a2fdf Mon Sep 17 00:00:00 2001 From: Kevin Moore Date: Mon, 20 Jan 2025 18:31:43 -0600 Subject: [PATCH] [http] prepare v1.3.0 release (#1451) --- pkgs/http/CHANGELOG.md | 2 +- pkgs/http/pubspec.yaml | 8 ++++---- pkgs/http2/pubspec.yaml | 6 +++--- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/pkgs/http/CHANGELOG.md b/pkgs/http/CHANGELOG.md index bbedcd21cc..a9a0150cb4 100644 --- a/pkgs/http/CHANGELOG.md +++ b/pkgs/http/CHANGELOG.md @@ -1,4 +1,4 @@ -## 1.3.0-wip +## 1.3.0 * Fixed unintended HTML tags in doc comments. * Switched `BrowserClient` to use Fetch API instead of `XMLHttpRequest`. diff --git a/pkgs/http/pubspec.yaml b/pkgs/http/pubspec.yaml index 9685a17148..cc42dd9c65 100644 --- a/pkgs/http/pubspec.yaml +++ b/pkgs/http/pubspec.yaml @@ -1,12 +1,12 @@ name: http -version: 1.3.0-wip +version: 1.3.0 description: A composable, multi-platform, Future-based API for HTTP requests. repository: https://github.com/dart-lang/http/tree/master/pkgs/http topics: - - http - - network - - protocols + - http + - network + - protocols environment: sdk: ^3.4.0 diff --git a/pkgs/http2/pubspec.yaml b/pkgs/http2/pubspec.yaml index d5b614db58..bb1c2ca16d 100644 --- a/pkgs/http2/pubspec.yaml +++ b/pkgs/http2/pubspec.yaml @@ -4,9 +4,9 @@ description: A HTTP/2 implementation in Dart. repository: https://github.com/dart-lang/http/tree/master/pkgs/http2 topics: - - http - - network - - protocols + - http + - network + - protocols environment: sdk: ^3.2.0