Skip to content

Commit

Permalink
Merge pull request #104 from peiffer-innovations/dart_update_17331948…
Browse files Browse the repository at this point in the history
…18484

Automated Merge
  • Loading branch information
jpeiffer authored Dec 3, 2024
2 parents 8b80af1 + b1cee2d commit 2571549
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [4.0.1+1] - December 3, 2024

* Automated dependency updates


## [4.0.1] - November 30th, 2024

* dependency updates
Expand Down
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+20'
version: '1.0.0+21'

environment:
sdk: '>=3.0.0 <4.0.0'

dependencies:
flutter:
sdk: 'flutter'
json_dynamic_widget: '^7.3.1+10'
json_dynamic_widget: '^7.3.1+12'
json_dynamic_widget_plugin_material_icons:
path: '../'
json_theme: '^6.5.3+6'
json_theme: '^6.5.4'
logging: '^1.3.0'
material_icons_named: '^3.16.0+2'

Expand Down
8 changes: 4 additions & 4 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.1'
version: '4.0.1+1'

environment:
sdk: '>=3.0.0 <4.0.0'
Expand All @@ -16,8 +16,8 @@ dependencies:
flutter:
sdk: 'flutter'
json_class: '^3.0.1'
json_dynamic_widget: '^7.3.1+10'
json_theme: '^6.5.3+6'
json_dynamic_widget: '^7.3.1+12'
json_theme: '^6.5.4'
logging: '^1.3.0'
material_icons_named: '^3.16.0+2'
meta: '^1.12.0'
Expand All @@ -31,7 +31,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'
Expand Down

0 comments on commit 2571549

Please sign in to comment.