From 1eaf35103ff67e62ccbf0aff9ddf02134f190ced Mon Sep 17 00:00:00 2001 From: action Date: Tue, 30 Jan 2024 01:54:20 +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 d92d83e..647175d 100644 --- a/codegen/CHANGELOG.md +++ b/codegen/CHANGELOG.md @@ -1,3 +1,8 @@ +## [1.1.2+8] - January 30, 2024 + +* Automated dependency updates + + ## [1.1.2+7] - January 23, 2024 * Automated dependency updates @@ -69,3 +74,4 @@ + diff --git a/codegen/pubspec.yaml b/codegen/pubspec.yaml index 3f0dfcf..c051002 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+7' +version: '1.1.2+8' environment: sdk: '>=3.0.0 <4.0.0' @@ -22,7 +22,7 @@ dependencies: dev_dependencies: flutter_lints: '^3.0.1' - test: '^1.25.1' + test: '^1.25.2' dependency_overrides: json_theme_annotation: