From b1cee2df5b48668f0e56cb09393771f4552c3d12 Mon Sep 17 00:00:00 2001 From: action Date: Tue, 3 Dec 2024 03:00:18 +0000 Subject: [PATCH] actions-dart-dependency-updater: --- CHANGELOG.md | 5 +++++ example/pubspec.yaml | 6 +++--- pubspec.yaml | 8 ++++---- 3 files changed, 12 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 926473c..e10a8fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## [4.0.1+1] - December 3, 2024 + +* Automated dependency updates + + ## [4.0.1] - November 30th, 2024 * dependency updates diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 460cca9..90b3718 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -1,7 +1,7 @@ name: 'example' description: 'Example app for the JsonDynamicWidget library' publish_to: 'none' -version: '1.0.0+20' +version: '1.0.0+21' environment: sdk: '>=3.0.0 <4.0.0' @@ -9,10 +9,10 @@ environment: dependencies: flutter: sdk: 'flutter' - json_dynamic_widget: '^7.3.1+10' + json_dynamic_widget: '^7.3.1+12' json_dynamic_widget_plugin_material_icons: path: '../' - json_theme: '^6.5.3+6' + json_theme: '^6.5.4' logging: '^1.3.0' material_icons_named: '^3.16.0+2' diff --git a/pubspec.yaml b/pubspec.yaml index 2abab6f..7f4cd3f 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.1' +version: '4.0.1+1' environment: sdk: '>=3.0.0 <4.0.0' @@ -16,8 +16,8 @@ dependencies: flutter: sdk: 'flutter' json_class: '^3.0.1' - json_dynamic_widget: '^7.3.1+10' - json_theme: '^6.5.3+6' + json_dynamic_widget: '^7.3.1+12' + json_theme: '^6.5.4' logging: '^1.3.0' material_icons_named: '^3.16.0+2' meta: '^1.12.0' @@ -31,7 +31,7 @@ dev_dependencies: flutter_lints: '^5.0.0' flutter_test: sdk: 'flutter' - json_dynamic_widget_codegen: '^1.0.6+15' + json_dynamic_widget_codegen: '^1.0.6+17' permittedLicenses: - 'Apache-2.0'