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 Sep 10, 2024
1 parent 58a9f64 commit 1f5be67
Show file tree
Hide file tree
Showing 7 changed files with 34 additions and 19 deletions.
5 changes: 5 additions & 0 deletions annotation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [1.1.2+7] - September 10, 2024

* Automated dependency updates


## [1.1.2+6] - June 11, 2024

* Automated dependency updates
Expand Down
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+6'
version: '1.1.2+7'

environment:
sdk: '>=3.0.0 <4.0.0'
Expand All @@ -16,7 +16,7 @@ dependencies:

dev_dependencies:
flutter_lints: '^4.0.0'
test: '^1.25.7'
test: '^1.25.8'

permittedLicenses:
- 'Apache-2.0'
Expand Down
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+6] - September 10, 2024

* Automated dependency updates


## [1.0.6+4] - June 18, 2024

* Automated dependency updates
Expand Down
6 changes: 3 additions & 3 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+5'
version: '1.0.6+6'

environment:
sdk: '>=3.0.0 <4.0.0'
Expand All @@ -16,8 +16,8 @@ dependencies:
build: '^2.4.1'
code_builder: '^4.10.0'
dynamic_widget_annotation: '^1.1.2+6'
json_class: '^3.0.0+15'
json_theme: '^6.5.0+1'
json_class: '^3.0.0+16'
json_theme: '^6.5.3'
recase: '^4.1.0'
source_gen: '^1.5.0'
template_expressions: '^3.2.0+9'
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.2+1] - September 10, 2024

* Automated dependency updates


## [7.2.1] - June 21, 2024

* Fixed issue #289 - `JsonDropdownButtonFormFieldBuilder` not processing args
Expand Down
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+65'
version: '1.0.0+66'

environment:
sdk: '>=3.0.0 <4.0.0'
Expand All @@ -10,24 +10,24 @@ dependencies:
child_builder: '^2.0.2'
desktop_window: '^0.4.0'
dotted_border: '^2.1.0'
execution_timer: '^1.1.0+6'
execution_timer: '^1.1.0+7'
flutter:
sdk: 'flutter'
flutter_svg: '^2.0.10+1'
json_class: '^3.0.0+15'
json_class: '^3.0.0+16'
json_dynamic_widget:
path: '../'
json_theme: '^6.5.0+1'
json_theme: '^6.5.3'
logging: '^1.2.0'
yaon: '^1.1.4+10'

dev_dependencies:
build_runner: '^2.4.11'
build_runner: '^2.4.12'
flutter_lints: '^4.0.0'
flutter_test:
sdk: 'flutter'
icons_launcher: '^2.1.7'
json_dynamic_widget_codegen: '^1.0.6+4'
json_dynamic_widget_codegen: '^1.0.6+5'
yaml_writer: '^2.0.0'

dependency_overrides:
Expand Down
16 changes: 8 additions & 8 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.2'
version: '7.2.2+1'

environment:
sdk: '>=3.0.0 <4.0.0'
Expand All @@ -14,15 +14,15 @@ dependencies:
child_builder: '^2.0.2'
collection: '^1.17.1'
dynamic_widget_annotation: '^1.1.2+6'
execution_timer: '^1.1.0+6'
execution_timer: '^1.1.0+7'
flutter:
sdk: 'flutter'
form_validation: '^3.1.1+7'
form_validation: '^3.1.1+8'
interpolation: '^2.1.2'
json_class: '^3.0.0+15'
json_conditional: '^3.0.1+15'
json_schema: '^5.1.7'
json_theme: '^6.5.0+1'
json_class: '^3.0.0+16'
json_conditional: '^3.0.1+17'
json_schema: '^5.2.0'
json_theme: '^6.5.3'
logging: '^1.2.0'
meta: '^1.12.0'
template_expressions: '^3.2.0+9'
Expand All @@ -31,7 +31,7 @@ dependencies:
yaon: '^1.1.4+10'

dev_dependencies:
build_runner: '^2.4.11'
build_runner: '^2.4.12'
flutter_lints: '^4.0.0'
flutter_test:
sdk: 'flutter'
Expand Down

0 comments on commit 1f5be67

Please sign in to comment.