Skip to content

Commit

Permalink
Merge pull request #340 from peiffer-innovations/dart_update_17329921…
Browse files Browse the repository at this point in the history
…67704

Automated Merge
  • Loading branch information
jpeiffer authored Nov 30, 2024
2 parents 3878b0e + 4a58105 commit b0af483
Show file tree
Hide file tree
Showing 7 changed files with 38 additions and 23 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+9] - November 30, 2024

* Automated dependency updates


## [1.1.2+8] - October 1, 2024

* Automated dependency updates
Expand Down
20 changes: 10 additions & 10 deletions annotation/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
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+8'
version: '1.1.2+9'

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

analyzer:
exclude:
analyzer:
exclude:
- 'lib/generated/**'
- 'lib/**/*.g.dart'

dependencies:
dependencies:
meta: '^1.12.0'

dev_dependencies:
dev_dependencies:
flutter_lints: '^5.0.0'
test: '^1.25.8'
test: '^1.25.9'

permittedLicenses:
permittedLicenses:
- 'Apache-2.0'
- 'BSD-2-Clause'
- 'BSD-3-Clause'
Expand All @@ -27,7 +27,7 @@ permittedLicenses:
- 'MPL-2.0'
- 'Zlib'

packageLicenseOverride:
packageLicenseOverride:
flutter: 'BSD-3-Clause'
flutter_driver: 'BSD-3-Clause'
flutter_goldens: 'BSD-3-Clause'
Expand All @@ -38,7 +38,7 @@ packageLicenseOverride:
integration_test: 'BSD-3-Clause'
rxdart: 'Apache-2.0'

ignore_updates:
ignore_updates:
- 'archive'
- 'async'
- 'boolean_selector'
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+16] - November 30, 2024

* Automated dependency updates


## [1.0.6+15] - November 19, 2024

* Automated dependency updates
Expand Down
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.6+15'
version: '1.0.6+16'

environment:
sdk: '>=3.0.0 <4.0.0'
Expand All @@ -16,11 +16,11 @@ dependencies:
build: '^2.4.1'
code_builder: '^4.10.1'
dynamic_widget_annotation: '^1.1.2+8'
json_class: '^3.0.0+16'
json_theme: '^6.5.3+6'
json_class: '^3.0.1'
json_theme: '^6.5.4'
recase: '^4.1.0'
source_gen: '^1.5.0'
template_expressions: '^3.3.0+2'
template_expressions: '^3.3.1'
yaml_writer: '^2.0.1'
yaon: '^1.1.4+10'

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.3.1+11] - November 30, 2024

* Automated dependency updates


## [7.3.1+10] - November 26, 2024

* Automated dependency updates
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+78'
version: '1.0.0+79'

environment:
sdk: '>=3.0.0 <4.0.0'
Expand All @@ -13,11 +13,11 @@ dependencies:
execution_timer: '^1.1.0+8'
flutter:
sdk: 'flutter'
flutter_svg: '^2.0.15'
json_class: '^3.0.0+16'
flutter_svg: '^2.0.16'
json_class: '^3.0.1'
json_dynamic_widget:
path: '../'
json_theme: '^6.5.3+6'
json_theme: '^6.5.4'
logging: '^1.3.0'
yaon: '^1.1.4+10'

Expand Down
10 changes: 5 additions & 5 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.3.1+10'
version: '7.3.1+11'

environment:
sdk: '>=3.0.0 <4.0.0'
Expand All @@ -17,15 +17,15 @@ dependencies:
execution_timer: '^1.1.0+8'
flutter:
sdk: 'flutter'
form_validation: '^3.1.1+8'
form_validation: '^3.2.0'
interpolation: '^2.1.2'
json_class: '^3.0.0+16'
json_class: '^3.0.1'
json_conditional: '^3.0.1+17'
json_schema: '^5.2.0'
json_theme: '^6.5.3+6'
json_theme: '^6.5.4'
logging: '^1.3.0'
meta: '^1.12.0'
template_expressions: '^3.3.0+2'
template_expressions: '^3.3.1'
uuid: '^4.1.0'
yaml_writer: '^2.0.1'
yaon: '^1.1.4+10'
Expand Down

0 comments on commit b0af483

Please sign in to comment.