From 6ec7612d4eb8288eb4f4a637871c09be7ff75904 Mon Sep 17 00:00:00 2001 From: action Date: Tue, 17 Dec 2024 02:57:53 +0000 Subject: [PATCH] actions-dart-dependency-updater: --- CHANGELOG.md | 5 +++++ example/pubspec.yaml | 4 ++-- pubspec.yaml | 10 +++++----- 3 files changed, 12 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e56e55..838e20f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## [4.0.1+3] - December 17, 2024 + +* Automated dependency updates + + ## [4.0.1+2] - December 10, 2024 * Automated dependency updates diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 67fa469..c3db2fc 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+17' +version: '1.0.0+18' environment: sdk: '>=3.0.0 <4.0.0' @@ -9,7 +9,7 @@ environment: dependencies: flutter: sdk: 'flutter' - json_dynamic_widget: '^7.3.1+13' + json_dynamic_widget: '^8.0.0' json_dynamic_widget_plugin_svg: path: '../' logging: '^1.3.0' diff --git a/pubspec.yaml b/pubspec.yaml index 8c6852d..c40e3ed 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.1+2' +version: '4.0.1+3' environment: sdk: '>=3.0.0 <4.0.0' @@ -17,8 +17,8 @@ dependencies: sdk: 'flutter' flutter_svg: '^2.0.16' json_class: '^3.0.1' - json_dynamic_widget: '^7.3.1+13' - json_theme: '^6.5.4+1' + json_dynamic_widget: '^8.0.0' + json_theme: '^7.0.0+1' logging: '^1.3.0' meta: '^1.12.0' uuid: '^4.5.1' @@ -28,11 +28,11 @@ false_secrets: - 'example/web/index.html' dev_dependencies: - build_runner: '^2.4.13' + build_runner: '^2.4.14' flutter_lints: '^5.0.0' flutter_test: sdk: 'flutter' - json_dynamic_widget_codegen: '^1.0.6+18' + json_dynamic_widget_codegen: '^2.0.0' permittedLicenses: - 'Apache-2.0'