From 77e86855063690668530cbf70697664d1c192416 Mon Sep 17 00:00:00 2001 From: action Date: Tue, 7 Nov 2023 00:59:16 +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 f5866ec..153d1f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## [3.1.0+8] - November 7, 2023 + +* Automated dependency updates + + ## [3.1.0+7] - October 31, 2023 * Automated dependency updates @@ -338,5 +343,6 @@ + diff --git a/pubspec.yaml b/pubspec.yaml index 8f057fa..a0a5450 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: 'form_validation' description: 'Validators that can be used directly via code or constructed from JSON to provide dynamic validation.' -version: '3.1.0+7' +version: '3.1.0+8' homepage: 'https://github.com/peiffer-innovations/form_validation' environment: @@ -10,7 +10,7 @@ dependencies: flutter: sdk: 'flutter' intl: '^0.18.1' - json_class: '^3.0.0+7' + json_class: '^3.0.0+8' meta: '^1.9.1' dev_dependencies: