Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rev package:appengine to 0.13.9 for publishing #177

Merged
merged 1 commit into from
Oct 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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) |

Expand Down
2 changes: 1 addition & 1 deletion pkgs/appengine/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.13.9-wip
## 0.13.9

* Update the pubspec repository field to reflect the new repo location.

Expand Down
6 changes: 3 additions & 3 deletions pkgs/appengine/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down