Skip to content

Commit

Permalink
Merge pull request #261 from peiffer-innovations/dart_update_17089980…
Browse files Browse the repository at this point in the history
…38590

Automated Merge
  • Loading branch information
jpeiffer authored Feb 27, 2024
2 parents 7d03ca1 + 92981f6 commit 12a7e2b
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 21 deletions.
6 changes: 6 additions & 0 deletions codegen/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [1.0.5+4] - February 27, 2024

* Automated dependency updates


## [1.0.5+3] - February 20, 2024

* Automated dependency updates
Expand Down Expand Up @@ -93,3 +98,4 @@




8 changes: 4 additions & 4 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.5+3'
version: '1.0.5+4'

environment:
sdk: '>=3.0.0 <4.0.0'
Expand All @@ -15,12 +15,12 @@ dependencies:
analyzer: '^6.2.0'
build: '^2.4.1'
code_builder: '^4.10.0'
dynamic_widget_annotation: '^1.1.2+2'
dynamic_widget_annotation: '^1.1.2+3'
json_class: '^3.0.0+12'
json_theme: '^6.4.0'
json_theme: '^6.4.1'
recase: '^4.1.0'
source_gen: '^1.5.0'
template_expressions: '^3.1.5+5'
template_expressions: '^3.1.6'
yaml_writer: '^2.0.0'
yaon: '^1.1.4+4'

Expand Down
6 changes: 6 additions & 0 deletions json_dynamic_widget/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [7.1.0+1] - February 27, 2024

* Automated dependency updates


## [7.1.0] - February 20, 2024

* Updated for Flutter 3.19
Expand Down Expand Up @@ -740,3 +745,4 @@ This is a huge release with several breaking changes. It brings in the ability
## [0.9.9] - July 18th, 2020

* Initial release

8 changes: 4 additions & 4 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+52'
version: '1.0.0+53'

environment:
sdk: '>=3.0.0 <4.0.0'
Expand All @@ -13,11 +13,11 @@ dependencies:
execution_timer: '^1.1.0+5'
flutter:
sdk: 'flutter'
flutter_svg: '^2.0.9'
flutter_svg: '^2.0.10+1'
json_class: '^3.0.0+12'
json_dynamic_widget:
path: '../'
json_theme: '^6.4.0'
json_theme: '^6.4.1'
logging: '^1.2.0'
yaon: '^1.1.4+4'

Expand All @@ -27,7 +27,7 @@ dev_dependencies:
flutter_test:
sdk: 'flutter'
icons_launcher: '^2.1.7'
json_dynamic_widget_codegen: '^1.0.5+2'
json_dynamic_widget_codegen: '^1.0.5+3'
yaml_writer: '^2.0.0'

dependency_overrides:
Expand Down
26 changes: 13 additions & 13 deletions json_dynamic_widget/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
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.1.0'
version: '7.1.0+1'

environment:
environment:
sdk: '>=3.0.0 <4.0.0'

analyzer:
exclude:
analyzer:
exclude:
- 'lib/generated/**'

dependencies:
dependencies:
child_builder: '^2.0.2'
collection: '^1.17.1'
dynamic_widget_annotation: '^1.1.2+2'
dynamic_widget_annotation: '^1.1.2+3'
execution_timer: '^1.1.0+5'
flutter:
flutter:
sdk: 'flutter'
form_validation: '^3.1.1+4'
interpolation: '^2.1.2'
Expand All @@ -30,18 +30,18 @@ dependencies:
yaml_writer: '^2.0.0'
yaon: '^1.1.4+4'

dev_dependencies:
dev_dependencies:
build_runner: '^2.4.8'
flutter_lints: '^3.0.1'
flutter_test:
flutter_test:
sdk: 'flutter'
json_dynamic_widget_codegen: '^1.0.5+2'
json_dynamic_widget_codegen: '^1.0.5+3'

dependency_overrides:
json_dynamic_widget_codegen:
dependency_overrides:
json_dynamic_widget_codegen:
path: '../codegen'

ignore_updates:
ignore_updates:
- 'archive'
- 'async'
- 'boolean_selector'
Expand Down

0 comments on commit 12a7e2b

Please sign in to comment.