Skip to content

Commit

Permalink
Merge pull request #339 from peiffer-innovations/dart_update_17325876…
Browse files Browse the repository at this point in the history
…90439

Automated Merge
  • Loading branch information
jpeiffer authored Nov 26, 2024
2 parents 4193aec + 2ad8097 commit 3878b0e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions json_dynamic_widget/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [7.3.1+10] - November 26, 2024

* Automated dependency updates


## [7.3.1+9] - November 19, 2024

* Automated dependency updates
Expand Down
6 changes: 3 additions & 3 deletions json_dynamic_widget/example/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: 'example'
description: 'Example app for the JsonDynamicWidget library'
publish_to: 'none'
version: '1.0.0+77'
version: '1.0.0+78'

environment:
sdk: '>=3.0.0 <4.0.0'
Expand All @@ -13,7 +13,7 @@ dependencies:
execution_timer: '^1.1.0+8'
flutter:
sdk: 'flutter'
flutter_svg: '^2.0.14'
flutter_svg: '^2.0.15'
json_class: '^3.0.0+16'
json_dynamic_widget:
path: '../'
Expand All @@ -27,7 +27,7 @@ dev_dependencies:
flutter_test:
sdk: 'flutter'
icons_launcher: '^3.0.0'
json_dynamic_widget_codegen: '^1.0.6+14'
json_dynamic_widget_codegen: '^1.0.6+15'
yaml_writer: '^2.0.1'

dependency_overrides:
Expand Down
4 changes: 2 additions & 2 deletions json_dynamic_widget/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: 'json_dynamic_widget'
description: 'A library to dynamically generate widgets within Flutter from JSON or other Map-like structures.'
repository: 'https://github.com/peiffer-innovations/json_dynamic_widget/tree/main/json_dynamic_widget'
version: '7.3.1+9'
version: '7.3.1+10'

environment:
sdk: '>=3.0.0 <4.0.0'
Expand Down Expand Up @@ -35,7 +35,7 @@ dev_dependencies:
flutter_lints: '^5.0.0'
flutter_test:
sdk: 'flutter'
json_dynamic_widget_codegen: '^1.0.6+14'
json_dynamic_widget_codegen: '^1.0.6+15'

dependency_overrides:
json_dynamic_widget_codegen:
Expand Down

0 comments on commit 3878b0e

Please sign in to comment.