From bbd2a0a6d6cce840d00ac21544f2ef8a6ab23e9e Mon Sep 17 00:00:00 2001 From: action Date: Tue, 17 Dec 2024 02:58:40 +0000 Subject: [PATCH] actions-dart-dependency-updater: --- CHANGELOG.md | 5 +++++ example/pubspec.yaml | 4 ++-- pubspec.yaml | 12 ++++++------ 3 files changed, 13 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a06607b..769067d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## [4.0.0+27] - December 17, 2024 + +* Automated dependency updates + + ## [4.0.0+26] - December 10, 2024 * Automated dependency updates diff --git a/example/pubspec.yaml b/example/pubspec.yaml index fdc0d3f..62eacc7 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_lottie: path: '../' logging: '^1.3.0' diff --git a/pubspec.yaml b/pubspec.yaml index 3cad49e..7a82cfe 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: 'json_dynamic_widget_plugin_lottie' description: 'A plugin to the JSON Dynamic Widget to provide Lottie support to the widgets' homepage: 'https://github.com/peiffer-innovations/json_dynamic_widget_plugin_lottie' -version: '4.0.0+26' +version: '4.0.0+27' environment: sdk: '>=3.0.0 <4.0.0' @@ -16,10 +16,10 @@ dependencies: flutter: sdk: 'flutter' 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' - lottie: '^3.2.0' + lottie: '^3.3.0' meta: '^1.12.0' uuid: '^4.5.1' @@ -27,11 +27,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'