From c33fcecdf78efe790dff918054ebc1f6ed304fc5 Mon Sep 17 00:00:00 2001 From: Stuart Morgan Date: Thu, 31 Oct 2024 13:58:40 -0400 Subject: [PATCH 1/3] Remove obsolete coverage link --- third_party/packages/flutter_svg/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/third_party/packages/flutter_svg/README.md b/third_party/packages/flutter_svg/README.md index e6a58ac2539a..31147a6805e0 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) Flutter Logo which can be rendered by this package! From f50414bb22476c1318d1efca2c914d154627c242 Mon Sep 17 00:00:00 2001 From: Stuart Morgan Date: Fri, 1 Nov 2024 10:37:47 -0400 Subject: [PATCH 2/3] Fix bad copy/pastes in CHANGELOG --- third_party/packages/path_parsing/CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/third_party/packages/path_parsing/CHANGELOG.md b/third_party/packages/path_parsing/CHANGELOG.md index 3e514508376a..35e7fff65abb 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 From ee50324a081530463b27493b65ea88fd091e977c Mon Sep 17 00:00:00 2001 From: Stuart Morgan Date: Fri, 1 Nov 2024 10:38:53 -0400 Subject: [PATCH 3/3] Temporarily disable publishing of vector_graphics* --- packages/vector_graphics/pubspec.yaml | 1 + packages/vector_graphics_codec/pubspec.yaml | 1 + packages/vector_graphics_compiler/pubspec.yaml | 1 + 3 files changed, 3 insertions(+) diff --git a/packages/vector_graphics/pubspec.yaml b/packages/vector_graphics/pubspec.yaml index b7c3aa91665f..03e6c562bbb1 100644 --- a/packages/vector_graphics/pubspec.yaml +++ b/packages/vector_graphics/pubspec.yaml @@ -4,6 +4,7 @@ repository: https://github.com/flutter/packages/tree/main/packages/vector_graphi 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 2a12bef0f462..ae46c84c6fec 100644 --- a/packages/vector_graphics_codec/pubspec.yaml +++ b/packages/vector_graphics_codec/pubspec.yaml @@ -4,6 +4,7 @@ repository: https://github.com/flutter/packages/tree/main/packages/vector_graphi 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 ccc6989f4c16..ae92d689012e 100644 --- a/packages/vector_graphics_compiler/pubspec.yaml +++ b/packages/vector_graphics_compiler/pubspec.yaml @@ -4,6 +4,7 @@ repository: https://github.com/flutter/packages/tree/main/packages/vector_graphi 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: