From c72fc04981bca2b486e618837c807fbb918831ab Mon Sep 17 00:00:00 2001 From: action Date: Tue, 23 Jan 2024 01:14:18 +0000 Subject: [PATCH] actions-dart-dependency-updater: --- CHANGELOG.md | 6 ++++++ pubspec.yaml | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d754cec..acc1bed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## [3.1.5+4] - January 23, 2024 + +* Automated dependency updates + + ## [3.1.5+3] - January 16, 2024 * Automated dependency updates @@ -445,5 +450,6 @@ + diff --git a/pubspec.yaml b/pubspec.yaml index a9f025f..63032c1 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.1.5+3' +version: '3.1.5+4' environment: sdk: '>=3.0.0 <4.0.0' @@ -20,7 +20,7 @@ dependencies: pointycastle: '^3.7.4' quiver: '^3.2.1' rxdart: '^0.27.7' - yaon: '^1.1.4+2' + yaon: '^1.1.4+3' dev_dependencies: flutter_lints: '^3.0.1'