Skip to content

Commit dba101c

Browse files
committed
Fix CI
1 parent a144189 commit dba101c

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

.github/workflows/health.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ jobs:
99
uses: dart-lang/ecosystem/.github/workflows/health.yaml@main
1010
with:
1111
ignore_coverage: "**.mock.dart,**.g.dart"
12-
ignore_license: "**.mock.dart,**.g.dart,**.mocks.dart"
12+
ignore_license: "**.mock.dart,**.g.dart,**.mocks.dart,pkgs/markdown/"
1313
permissions:
1414
pull-requests: write

pkgs/markdown/CHANGELOG.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
1-
## 7.2.4
1+
## 7.3.0
22

33
* Move to `dart-lang/tools` monorepo.
4-
5-
## 7.2.3
6-
74
* Fix an issue with checkbox list items separated with blank lines (#602).
85
* Require package `web: '>=0.4.2 <2.0.0'`.
96
* Fix several `RangeError` hazards in links (#623).

pkgs/markdown/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: markdown
2-
version: 7.2.4
2+
version: 7.3.0
33
description: >-
44
A portable Markdown library written in Dart that can parse Markdown into HTML.
55
repository: https://github.com/dart-lang/tools/tree/main/pkgs/markdown

0 commit comments

Comments
 (0)