Skip to content

Commit

Permalink
Merge pull request #296 from peiffer-innovations/dart_update_17186758…
Browse files Browse the repository at this point in the history
…63229

Automated Merge
  • Loading branch information
jpeiffer authored Jun 18, 2024
2 parents a8c679e + ab2dc58 commit 08a419c
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 9 deletions.
5 changes: 5 additions & 0 deletions codegen/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [1.0.6+4] - June 18, 2024

* Automated dependency updates


## [1.0.6+3] - June 11, 2024

* Automated dependency updates
Expand Down
4 changes: 2 additions & 2 deletions codegen/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: 'json_dynamic_widget_codegen'
description: 'A library autogenerate JSON widget builders.'
homepage: 'https://github.com/peiffer-innovations/json_dynamic_widget/tree/main/codegen'
version: '1.0.6+3'
version: '1.0.6+4'

environment:
sdk: '>=3.0.0 <4.0.0'
Expand All @@ -15,7 +15,7 @@ dependencies:
analyzer: '>=6.2.0 <6.5.0'
build: '^2.4.1'
code_builder: '^4.10.0'
dynamic_widget_annotation: '^1.1.2+5'
dynamic_widget_annotation: '^1.1.2+6'
json_class: '^3.0.0+15'
json_theme: '^6.5.0+1'
recase: '^4.1.0'
Expand Down
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+5] - June 18, 2024

* Automated dependency updates


## [7.2.0+4] - June 11, 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+63'
version: '1.0.0+64'

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+2'
json_dynamic_widget_codegen: '^1.0.6+3'
yaml_writer: '^2.0.0'

dependency_overrides:
Expand Down
10 changes: 5 additions & 5 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+4'
version: '7.2.0+5'

environment:
sdk: '>=3.0.0 <4.0.0'
Expand All @@ -13,14 +13,14 @@ analyzer:
dependencies:
child_builder: '^2.0.2'
collection: '^1.17.1'
dynamic_widget_annotation: '^1.1.2+5'
dynamic_widget_annotation: '^1.1.2+6'
execution_timer: '^1.1.0+6'
flutter:
sdk: 'flutter'
form_validation: '^3.1.1+6'
form_validation: '^3.1.1+7'
interpolation: '^2.1.2'
json_class: '^3.0.0+15'
json_conditional: '^3.0.1+14'
json_conditional: '^3.0.1+15'
json_schema: '^5.1.7'
json_theme: '^6.5.0+1'
logging: '^1.2.0'
Expand All @@ -35,7 +35,7 @@ dev_dependencies:
flutter_lints: '^4.0.0'
flutter_test:
sdk: 'flutter'
json_dynamic_widget_codegen: '^1.0.6+2'
json_dynamic_widget_codegen: '^1.0.6+3'

dependency_overrides:
json_dynamic_widget_codegen:
Expand Down

0 comments on commit 08a419c

Please sign in to comment.