From 953e254ca1efc45c461aa04cb2703782d35d7830 Mon Sep 17 00:00:00 2001 From: Moritz Date: Wed, 28 Aug 2024 15:14:14 +0200 Subject: [PATCH 1/2] Sort `README.md` and add package:coverage --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2c1dec749..147618489 100644 --- a/README.md +++ b/README.md @@ -15,12 +15,13 @@ don't naturally belong to other topic monorepos (like | Package | Description | Version | | --- | --- | --- | | [cli_config](pkgs/cli_config/) | A library to take config values from configuration files, CLI arguments, and environment variables. | [![pub package](https://img.shields.io/pub/v/cli_config.svg)](https://pub.dev/packages/cli_config) | +| [coverage](pkgs/coverage/) | Coverage data manipulation and formatting. | [![pub package](https://img.shields.io/pub/v/coverage.svg)](https://pub.dev/packages/coverage) | | [extension_discovery](pkgs/extension_discovery/) | A convention and utilities for package extension discovery. | [![pub package](https://img.shields.io/pub/v/extension_discovery.svg)](https://pub.dev/packages/extension_discovery) | | [graphs](pkgs/graphs/) | Graph algorithms that operate on graphs in any representation | [![pub package](https://img.shields.io/pub/v/graphs.svg)](https://pub.dev/packages/graphs) | -| [unified_analytics](pkgs/unified_analytics/) | A package for logging analytics for all Dart and Flutter related tooling to Google Analytics. | [![pub package](https://img.shields.io/pub/v/unified_analytics.svg)](https://pub.dev/packages/unified_analytics) | -| [source_map_stack_trace](pkgs/source_map_stack_trace/) | A package for applying source maps to stack traces. | [![pub package](https://img.shields.io/pub/v/source_map_stack_trace.svg)](https://pub.dev/packages/source_map_stack_trace) | -| [oauth2](pkgs/oauth2/) | A client library for authenticatingand making requests via OAuth2. | [![pub package](https://img.shields.io/pub/v/oauth2.svg)](https://pub.dev/packages/oauth2) | | [mime](pkgs/mime/) | Utilities for handling media (MIME) types. | [![pub package](https://img.shields.io/pub/v/mime.svg)](https://pub.dev/packages/mime) | +| [oauth2](pkgs/oauth2/) | A client library for authenticatingand making requests via OAuth2. | [![pub package](https://img.shields.io/pub/v/oauth2.svg)](https://pub.dev/packages/oauth2) | +| [source_map_stack_trace](pkgs/source_map_stack_trace/) | A package for applying source maps to stack traces. | [![pub package](https://img.shields.io/pub/v/source_map_stack_trace.svg)](https://pub.dev/packages/source_map_stack_trace) | +| [unified_analytics](pkgs/unified_analytics/) | A package for logging analytics for all Dart and Flutter related tooling to Google Analytics. | [![pub package](https://img.shields.io/pub/v/unified_analytics.svg)](https://pub.dev/packages/unified_analytics) | ## Publishing automation From 6685481176043da7cdad3b2f581ee70288140ff2 Mon Sep 17 00:00:00 2001 From: Moritz Date: Fri, 30 Aug 2024 08:00:58 +0200 Subject: [PATCH 2/2] Fix pubspec error --- pkgs/coverage/CHANGELOG.md | 4 ++++ pkgs/coverage/pubspec.yaml | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/pkgs/coverage/CHANGELOG.md b/pkgs/coverage/CHANGELOG.md index 9936dfa60..e14e83c8d 100644 --- a/pkgs/coverage/CHANGELOG.md +++ b/pkgs/coverage/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.9.2 + +- Fix repository link in pubspec. + ## 1.9.1 - Remove outdated VM service version checks. diff --git a/pkgs/coverage/pubspec.yaml b/pkgs/coverage/pubspec.yaml index 238b018a2..fe0f0060b 100644 --- a/pkgs/coverage/pubspec.yaml +++ b/pkgs/coverage/pubspec.yaml @@ -1,7 +1,7 @@ name: coverage -version: 1.9.1 +version: 1.9.2 description: Coverage data manipulation and formatting -repository: https://github.com/dart-lang/tools/tree/main/pkgs/oauth2 +repository: https://github.com/dart-lang/tools/tree/main/pkgs/coverage environment: sdk: ^3.4.0