Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BOT: Dart Dependency Updater #318

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
2 changes: 1 addition & 1 deletion codegen/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
12 changes: 6 additions & 6 deletions json_dynamic_widget/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Loading