From 62eea45b9260799ee1d84b2ec837c8047fc24c78 Mon Sep 17 00:00:00 2001 From: action Date: Tue, 31 Oct 2023 00:33:39 +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 1f94a06..4470169 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## [3.0.0+10] - October 31, 2023 + +* Automated dependency updates + + ## [3.0.0+9] - October 17, 2023 * Automated dependency updates @@ -333,5 +338,6 @@ + diff --git a/pubspec.yaml b/pubspec.yaml index d102853..fbcf18a 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.0+9' +version: '3.0.0+10' environment: sdk: '>=3.0.0 <4.0.0' @@ -12,11 +12,11 @@ analyzer: dependencies: - json_class: '^3.0.0+5' + json_class: '^3.0.0+6' meta: '^1.9.1' dev_dependencies: - test: '^1.24.8' + test: '^1.24.9' ignore_updates: - 'archive'