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 3, 2024
1 parent ee8099e commit cd14237
Show file tree
Hide file tree
Showing 7 changed files with 30 additions and 15 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 3, 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+5] - September 3, 2024

* Automated dependency updates


## [1.0.6+4] - June 18, 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+4'
version: '1.0.6+5'

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

* Automated dependency updates


## [7.2.1] - June 21, 2024

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

environment:
sdk: '>=3.0.0 <4.0.0'
Expand All @@ -10,19 +10,19 @@ 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'
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'
Expand Down
14 changes: 7 additions & 7 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.1'
version: '7.2.1+1'

environment:
sdk: '>=3.0.0 <4.0.0'
Expand All @@ -14,14 +14,14 @@ 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_class: '^3.0.0+16'
json_conditional: '^3.0.1+17'
json_schema: '^5.2.0'
json_theme: '^6.5.0+1'
logging: '^1.2.0'
meta: '^1.12.0'
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 cd14237

Please sign in to comment.