Skip to content

Commit

Permalink
Merge pull request #70 from peiffer-innovations/dart_update_171141934…
Browse files Browse the repository at this point in the history
…1306

Automated Merge
  • Loading branch information
jpeiffer authored Mar 26, 2024
2 parents bbb7c4b + e3a52be commit 48d16f6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [4.0.0+15] - March 26, 2024

* Automated dependency updates


## [4.0.0+14] - March 19, 2024

* Automated dependency updates
Expand Down Expand Up @@ -395,5 +400,6 @@






4 changes: 2 additions & 2 deletions example/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
name: 'example'
description: 'Example app for the JsonDynamicWidget library'
publish_to: 'none'
version: '1.0.0+11'
version: '1.0.0+12'

environment:
sdk: '>=3.0.0 <4.0.0'

dependencies:
flutter:
sdk: 'flutter'
json_dynamic_widget: '^7.1.0+4'
json_dynamic_widget: '^7.1.0+5'
json_dynamic_widget_plugin_material_icons:
path: '../'
json_theme: '^6.4.1'
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: 'json_dynamic_widget_plugin_material_icons'
description: 'A plugin to the JSON Dynamic Widget to provide String name support for Material Icons'
homepage: 'https://github.com/peiffer-innovations/json_dynamic_widget_plugin_material_icons'
version: '4.0.0+14'
version: '4.0.0+15'

environment:
sdk: '>=3.0.0 <4.0.0'
Expand All @@ -16,7 +16,7 @@ dependencies:
flutter:
sdk: 'flutter'
json_class: '^3.0.0+12'
json_dynamic_widget: '^7.1.0+4'
json_dynamic_widget: '^7.1.0+5'
json_theme: '^6.4.1'
logging: '^1.2.0'
material_icons_named: '^3.16.0'
Expand Down

0 comments on commit 48d16f6

Please sign in to comment.