Skip to content

Commit

Permalink
actions-dart-dependency-updater:
Browse files Browse the repository at this point in the history
  • Loading branch information
action committed Dec 12, 2023
1 parent f2d0456 commit d80c44d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 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+8] - December 12, 2023

* Automated dependency updates


## [4.0.0+7] - December 5, 2023

* Automated dependency updates
Expand Down Expand Up @@ -353,5 +358,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+5'
version: '1.0.0+6'

environment:
sdk: '>=3.0.0 <4.0.0'

dependencies:
flutter:
sdk: 'flutter'
json_dynamic_widget: '^7.0.5+1'
json_dynamic_widget: '^7.0.6+1'
json_dynamic_widget_plugin_material_icons:
path: '../'
json_theme: '^6.4.0'
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.0+7'
version: '4.0.0+8'

environment:
sdk: '>=3.0.0 <4.0.0'
Expand All @@ -16,8 +16,8 @@ dependencies:
child_builder: '^2.0.2'
flutter:
sdk: 'flutter'
json_class: '^3.0.0+8'
json_dynamic_widget: '^7.0.5+1'
json_class: '^3.0.0+9'
json_dynamic_widget: '^7.0.6+1'
json_theme: '^6.4.0'
logging: '^1.2.0'
material_icons_named: '^3.16.0'
Expand All @@ -32,7 +32,7 @@ dev_dependencies:
flutter_lints: '^3.0.1'
flutter_test:
sdk: 'flutter'
json_dynamic_widget_codegen: '^1.0.4+2'
json_dynamic_widget_codegen: '^1.0.4+3'

ignore_updates:
- 'archive'
Expand Down

0 comments on commit d80c44d

Please sign in to comment.