From f6741fa1172b04f94c126cb3f034f25020a5cc27 Mon Sep 17 00:00:00 2001 From: Nate Bosch Date: Tue, 6 Aug 2024 00:40:33 +0000 Subject: [PATCH] Revert "Try bumping http version" This reverts commit 35f8076fe86e124b385573d1625a09211be17acc. --- pkgs/http/CHANGELOG.md | 4 ---- pkgs/http/pubspec.yaml | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/pkgs/http/CHANGELOG.md b/pkgs/http/CHANGELOG.md index d86c785fc9..85dccd7313 100644 --- a/pkgs/http/CHANGELOG.md +++ b/pkgs/http/CHANGELOG.md @@ -1,7 +1,3 @@ -## 1.2.3 - -* Foo. DO NOT SUBMIT - ## 1.2.2 * Require package `web: '>=0.5.0 <2.0.0'`. diff --git a/pkgs/http/pubspec.yaml b/pkgs/http/pubspec.yaml index 5a922c804a..7039e30838 100644 --- a/pkgs/http/pubspec.yaml +++ b/pkgs/http/pubspec.yaml @@ -1,5 +1,5 @@ name: http -version: 1.2.3 +version: 1.2.2 description: A composable, multi-platform, Future-based API for HTTP requests. repository: https://github.com/dart-lang/http/tree/master/pkgs/http