From 1f2a50b7bc70b86053c388e8ec787596bcdf2163 Mon Sep 17 00:00:00 2001 From: action Date: Tue, 23 Apr 2024 01:58:32 +0000 Subject: [PATCH] actions-dart-dependency-updater: --- codegen/CHANGELOG.md | 6 ++++++ codegen/pubspec.yaml | 6 +++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/codegen/CHANGELOG.md b/codegen/CHANGELOG.md index a7a44d0..42eb8a7 100644 --- a/codegen/CHANGELOG.md +++ b/codegen/CHANGELOG.md @@ -1,3 +1,8 @@ +## [1.1.2+13] - April 23, 2024 + +* Automated dependency updates + + ## [1.1.2+12] - April 16, 2024 * Automated dependency updates @@ -99,3 +104,4 @@ + diff --git a/codegen/pubspec.yaml b/codegen/pubspec.yaml index ed6618e..7f672de 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+12' +version: '1.1.2+13' environment: sdk: '>=3.0.0 <4.0.0' @@ -16,13 +16,13 @@ dependencies: build: '^2.4.1' build_runner: '^2.4.9' code_builder: '^4.10.0' - json_theme_annotation: '^1.0.3+4' + json_theme_annotation: '^1.0.3+5' recase: '^4.1.0' source_gen: '^1.5.0' dev_dependencies: flutter_lints: '^3.0.2' - test: '^1.25.3' + test: '^1.25.4' dependency_overrides: json_theme_annotation: