Skip to content

Commit

Permalink
Merge pull request #267 from peiffer-innovations/dart_update_17120225…
Browse files Browse the repository at this point in the history
…99799

Automated Merge
  • Loading branch information
jpeiffer authored Apr 2, 2024
2 parents 468d31f + 8f953e8 commit 4c8aa6a
Show file tree
Hide file tree
Showing 7 changed files with 40 additions and 22 deletions.
6 changes: 6 additions & 0 deletions annotation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [1.1.2+4] - April 2, 2024

* Automated dependency updates


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

* Automated dependency updates
Expand Down Expand Up @@ -41,3 +46,4 @@




4 changes: 2 additions & 2 deletions annotation/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: 'dynamic_widget_annotation'
description: 'Annotations for the json_dynamic_widget library.'
homepage: 'https://github.com/peiffer-innovations/json_dynamic_widget/tree/main/annotation'
version: '1.1.2+3'
version: '1.1.2+4'

environment:
sdk: '>=3.0.0 <4.0.0'
Expand All @@ -15,7 +15,7 @@ dependencies:
meta: '^1.9.1'

dev_dependencies:
flutter_lints: '^3.0.1'
flutter_lints: '^3.0.2'
test: '^1.25.2'

ignore_updates:
Expand Down
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+7] - April 2, 2024

* Automated dependency updates


## [1.0.5+6] - March 19, 2024

* Automated dependency updates
Expand Down Expand Up @@ -111,3 +116,4 @@




10 changes: 5 additions & 5 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+6'
version: '1.0.5+7'

environment:
sdk: '>=3.0.0 <4.0.0'
Expand All @@ -16,16 +16,16 @@ dependencies:
build: '^2.4.1'
code_builder: '^4.10.0'
dynamic_widget_annotation: '^1.1.2+3'
json_class: '^3.0.0+12'
json_class: '^3.0.0+13'
json_theme: '^6.4.1'
recase: '^4.1.0'
source_gen: '^1.5.0'
template_expressions: '^3.2.0+1'
template_expressions: '^3.2.0+2'
yaml_writer: '^2.0.0'
yaon: '^1.1.4+5'
yaon: '^1.1.4+6'

dev_dependencies:
flutter_lints: '^3.0.1'
flutter_lints: '^3.0.2'
test: '^1.25.2'

ignore_updates:
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+6] - April 2, 2024

* Automated dependency updates


## [7.1.0+5] - March 26, 2024

* Automated dependency updates
Expand Down Expand Up @@ -770,3 +775,4 @@ This is a huge release with several breaking changes. It brings in the ability




12 changes: 6 additions & 6 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+57'
version: '1.0.0+58'

environment:
sdk: '>=3.0.0 <4.0.0'
Expand All @@ -10,20 +10,20 @@ dependencies:
child_builder: '^2.0.2'
desktop_window: '^0.4.0'
dotted_border: '^2.1.0'
execution_timer: '^1.1.0+5'
execution_timer: '^1.1.0+6'
flutter:
sdk: 'flutter'
flutter_svg: '^2.0.10+1'
json_class: '^3.0.0+12'
json_class: '^3.0.0+13'
json_dynamic_widget:
path: '../'
json_theme: '^6.4.1'
logging: '^1.2.0'
yaon: '^1.1.4+5'
yaon: '^1.1.4+6'

dev_dependencies:
build_runner: '^2.4.8'
flutter_lints: '^3.0.1'
build_runner: '^2.4.9'
flutter_lints: '^3.0.2'
flutter_test:
sdk: 'flutter'
icons_launcher: '^2.1.7'
Expand Down
18 changes: 9 additions & 9 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.1.0+5'
version: '7.1.0+6'

environment:
sdk: '>=3.0.0 <4.0.0'
Expand All @@ -14,25 +14,25 @@ dependencies:
child_builder: '^2.0.2'
collection: '^1.17.1'
dynamic_widget_annotation: '^1.1.2+3'
execution_timer: '^1.1.0+5'
execution_timer: '^1.1.0+6'
flutter:
sdk: 'flutter'
form_validation: '^3.1.1+4'
form_validation: '^3.1.1+5'
interpolation: '^2.1.2'
json_class: '^3.0.0+12'
json_conditional: '^3.0.1+6'
json_class: '^3.0.0+13'
json_conditional: '^3.0.1+7'
json_schema: '^5.1.3'
json_theme: '^6.4.1'
logging: '^1.2.0'
meta: '^1.9.1'
template_expressions: '^3.2.0+1'
template_expressions: '^3.2.0+2'
uuid: '^4.1.0'
yaml_writer: '^2.0.0'
yaon: '^1.1.4+5'
yaon: '^1.1.4+6'

dev_dependencies:
build_runner: '^2.4.8'
flutter_lints: '^3.0.1'
build_runner: '^2.4.9'
flutter_lints: '^3.0.2'
flutter_test:
sdk: 'flutter'
json_dynamic_widget_codegen: '^1.0.5+6'
Expand Down

0 comments on commit 4c8aa6a

Please sign in to comment.