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 Nov 21, 2023
1 parent 566131c commit d09cdf9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 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+7] - November 21, 2023

* Automated dependency updates


## [4.0.0+6] - November 14, 2023

* Automated dependency updates
Expand Down Expand Up @@ -152,3 +157,4 @@ Updated to `websafe_svg` 3.0.0 which supports different attributes.




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_svg'
description: 'A plugin to the JSON Dynamic Widget to provide SVG support to the widgets'
homepage: 'https://github.com/peiffer-innovations/json_dynamic_widget_plugin_svg'
version: '4.0.0+6'
version: '4.0.0+7'

environment:
sdk: '>=3.0.0 <4.0.0'
Expand All @@ -13,13 +13,13 @@ analyzer:


dependencies:
child_builder: '^2.0.1'
child_builder: '^2.0.2'
flutter:
sdk: 'flutter'
flutter_svg: '^2.0.9'
json_class: '^3.0.0+8'
json_dynamic_widget: '^7.0.5+1'
json_theme: '^6.3.2'
json_theme: '^6.4.0'
logging: '^1.2.0'
meta: '^1.9.1'
uuid: '^4.2.1'
Expand All @@ -33,7 +33,7 @@ dev_dependencies:
flutter_lints: '^3.0.1'
flutter_test:
sdk: 'flutter'
json_dynamic_widget_codegen: '^1.0.4+1'
json_dynamic_widget_codegen: '^1.0.4+2'

ignore_updates:
- 'archive'
Expand Down

0 comments on commit d09cdf9

Please sign in to comment.