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 Sep 10, 2024
1 parent c5eaa86 commit 15a4a30
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 8 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+26] - September 10, 2024

* Automated dependency updates


## [4.0.0+25] - July 23, 2024

* Automated dependency updates
Expand Down
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+14'
version: '1.0.0+15'

environment:
sdk: '>=3.0.0 <4.0.0'

dependencies:
flutter:
sdk: 'flutter'
json_dynamic_widget: '^7.2.0+6'
json_dynamic_widget: '^7.3.0+1'
json_dynamic_widget_plugin_svg:
path: '../'
logging: '^1.2.0'
Expand Down
12 changes: 6 additions & 6 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+25'
version: '4.0.0+26'

environment:
sdk: '>=3.0.0 <4.0.0'
Expand All @@ -17,22 +17,22 @@ dependencies:
sdk: 'flutter'
flutter_svg: '^2.0.10+1'
json_class: '^3.0.0+16'
json_dynamic_widget: '^7.2.0+6'
json_theme: '^6.5.0+1'
json_dynamic_widget: '^7.3.0+1'
json_theme: '^6.5.3'
logging: '^1.2.0'
meta: '^1.12.0'
uuid: '^4.4.2'
uuid: '^4.5.0'
websafe_svg: '^3.0.1+2'

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

dev_dependencies:
build_runner: '^2.4.11'
build_runner: '^2.4.12'
flutter_lints: '^4.0.0'
flutter_test:
sdk: 'flutter'
json_dynamic_widget_codegen: '^1.0.6+4'
json_dynamic_widget_codegen: '^1.0.6+7'

permittedLicenses:
- 'Apache-2.0'
Expand Down

0 comments on commit 15a4a30

Please sign in to comment.