Skip to content

Commit 02b20bf

Browse files
[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.
1 parent 53469f3 commit 02b20bf

File tree

5 files changed

+6
-3
lines changed

5 files changed

+6
-3
lines changed

packages/vector_graphics/pubspec.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ repository: https://github.com/flutter/packages/tree/main/packages/vector_graphi
44
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+vector_graphics%22
55
# See https://github.com/flutter/flutter/issues/157626 before publishing a new
66
# version.
7+
publish_to: none
78
version: 1.1.13
89

910
environment:

packages/vector_graphics_codec/pubspec.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ repository: https://github.com/flutter/packages/tree/main/packages/vector_graphi
44
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+vector_graphics%22
55
# See https://github.com/flutter/flutter/issues/157626 before publishing a new
66
# version.
7+
publish_to: none
78
version: 1.1.12
89

910
environment:

packages/vector_graphics_compiler/pubspec.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ repository: https://github.com/flutter/packages/tree/main/packages/vector_graphi
44
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+vector_graphics%22
55
# See https://github.com/flutter/flutter/issues/157626 before publishing a new
66
# version.
7+
publish_to: none
78
version: 1.1.12
89

910
executables:

third_party/packages/flutter_svg/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# flutter_svg
22

3-
[![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)
3+
[![Pub](https://img.shields.io/pub/v/flutter_svg.svg)](https://pub.dartlang.org/packages/flutter_svg)
44

55
<!-- markdownlint-disable MD033 -->
66
<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!">

third_party/packages/path_parsing/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
## 1.0.2
66

7-
* Transfers the package source from https://github.com/google/process.dart to
8-
https://github.com/dnfield/dart_path_parsing.
7+
* Transfers the package source from https://github.com/dnfield/dart_path_parsing
8+
to https://github.com/flutter/packages.
99

1010
## 1.0.1
1111

0 commit comments

Comments
 (0)