From e458d1191e148ad1abf7c7000a99cfa0ea187b87 Mon Sep 17 00:00:00 2001 From: action Date: Tue, 10 Oct 2023 02:17:25 +0000 Subject: [PATCH] actions-dart-dependency-updater: --- CHANGELOG.md | 6 ++++++ example/pubspec.yaml | 4 ++-- pubspec.yaml | 6 +++--- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dd54a99..f6019aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## [4.0.0+5] - October 10, 2023 + +* Automated dependency updates + + ## [4.0.0+4] - October 3, 2023 * Automated dependency updates @@ -140,3 +145,4 @@ Updated to `websafe_svg` 3.0.0 which supports different attributes. + diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 782acd2..ed9695a 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+2' +version: '1.0.0+3' environment: sdk: '>=3.0.0 <4.0.0' @@ -9,7 +9,7 @@ environment: dependencies: flutter: sdk: 'flutter' - json_dynamic_widget: '^7.0.1' + json_dynamic_widget: '^7.0.2' json_dynamic_widget_plugin_svg: path: '../' logging: '^1.2.0' diff --git a/pubspec.yaml b/pubspec.yaml index e3e6ca9..2254e08 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: 'json_dynamic_widget_plugin_svg' description: 'A plugin to the JSON Dynamic Widget to provide SVG support to the widgets' homepage: 'https://github.com/peiffer-innovations/json_dynamic_widget_plugin_svg' -version: '4.0.0+4' +version: '4.0.0+5' environment: sdk: '>=3.0.0 <4.0.0' @@ -18,7 +18,7 @@ dependencies: sdk: 'flutter' flutter_svg: '^2.0.7' json_class: '^3.0.0+5' - json_dynamic_widget: '^7.0.1' + json_dynamic_widget: '^7.0.2' json_theme: '^6.3.0' logging: '^1.2.0' meta: '^1.9.1' @@ -33,7 +33,7 @@ dev_dependencies: flutter_lints: '^2.0.3' flutter_test: sdk: 'flutter' - json_dynamic_widget_codegen: '^1.0.1' + json_dynamic_widget_codegen: '^1.0.1+1' ignore_updates: - 'archive'