From d5f9e3850155e2ecae10aa02e735477fc780447b Mon Sep 17 00:00:00 2001 From: action Date: Tue, 9 Jan 2024 02:00:29 +0000 Subject: [PATCH] actions-dart-dependency-updater: --- codegen/CHANGELOG.md | 6 ++++++ codegen/pubspec.yaml | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/codegen/CHANGELOG.md b/codegen/CHANGELOG.md index fb962d1..d5ffdb6 100644 --- a/codegen/CHANGELOG.md +++ b/codegen/CHANGELOG.md @@ -1,3 +1,8 @@ +## [1.1.2+5] - January 9, 2024 + +* Automated dependency updates + + ## [1.1.2+4] - December 19, 2023 * Automated dependency updates @@ -51,3 +56,4 @@ + diff --git a/codegen/pubspec.yaml b/codegen/pubspec.yaml index 9eb9371..88b3ff7 100644 --- a/codegen/pubspec.yaml +++ b/codegen/pubspec.yaml @@ -1,7 +1,7 @@ name: 'json_theme_codegen' description: 'A library to generate the mapping of decoders to the class names they decode' homepage: 'https://github.com/peiffer-innovations/json_theme' -version: '1.1.2+4' +version: '1.1.2+5' environment: sdk: '>=3.0.0 <4.0.0' @@ -16,7 +16,7 @@ dependencies: analyzer: '^6.3.0' build: '^2.4.1' build_runner: '^2.4.7' - code_builder: '^4.9.0' + code_builder: '^4.10.0' json_theme_annotation: '^1.0.3+1' recase: '^4.1.0' source_gen: '^1.5.0'