Fix CI
diff --git a/.github/workflows/health.yaml b/.github/workflows/health.yaml index f258f8b..6540bbc 100644 --- a/.github/workflows/health.yaml +++ b/.github/workflows/health.yaml
@@ -9,6 +9,6 @@ uses: dart-lang/ecosystem/.github/workflows/health.yaml@main with: ignore_coverage: "**.mock.dart,**.g.dart" - ignore_license: "**.mock.dart,**.g.dart,**.mocks.dart" + ignore_license: "**.mock.dart,**.g.dart,**.mocks.dart,pkgs/markdown/" permissions: pull-requests: write
diff --git a/pkgs/markdown/CHANGELOG.md b/pkgs/markdown/CHANGELOG.md index 1d82f46..5f9f48a 100644 --- a/pkgs/markdown/CHANGELOG.md +++ b/pkgs/markdown/CHANGELOG.md
@@ -1,9 +1,6 @@ -## 7.2.4 +## 7.3.0 * Move to `dart-lang/tools` monorepo. - -## 7.2.3 - * Fix an issue with checkbox list items separated with blank lines (#602). * Require package `web: '>=0.4.2 <2.0.0'`. * Fix several `RangeError` hazards in links (#623).
diff --git a/pkgs/markdown/pubspec.yaml b/pkgs/markdown/pubspec.yaml index 410051c..fadd44f 100644 --- a/pkgs/markdown/pubspec.yaml +++ b/pkgs/markdown/pubspec.yaml
@@ -1,5 +1,5 @@ name: markdown -version: 7.2.4 +version: 7.3.0 description: >- A portable Markdown library written in Dart that can parse Markdown into HTML. repository: https://github.com/dart-lang/tools/tree/main/pkgs/markdown