From e3a52beea6de5e92f13dc7c2fdf1eb2e6d4d64e7 Mon Sep 17 00:00:00 2001 From: action Date: Tue, 26 Mar 2024 02:15:41 +0000 Subject: [PATCH] actions-dart-dependency-updater: --- CHANGELOG.md | 6 ++++++ example/pubspec.yaml | 4 ++-- pubspec.yaml | 4 ++-- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 90d68e3..4a73ee2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## [4.0.0+15] - March 26, 2024 + +* Automated dependency updates + + ## [4.0.0+14] - March 19, 2024 * Automated dependency updates @@ -395,5 +400,6 @@ + diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 494218f..bcce555 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+11' +version: '1.0.0+12' environment: sdk: '>=3.0.0 <4.0.0' @@ -9,7 +9,7 @@ environment: dependencies: flutter: sdk: 'flutter' - json_dynamic_widget: '^7.1.0+4' + json_dynamic_widget: '^7.1.0+5' json_dynamic_widget_plugin_material_icons: path: '../' json_theme: '^6.4.1' diff --git a/pubspec.yaml b/pubspec.yaml index 6b246da..2c34afd 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+14' +version: '4.0.0+15' environment: sdk: '>=3.0.0 <4.0.0' @@ -16,7 +16,7 @@ dependencies: flutter: sdk: 'flutter' json_class: '^3.0.0+12' - json_dynamic_widget: '^7.1.0+4' + json_dynamic_widget: '^7.1.0+5' json_theme: '^6.4.1' logging: '^1.2.0' material_icons_named: '^3.16.0'