From 0ff32f4ce8879e0b052bcea6d6c92a715e9f1f3c Mon Sep 17 00:00:00 2001 From: action Date: Tue, 18 Jun 2024 00:38:14 +0000 Subject: [PATCH] actions-dart-dependency-updater: --- CHANGELOG.md | 5 +++++ pubspec.yaml | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 211b9bf..e8375c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## [3.0.1+15] - June 18, 2024 + +* Automated dependency updates + + ## [3.0.1+14] - June 11, 2024 * Automated dependency updates diff --git a/pubspec.yaml b/pubspec.yaml index 237a124..41c9ae0 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+14' +version: '3.0.1+15' environment: sdk: '>=3.0.0 <4.0.0' @@ -11,7 +11,7 @@ analyzer: - 'lib/generated/**' dependencies: - json_class: '^3.0.0+14' + json_class: '^3.0.0+15' meta: '^1.12.0' dev_dependencies: