From dfdcd65db93e3aed99f1a6ccf9b0a9e0d1711789 Mon Sep 17 00:00:00 2001 From: Sam Rawlins Date: Tue, 16 Apr 2019 10:51:56 -0700 Subject: [PATCH 1/2] Bump markdown dependency --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 0218ee00d2..ed96382be1 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -18,7 +18,7 @@ dependencies: http_parser: '>=3.0.3 <4.0.0' logging: ^0.11.3+1 process: ^3.0.5 - markdown: ^2.0.0 + markdown: ^2.0.3 mustache: ^1.1.0 package_config: '>=0.1.5 <2.0.0' path: ^1.3.0 From 50a1fa70c05a98a82666d2aa1a086f1d2b62fc22 Mon Sep 17 00:00:00 2001 From: Sam Rawlins Date: Tue, 16 Apr 2019 11:00:02 -0700 Subject: [PATCH 2/2] Changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 95b822df74..3009ed79e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ ## 0.28.3+2 * Support the latest version of `package:html`. +* Use latest version of the markdown package. ## 0.28.3+1 * Fix scroll physics and behavior for Safari on iOS.