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 Oct 15, 2024
1 parent 97bdc6d commit b4c1208
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 10 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.0+25] - October 15, 2024

* Automated dependency updates


## [4.0.0+24] - July 23, 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+19'
version: '1.0.0+20'

environment:
sdk: '>=3.0.0 <4.0.0'

dependencies:
flutter:
sdk: 'flutter'
json_dynamic_widget: '^7.2.0+6'
json_dynamic_widget: '^7.3.1+3'
json_dynamic_widget_plugin_material_icons:
path: '../'
json_theme: '^6.5.0+1'
json_theme: '^6.5.3+3'
logging: '^1.2.0'
material_icons_named: '^3.16.0+2'

Expand Down
14 changes: 7 additions & 7 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+24'
version: '4.0.0+25'

environment:
sdk: '>=3.0.0 <4.0.0'
Expand All @@ -16,22 +16,22 @@ dependencies:
flutter:
sdk: 'flutter'
json_class: '^3.0.0+16'
json_dynamic_widget: '^7.2.0+6'
json_theme: '^6.5.0+1'
json_dynamic_widget: '^7.3.1+3'
json_theme: '^6.5.3+3'
logging: '^1.2.0'
material_icons_named: '^3.16.0+2'
meta: '^1.12.0'
uuid: '^4.4.2'
uuid: '^4.5.1'

false_secrets:
- 'example/web/index.html'

dev_dependencies:
build_runner: '^2.4.11'
flutter_lints: '^4.0.0'
build_runner: '^2.4.13'
flutter_lints: '^5.0.0'
flutter_test:
sdk: 'flutter'
json_dynamic_widget_codegen: '^1.0.6+4'
json_dynamic_widget_codegen: '^1.0.6+10'

permittedLicenses:
- 'Apache-2.0'
Expand Down

0 comments on commit b4c1208

Please sign in to comment.