Skip to content

Commit

Permalink
Merge pull request #105 from peiffer-innovations/dart_update_17337996…
Browse files Browse the repository at this point in the history
…23195

Automated Merge
  • Loading branch information
jpeiffer authored Dec 10, 2024
2 parents 2571549 + c4b7eb3 commit 27af0c5
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+2] - December 10, 2024

* Automated dependency updates


## [4.0.1+1] - December 3, 2024

* Automated 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+21'
version: '1.0.0+22'

environment:
sdk: '>=3.0.0 <4.0.0'

dependencies:
flutter:
sdk: 'flutter'
json_dynamic_widget: '^7.3.1+12'
json_dynamic_widget: '^7.3.1+13'
json_dynamic_widget_plugin_material_icons:
path: '../'
json_theme: '^6.5.4'
json_theme: '^6.5.4+1'
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+1'
version: '4.0.1+2'

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+12'
json_theme: '^6.5.4'
json_dynamic_widget: '^7.3.1+13'
json_theme: '^6.5.4+1'
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+17'
json_dynamic_widget_codegen: '^1.0.6+18'

permittedLicenses:
- 'Apache-2.0'
Expand Down

0 comments on commit 27af0c5

Please sign in to comment.