From 662970ffca81597f4eb44de34532d5607289e41f Mon Sep 17 00:00:00 2001 From: Devon Carew Date: Mon, 16 May 2022 10:54:22 -0700 Subject: [PATCH] remove a todo from the frontend_server_client readme (#1617) --- frontend_server_client/CHANGELOG.md | 3 +++ frontend_server_client/README.md | 7 +++---- frontend_server_client/pubspec.yaml | 2 +- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/frontend_server_client/CHANGELOG.md b/frontend_server_client/CHANGELOG.md index d94daf20d..5ddd66730 100644 --- a/frontend_server_client/CHANGELOG.md +++ b/frontend_server_client/CHANGELOG.md @@ -1,3 +1,6 @@ +## 2.1.3-dev + + ## 2.1.2 - Force kill the frontend server after one second when calling shutdown. It diff --git a/frontend_server_client/README.md b/frontend_server_client/README.md index a80ccf144..b320e551a 100644 --- a/frontend_server_client/README.md +++ b/frontend_server_client/README.md @@ -1,10 +1,9 @@ +[![pub package](https://img.shields.io/pub/v/frontend_server_client.svg)](https://pub.dev/packages/frontend_server_client) +[![package publisher](https://img.shields.io/pub/publisher/frontend_server_client.svg)](https://pub.dev/packages/frontend_server_client/publisher) + This package provides a client interface around the frontend_server compiler which ships with the Dart SDK. -## Usage - -TODO - ## SDK Versioning Policy This package keeps a relatively tight version constraint on the SDK to allow diff --git a/frontend_server_client/pubspec.yaml b/frontend_server_client/pubspec.yaml index 94738ffba..93d150c9b 100644 --- a/frontend_server_client/pubspec.yaml +++ b/frontend_server_client/pubspec.yaml @@ -1,5 +1,5 @@ name: frontend_server_client -version: 2.1.2 +version: 2.1.3-dev description: >- Client code to start and interact with the frontend_server compiler from the Dart SDK.