From 338f58912c8b5e50b61aa436ed20eef7ea472f70 Mon Sep 17 00:00:00 2001 From: action Date: Tue, 11 Jun 2024 02:06:23 +0000 Subject: [PATCH] actions-dart-dependency-updater: --- codegen/CHANGELOG.md | 5 +++++ codegen/pubspec.yaml | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/codegen/CHANGELOG.md b/codegen/CHANGELOG.md index d658c9d..7b4a79b 100644 --- a/codegen/CHANGELOG.md +++ b/codegen/CHANGELOG.md @@ -1,3 +1,8 @@ +## [1.1.2+17] - June 11, 2024 + +* Automated dependency updates + + ## [1.1.2+16] - June 4, 2024 * Automated dependency updates diff --git a/codegen/pubspec.yaml b/codegen/pubspec.yaml index e45206b..441130d 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+16' +version: '1.1.2+17' environment: sdk: '>=3.0.0 <4.0.0' @@ -14,7 +14,7 @@ analyzer: dependencies: analyzer: '>=6.2.0 <6.5.0' build: '^2.4.1' - build_runner: '^2.4.10' + build_runner: '^2.4.11' code_builder: '^4.10.0' json_theme_annotation: '^1.0.3+8' recase: '^4.1.0'