From 0bc4b429a311fb9b59ad3982711935067ad5e5f5 Mon Sep 17 00:00:00 2001 From: action Date: Tue, 9 Apr 2024 01:57:03 +0000 Subject: [PATCH] actions-dart-dependency-updater: --- json_theme/CHANGELOG.md | 6 ++++++ json_theme/pubspec.yaml | 6 +++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/json_theme/CHANGELOG.md b/json_theme/CHANGELOG.md index a8f43c7..45f53a3 100644 --- a/json_theme/CHANGELOG.md +++ b/json_theme/CHANGELOG.md @@ -1,3 +1,8 @@ +## [6.4.1+2] - April 9, 2024 + +* Automated dependency updates + + ## [6.4.1+1] - April 2, 2024 * Automated dependency updates @@ -651,5 +656,6 @@ + diff --git a/json_theme/pubspec.yaml b/json_theme/pubspec.yaml index 0f4d1b6..af86570 100644 --- a/json_theme/pubspec.yaml +++ b/json_theme/pubspec.yaml @@ -1,7 +1,7 @@ name: 'json_theme' description: 'A library to dynamically generate a ThemeData object from a JSON file or dynamic map object' homepage: 'https://github.com/peiffer-innovations/json_theme' -version: '6.4.1+1' +version: '6.4.1+2' environment: sdk: '>=3.2.0 <4.0.0' @@ -15,7 +15,7 @@ dependencies: flutter: sdk: 'flutter' json_class: '^3.0.0+13' - json_schema: '^5.1.3' + json_schema: '^5.1.7' json_theme_annotation: '^1.0.3+4' logging: '^1.2.0' meta: '^1.10.0' @@ -28,7 +28,7 @@ dev_dependencies: flutter_lints: '^3.0.2' flutter_test: sdk: 'flutter' - json_theme_codegen: '^1.1.2+9' + json_theme_codegen: '^1.1.2+10' recase: '^4.1.0' source_gen: '^1.5.0'