Skip to content

Commit

Permalink
Merge pull request #249 from peiffer-innovations/dart_update_17047652…
Browse files Browse the repository at this point in the history
…47769

Automated Merge
  • Loading branch information
jpeiffer authored Jan 9, 2024
2 parents e870a55 + b6d8452 commit 39c1089
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
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+1] - January 9, 2024

* Automated dependency updates


## [1.0.5] - December 27, 2023

* Fix for [https://github.com/peiffer-innovations/json_dynamic_widget/issues/219]
Expand Down Expand Up @@ -75,3 +80,4 @@




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.5'
version: '1.0.5+1'

environment:
sdk: '>=3.0.0 <4.0.0'
Expand All @@ -15,7 +15,7 @@ analyzer:
dependencies:
analyzer: '^6.2.0'
build: '^2.4.1'
code_builder: '^4.9.0'
code_builder: '^4.10.0'
dynamic_widget_annotation: '^1.1.2+1'
json_class: '^3.0.0+10'
json_theme: '^6.4.0'
Expand Down
5 changes: 3 additions & 2 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+49'
version: '1.0.0+50'

environment:
sdk: '>=3.0.0 <4.0.0'
Expand All @@ -26,14 +26,15 @@ dev_dependencies:
flutter_lints: '^3.0.1'
flutter_test:
sdk: 'flutter'
icons_launcher: '^2.1.6'
icons_launcher: '^2.1.7'
json_dynamic_widget_codegen: '^1.0.5'
yaml_writer: '^1.0.3'

dependency_overrides:
json_dynamic_widget_codegen:
path: '../../codegen'


icons_launcher:
image_path: 'assets-src/icon.png'
platforms:
Expand Down

0 comments on commit 39c1089

Please sign in to comment.