From 9276c2f574f5fe2a5b77ce09d2758162d6ae73ce Mon Sep 17 00:00:00 2001 From: Gareth Reese Date: Thu, 28 Aug 2025 17:26:43 +0100 Subject: [PATCH] Updated the changelog --- CHANGELOG.md | 8 ++++++++ example/pubspec.yaml | 4 +--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 22dc69e..a08ffd7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## 1.0.5 + +* Minor dependency updates to help with builds + +## 1.0.4 + +* Ignore example directory to resolve publishing issues and reduce package size + ## 1.0.3 * Add support for LaTeX rendering in markdown. diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 41fe04c..378f658 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -10,11 +10,9 @@ dependencies: flutter: sdk: flutter -# flutter_markdown_plus: ^1.0.3 - flutter_markdown_plus_latex: ^1.0.2 - flutter_markdown_plus: path: ../ +# flutter_markdown_plus_latex: ^1.0.4 # flutter_markdown_plus_latex: # path: ../../flutter_markdown_plus_latex # For relative path testing