From 19cd248bfc76a9a8692023727ccb0943254de588 Mon Sep 17 00:00:00 2001 From: Moritz Date: Wed, 25 Sep 2024 00:19:24 +0200 Subject: [PATCH] Publish `package:web` (#299) Publishes 1.1.0. --- 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 75022e35..f49316b8 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