From e680f64b69985e9dce5955b2722028cbfb956286 Mon Sep 17 00:00:00 2001 From: action Date: Tue, 7 May 2024 01:11:47 +0000 Subject: [PATCH] actions-dart-dependency-updater: --- CHANGELOG.md | 6 ++++++ pubspec.yaml | 6 +++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aa6c35b..082de7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## [3.2.0+6] - May 7, 2024 + +* Automated dependency updates + + ## [3.2.0+5] - April 23, 2024 * Automated dependency updates @@ -497,5 +502,6 @@ + diff --git a/pubspec.yaml b/pubspec.yaml index c37e5cf..06bbe75 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: 'template_expressions' description: 'A Dart library to process string based templates using expressions.' homepage: 'https://github.com/peiffer-innovations/template_expressions' -version: '3.2.0+5' +version: '3.2.0+6' environment: sdk: '>=3.0.0 <4.0.0' @@ -20,11 +20,11 @@ dependencies: pointycastle: '^3.9.0' quiver: '^3.2.1' rxdart: '^0.27.7' - yaon: '^1.1.4+8' + yaon: '^1.1.4+9' dev_dependencies: flutter_lints: '^3.0.2' - test: '^1.25.4' + test: '^1.25.5' ignore_updates: - 'archive'