[various] Minor cleanup in recently imported packages (#7995)
Fixes a few minor things from the recent import of dnfield's vector-graphics-related packages:
- Fixes a bad copy/paste in the `path_parsing` CHANGELOG so future versions of the CHANGELOG will be less confusing.
- Removes a coverage link from the `flutter_svg` README that is no longer correct.
- Disabled publishing of `vector_graphics*` until a new versioning plan is made.
Because these are extremely minor, I'm overriding our usual versioning policy; it's fine for the CHANGELOG and README fixes to go out the next time we happen to publish rather than immediately.
diff --git a/packages/vector_graphics/pubspec.yaml b/packages/vector_graphics/pubspec.yaml
index b7c3aa9..03e6c56 100644
--- a/packages/vector_graphics/pubspec.yaml
+++ b/packages/vector_graphics/pubspec.yaml
@@ -4,6 +4,7 @@
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+vector_graphics%22
# See https://github.com/flutter/flutter/issues/157626 before publishing a new
# version.
+publish_to: none
version: 1.1.13
environment:
diff --git a/packages/vector_graphics_codec/pubspec.yaml b/packages/vector_graphics_codec/pubspec.yaml
index 2a12bef..ae46c84 100644
--- a/packages/vector_graphics_codec/pubspec.yaml
+++ b/packages/vector_graphics_codec/pubspec.yaml
@@ -4,6 +4,7 @@
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+vector_graphics%22
# See https://github.com/flutter/flutter/issues/157626 before publishing a new
# version.
+publish_to: none
version: 1.1.12
environment:
diff --git a/packages/vector_graphics_compiler/pubspec.yaml b/packages/vector_graphics_compiler/pubspec.yaml
index ccc6989..ae92d68 100644
--- a/packages/vector_graphics_compiler/pubspec.yaml
+++ b/packages/vector_graphics_compiler/pubspec.yaml
@@ -4,6 +4,7 @@
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+vector_graphics%22
# See https://github.com/flutter/flutter/issues/157626 before publishing a new
# version.
+publish_to: none
version: 1.1.12
executables:
diff --git a/third_party/packages/flutter_svg/README.md b/third_party/packages/flutter_svg/README.md
index e6a58ac..31147a6 100644
--- a/third_party/packages/flutter_svg/README.md
+++ b/third_party/packages/flutter_svg/README.md
@@ -1,6 +1,6 @@
# flutter_svg
-[![Pub](https://img.shields.io/pub/v/flutter_svg.svg)](https://pub.dartlang.org/packages/flutter_svg) [![Coverage Status](https://coveralls.io/repos/github/dnfield/flutter_svg/badge.svg?branch=master)](https://coveralls.io/github/dnfield/flutter_svg?branch=master)
+[![Pub](https://img.shields.io/pub/v/flutter_svg.svg)](https://pub.dartlang.org/packages/flutter_svg)
<!-- markdownlint-disable MD033 -->
<img src="https://raw.githubusercontent.com/dnfield/flutter_svg/7d374d7107561cbd906d7c0ca26fef02cc01e7c8/example/assets/flutter_logo.svg?sanitize=true" width="200px" alt="Flutter Logo which can be rendered by this package!">
diff --git a/third_party/packages/path_parsing/CHANGELOG.md b/third_party/packages/path_parsing/CHANGELOG.md
index 3e51450..35e7fff 100644
--- a/third_party/packages/path_parsing/CHANGELOG.md
+++ b/third_party/packages/path_parsing/CHANGELOG.md
@@ -4,8 +4,8 @@
## 1.0.2
-* Transfers the package source from https://github.com/google/process.dart to
- https://github.com/dnfield/dart_path_parsing.
+* Transfers the package source from https://github.com/dnfield/dart_path_parsing
+ to https://github.com/flutter/packages.
## 1.0.1