From 3f1ff47963402c469a82c4793e9087ddc87b62d3 Mon Sep 17 00:00:00 2001 From: action Date: Tue, 31 Oct 2023 00:58:32 +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 bd2960f..f5866ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## [3.1.0+7] - October 31, 2023 + +* Automated dependency updates + + ## [3.1.0+6] - October 24, 2023 * Automated dependency updates @@ -332,5 +337,6 @@ + diff --git a/pubspec.yaml b/pubspec.yaml index e213699..8f057fa 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+6' +version: '3.1.0+7' 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+6' + json_class: '^3.0.0+7' meta: '^1.9.1' dev_dependencies: