From 00e6b4a7ff2eb72c01e8752b05e07f201d4d586b Mon Sep 17 00:00:00 2001 From: action Date: Tue, 3 Dec 2024 03:00:18 +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 62a0a45..69bfd65 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## [2.0.2+24] - December 3, 2024 + +* Automated dependency updates + + ## [2.0.2+23] - November 26, 2024 * Automated dependency updates diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 9f5543f..b3a73c5 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+22' +version: '1.0.0+23' environment: sdk: '>=3.0.0 <4.0.0' @@ -9,7 +9,7 @@ environment: dependencies: flutter: sdk: 'flutter' - json_dynamic_widget: '^7.3.1+10' + json_dynamic_widget: '^7.3.1+12' json_dynamic_widget_plugin_js: path: '../' logging: '^1.3.0' diff --git a/pubspec.yaml b/pubspec.yaml index c276501..99826a6 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: 'json_dynamic_widget_plugin_js' description: 'A plugin to the JSON Dynamic Widget to provide JS support to the widgets' homepage: 'https://github.com/peiffer-innovations/json_dynamic_widget_plugin_js' -version: '2.0.2+23' +version: '2.0.2+24' environment: sdk: '>=3.0.0 <4.0.0' @@ -17,9 +17,9 @@ dependencies: sdk: 'flutter' flutter_js: '^0.8.1' js: '^0.7.1' - json_class: '^3.0.0+16' - json_dynamic_widget: '^7.3.1+10' - json_theme: '^6.5.3+6' + json_class: '^3.0.1' + json_dynamic_widget: '^7.3.1+12' + json_theme: '^6.5.4' logging: '^1.3.0' meta: '^1.12.0' uuid: '^4.5.1' @@ -32,7 +32,7 @@ dev_dependencies: flutter_lints: '^5.0.0' flutter_test: sdk: 'flutter' - json_dynamic_widget_codegen: '^1.0.6+15' + json_dynamic_widget_codegen: '^1.0.6+17' permittedLicenses: - 'Apache-2.0'