From d53a8f9a98ccbe69078d397d45c2c6b3e7c243b6 Mon Sep 17 00:00:00 2001 From: Nate Bosch Date: Fri, 6 Sep 2024 08:44:13 -0700 Subject: [PATCH] Prepare to publish shelf_static (#443) --- pkgs/shelf_static/CHANGELOG.md | 2 +- pkgs/shelf_static/pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/shelf_static/CHANGELOG.md b/pkgs/shelf_static/CHANGELOG.md index f721746..16e9906 100644 --- a/pkgs/shelf_static/CHANGELOG.md +++ b/pkgs/shelf_static/CHANGELOG.md @@ -1,4 +1,4 @@ -## 1.1.3-wip +## 1.1.3 * Require Dart `^3.3.0`. * Update `package:mime` constraint to `>=1.0.0 <3.0.0`. diff --git a/pkgs/shelf_static/pubspec.yaml b/pkgs/shelf_static/pubspec.yaml index 69ede8a..132e51a 100644 --- a/pkgs/shelf_static/pubspec.yaml +++ b/pkgs/shelf_static/pubspec.yaml @@ -1,5 +1,5 @@ name: shelf_static -version: 1.1.3-wip +version: 1.1.3 description: Static file server support for the shelf package and ecosystem. repository: https://github.com/dart-lang/shelf/tree/master/pkgs/shelf_static