From 4be137413128824ceb9ace234210dfae4824f993 Mon Sep 17 00:00:00 2001 From: Moritz Date: Fri, 6 Sep 2024 13:19:23 +0200 Subject: [PATCH] Publish `package:web` --- web/CHANGELOG.md | 2 +- web/pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web/CHANGELOG.md b/web/CHANGELOG.md index 7776d4ad..31e0eb38 100644 --- a/web/CHANGELOG.md +++ b/web/CHANGELOG.md @@ -1,4 +1,4 @@ -## 1.1.0-wip +## 1.1.0 - Added `HttpStatus` class that declares http status codes. This is a copy of the `HttpStatus` from the `dart:_internal` library that's exposed only through diff --git a/web/pubspec.yaml b/web/pubspec.yaml index 3a1a44ec..ab951465 100644 --- a/web/pubspec.yaml +++ b/web/pubspec.yaml @@ -1,5 +1,5 @@ name: web -version: 1.1.0-wip +version: 1.1.0 description: Lightweight browser API bindings built around JS interop. repository: https://github.com/dart-lang/web