Skip to content

Commit

Permalink
Merge pull request #72 from peiffer-innovations/dart_update_171262906…
Browse files Browse the repository at this point in the history
…3187

Automated Merge
  • Loading branch information
jpeiffer authored Apr 9, 2024
2 parents 213e632 + f76cacd commit 7e8cd09
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 8 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+17] - April 9, 2024

* Automated dependency updates


## [4.0.0+16] - April 2, 2024

* Automated dependency updates
Expand Down Expand Up @@ -407,5 +412,6 @@






6 changes: 3 additions & 3 deletions example/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
name: 'example'
description: 'Example app for the JsonDynamicWidget library'
publish_to: 'none'
version: '1.0.0+13'
version: '1.0.0+14'

environment:
sdk: '>=3.0.0 <4.0.0'

dependencies:
flutter:
sdk: 'flutter'
json_dynamic_widget: '^7.1.0+6'
json_dynamic_widget: '^7.1.0+7'
json_dynamic_widget_plugin_material_icons:
path: '../'
json_theme: '^6.4.1+1'
json_theme: '^6.4.1+2'
logging: '^1.2.0'
material_icons_named: '^3.16.0'

Expand Down
10 changes: 5 additions & 5 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+16'
version: '4.0.0+17'

environment:
sdk: '>=3.0.0 <4.0.0'
Expand All @@ -16,12 +16,12 @@ dependencies:
flutter:
sdk: 'flutter'
json_class: '^3.0.0+13'
json_dynamic_widget: '^7.1.0+6'
json_theme: '^6.4.1+1'
json_dynamic_widget: '^7.1.0+7'
json_theme: '^6.4.1+2'
logging: '^1.2.0'
material_icons_named: '^3.16.0'
meta: '^1.9.1'
uuid: '^4.3.3'
uuid: '^4.4.0'

false_secrets:
- 'example/web/index.html'
Expand All @@ -31,7 +31,7 @@ dev_dependencies:
flutter_lints: '^3.0.2'
flutter_test:
sdk: 'flutter'
json_dynamic_widget_codegen: '^1.0.5+7'
json_dynamic_widget_codegen: '^1.0.5+8'

ignore_updates:
- 'archive'
Expand Down

0 comments on commit 7e8cd09

Please sign in to comment.