From 16e8db8d1b8dc63947fdfbb4904920d8641ff6d1 Mon Sep 17 00:00:00 2001 From: action Date: Tue, 19 Mar 2024 01:07:53 +0000 Subject: [PATCH] actions-dart-dependency-updater: --- CHANGELOG.md | 6 ++++++ pubspec.yaml | 12 ++++++------ 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bd3c1af..a293012 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## [3.2.0+1] - March 19, 2024 + +* Automated dependency updates + + ## [3.2.0] - February 28th, 2024 * Widened [json_path](https://pub.dev/packages/json_path) version support @@ -467,5 +472,6 @@ + diff --git a/pubspec.yaml b/pubspec.yaml index ab6ced3..28738b8 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,12 +1,12 @@ 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' +version: '3.2.0+1' -environment: +environment: sdk: '>=3.0.0 <4.0.0' -dependencies: +dependencies: convert: '^3.1.1' crypto: '^3.0.1' encrypt: '^5.0.3' @@ -20,13 +20,13 @@ dependencies: pointycastle: '^3.7.4' quiver: '^3.2.1' rxdart: '^0.27.7' - yaon: '^1.1.4+4' + yaon: '^1.1.4+5' -dev_dependencies: +dev_dependencies: flutter_lints: '^3.0.1' test: '^1.25.2' -ignore_updates: +ignore_updates: - 'archive' - 'async' - 'boolean_selector'