From 3c0334d722726a4341bfc1fe2e91239c0daefaec Mon Sep 17 00:00:00 2001 From: action Date: Tue, 9 Jul 2024 02:29:53 +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 705358c..86c09f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## [4.0.0+22] - July 9, 2024 + +* Automated dependency updates + + ## [4.0.0+21] - July 2, 2024 * Automated dependency updates diff --git a/pubspec.yaml b/pubspec.yaml index 0f31584..137407f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: 'json_dynamic_widget_plugin_material_icons' description: 'A plugin to the JSON Dynamic Widget to provide String name support for Material Icons' homepage: 'https://github.com/peiffer-innovations/json_dynamic_widget_plugin_material_icons' -version: '4.0.0+21' +version: '4.0.0+22' environment: sdk: '>=3.0.0 <4.0.0' @@ -15,7 +15,7 @@ dependencies: child_builder: '^2.0.2' flutter: sdk: 'flutter' - json_class: '^3.0.0+15' + json_class: '^3.0.0+16' json_dynamic_widget: '^7.2.0+6' json_theme: '^6.5.0+1' logging: '^1.2.0'