Skip to content

Commit

Permalink
Merge pull request #33 from peiffer-innovations/dart_update_169690424…
Browse files Browse the repository at this point in the history
…5796

Automated Merge
  • Loading branch information
jpeiffer authored Oct 10, 2023
2 parents 6f6c903 + e458d11 commit ce23e30
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 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+5] - October 10, 2023

* Automated dependency updates


## [4.0.0+4] - October 3, 2023

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




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+2'
version: '1.0.0+3'

environment:
sdk: '>=3.0.0 <4.0.0'

dependencies:
flutter:
sdk: 'flutter'
json_dynamic_widget: '^7.0.1'
json_dynamic_widget: '^7.0.2'
json_dynamic_widget_plugin_svg:
path: '../'
logging: '^1.2.0'
Expand Down
6 changes: 3 additions & 3 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+4'
version: '4.0.0+5'

environment:
sdk: '>=3.0.0 <4.0.0'
Expand All @@ -18,7 +18,7 @@ dependencies:
sdk: 'flutter'
flutter_svg: '^2.0.7'
json_class: '^3.0.0+5'
json_dynamic_widget: '^7.0.1'
json_dynamic_widget: '^7.0.2'
json_theme: '^6.3.0'
logging: '^1.2.0'
meta: '^1.9.1'
Expand All @@ -33,7 +33,7 @@ dev_dependencies:
flutter_lints: '^2.0.3'
flutter_test:
sdk: 'flutter'
json_dynamic_widget_codegen: '^1.0.1'
json_dynamic_widget_codegen: '^1.0.1+1'

ignore_updates:
- 'archive'
Expand Down

0 comments on commit ce23e30

Please sign in to comment.