From 2e35321489d198b968506ace4fe7e1a8da6303b2 Mon Sep 17 00:00:00 2001 From: action Date: Tue, 19 Dec 2023 01:00:54 +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 3aa5cb4..3d12b46 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## [3.1.1+2] - December 19, 2023 + +* Automated dependency updates + + ## [3.1.1+1] - December 12, 2023 * Automated dependency updates @@ -355,5 +360,6 @@ + diff --git a/pubspec.yaml b/pubspec.yaml index e4000ea..56cb997 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.1+1' +version: '3.1.1+2' homepage: 'https://github.com/peiffer-innovations/form_validation' environment: @@ -10,7 +10,7 @@ dependencies: flutter: sdk: 'flutter' intl: '^0.19.0' - json_class: '^3.0.0+9' + json_class: '^3.0.0+10' meta: '^1.10.0' dev_dependencies: