From e382cae78c64940f6f5e5ffd2c7ab95ef1251f60 Mon Sep 17 00:00:00 2001
From: action <noop@github.com>
Date: Tue, 12 Mar 2024 02:15:23 +0000
Subject: [PATCH] actions-dart-dependency-updater:

---
 CHANGELOG.md         | 6 ++++++
 example/pubspec.yaml | 4 ++--
 pubspec.yaml         | 4 ++--
 3 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index fb6fc21..9c120bd 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,8 @@
+## [4.0.0+14] - March 12, 2024
+
+* Automated dependency updates
+
+
 ## [4.0.0+13] - March 5, 2024
 
 * Automated dependency updates
@@ -192,5 +197,6 @@ Updated to `websafe_svg` 3.0.0 which supports different attributes.
 
 
 
+
 
 
diff --git a/example/pubspec.yaml b/example/pubspec.yaml
index 4015165..6bf25f4 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+8'
+version: '1.0.0+9'
 
 environment: 
   sdk: '>=3.0.0 <4.0.0'
@@ -9,7 +9,7 @@ environment:
 dependencies: 
   flutter: 
     sdk: 'flutter'
-  json_dynamic_widget: '^7.1.0+2'
+  json_dynamic_widget: '^7.1.0+3'
   json_dynamic_widget_plugin_svg: 
     path: '../'
   logging: '^1.2.0'
diff --git a/pubspec.yaml b/pubspec.yaml
index fd9c627..4ed7729 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+13'
+version: '4.0.0+14'
 
 environment: 
   sdk: '>=3.0.0 <4.0.0'
@@ -17,7 +17,7 @@ dependencies:
     sdk: 'flutter'
   flutter_svg: '^2.0.10+1'
   json_class: '^3.0.0+12'
-  json_dynamic_widget: '^7.1.0+2'
+  json_dynamic_widget: '^7.1.0+3'
   json_theme: '^6.4.1'
   logging: '^1.2.0'
   meta: '^1.9.1'