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 May 27, 2024
1 parent e6043f7 commit d1685b0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions json_dynamic_widget/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [7.2.0+2] - May 27, 2024

* Automated dependency updates


## [7.2.0+1] - May 27, 2024

* Automated dependency updates
Expand Down
4 changes: 2 additions & 2 deletions json_dynamic_widget/example/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: 'example'
description: 'Example app for the JsonDynamicWidget library'
publish_to: 'none'
version: '1.0.0+60'
version: '1.0.0+61'

environment:
sdk: '>=3.0.0 <4.0.0'
Expand All @@ -27,7 +27,7 @@ dev_dependencies:
flutter_test:
sdk: 'flutter'
icons_launcher: '^2.1.7'
json_dynamic_widget_codegen: '^1.0.6'
json_dynamic_widget_codegen: '^1.0.6+1'
yaml_writer: '^2.0.0'

dependency_overrides:
Expand Down
4 changes: 2 additions & 2 deletions json_dynamic_widget/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: 'json_dynamic_widget'
description: 'A library to dynamically generate widgets within Flutter from JSON or other Map-like structures.'
repository: 'https://github.com/peiffer-innovations/json_dynamic_widget/tree/main/json_dynamic_widget'
version: '7.2.0+1'
version: '7.2.0+2'

environment:
sdk: '>=3.0.0 <4.0.0'
Expand Down Expand Up @@ -35,7 +35,7 @@ dev_dependencies:
flutter_lints: '^4.0.0'
flutter_test:
sdk: 'flutter'
json_dynamic_widget_codegen: '^1.0.6'
json_dynamic_widget_codegen: '^1.0.6+1'

dependency_overrides:
json_dynamic_widget_codegen:
Expand Down

0 comments on commit d1685b0

Please sign in to comment.