From e308183d19098802b4875287c49dbc8d9e189f52 Mon Sep 17 00:00:00 2001 From: action Date: Tue, 18 Jun 2024 00:32:15 +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 4513918..2617281 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## [3.1.1+7] - June 18, 2024 + +* Automated dependency updates + + ## [3.1.1+6] - June 11, 2024 * Automated dependency updates diff --git a/pubspec.yaml b/pubspec.yaml index e8fdaf9..96cd8bc 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+6' +version: '3.1.1+7' 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+14' + json_class: '^3.0.0+15' meta: '^1.12.0' dev_dependencies: