From 11a21513b263f191587d697c61c39b7a3a902f86 Mon Sep 17 00:00:00 2001 From: Devon Carew Date: Wed, 2 Oct 2024 10:09:17 -0700 Subject: [PATCH] rev package:appengine to 0.13.9 for publishing --- README.md | 1 + pkgs/appengine/CHANGELOG.md | 2 +- pkgs/appengine/pubspec.yaml | 6 +++--- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1a079bf1..661d4e2a 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ This repository is home to various Dart packages under the | Package | Description | Version | |---|---|---| +| [appengine](pkgs/appengine/) | Support for using Dart as a custom runtime on Google App Engine Flexible Environment. | [![pub package](https://img.shields.io/pub/v/appengine.svg)](https://pub.dev/packages/appengine) | | [gcloud](pkgs/gcloud/) | High level idiomatic Dart API for Google Cloud Storage, Pub-Sub and Datastore. | [![pub package](https://img.shields.io/pub/v/gcloud.svg)](https://pub.dev/packages/gcloud) | | [native_synchronization](pkgs/native_synchronization/) | Low level synchronization primitives built on dart:ffi. | [![pub package](https://img.shields.io/pub/v/native_synchronization.svg)](https://pub.dev/packages/native_synchronization) | diff --git a/pkgs/appengine/CHANGELOG.md b/pkgs/appengine/CHANGELOG.md index 0391bce8..f59dd653 100644 --- a/pkgs/appengine/CHANGELOG.md +++ b/pkgs/appengine/CHANGELOG.md @@ -1,4 +1,4 @@ -## 0.13.9-wip +## 0.13.9 * Update the pubspec repository field to reflect the new repo location. diff --git a/pkgs/appengine/pubspec.yaml b/pkgs/appengine/pubspec.yaml index e4e85c38..e4557d42 100644 --- a/pkgs/appengine/pubspec.yaml +++ b/pkgs/appengine/pubspec.yaml @@ -1,8 +1,8 @@ name: appengine -version: 0.13.9-wip -description: > +version: 0.13.9 +description: >- Support for using Dart as a custom runtime on Google App Engine Flexible - Environment + Environment. repository: https://github.com/dart-lang/labs/tree/main/pkgs/appengine topics: