From ba32927b53e1bab45ae17018256f460b0a8fed17 Mon Sep 17 00:00:00 2001 From: action Date: Tue, 16 Apr 2024 00:34:13 +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 21c2d41..b85359c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## [3.0.1+9] - April 16, 2024 + +* Automated dependency updates + + ## [3.0.1+8] - April 9, 2024 * Automated dependency updates @@ -404,5 +409,6 @@ + diff --git a/pubspec.yaml b/pubspec.yaml index ff237f1..a5daf63 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: 'json_conditional' description: 'A library to create conditional evaluators from JSON or JSON-like structures.' homepage: 'https://github.com/peiffer-innovations/json_conditional' -version: '3.0.1+8' +version: '3.0.1+9' environment: sdk: '>=3.0.0 <4.0.0' @@ -16,7 +16,7 @@ dependencies: dev_dependencies: flutter_lints: '^3.0.2' - test: '^1.25.2' + test: '^1.25.3' ignore_updates: - 'archive'