From 61c8635310e0fdd6345a5bcc41b7e7cd11af8191 Mon Sep 17 00:00:00 2001 From: action Date: Tue, 5 Dec 2023 02:24:46 +0000 Subject: [PATCH] actions-dart-dependency-updater: --- CHANGELOG.md | 6 ++++++ pubspec.yaml | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 160e896..661d7bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## [4.0.0+7] - December 5, 2023 + +* Automated dependency updates + + ## [4.0.0+6] - November 21, 2023 * Automated dependency updates @@ -347,5 +352,6 @@ + diff --git a/pubspec.yaml b/pubspec.yaml index 813672e..19d2eec 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+6' +version: '4.0.0+7' environment: sdk: '>=3.0.0 <4.0.0' @@ -28,7 +28,7 @@ false_secrets: - 'example/web/index.html' dev_dependencies: - build_runner: '^2.4.6' + build_runner: '^2.4.7' flutter_lints: '^3.0.1' flutter_test: sdk: 'flutter'