From 69c62d6715a6437120177878ed3e1054f7722baa Mon Sep 17 00:00:00 2001 From: action Date: Tue, 7 May 2024 01:58:48 +0000 Subject: [PATCH] actions-dart-dependency-updater: --- annotation/CHANGELOG.md | 6 ++++++ annotation/pubspec.yaml | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/annotation/CHANGELOG.md b/annotation/CHANGELOG.md index e8a349f..9016e97 100644 --- a/annotation/CHANGELOG.md +++ b/annotation/CHANGELOG.md @@ -1,3 +1,8 @@ +## [1.0.3+7] - May 7, 2024 + +* Automated dependency updates + + ## [1.0.3+6] - April 23, 2024 * Automated dependency updates @@ -58,3 +63,4 @@ + diff --git a/annotation/pubspec.yaml b/annotation/pubspec.yaml index 64c2946..d35b7cb 100644 --- a/annotation/pubspec.yaml +++ b/annotation/pubspec.yaml @@ -1,7 +1,7 @@ name: 'json_theme_annotation' description: 'Simple package holding the annotations needed by the JsonTheme code generator.' homepage: 'https://github.com/peiffer-innovations/json_theme' -version: '1.0.3+6' +version: '1.0.3+7' environment: sdk: '>=3.0.0 <4.0.0' @@ -13,7 +13,7 @@ analyzer: dev_dependencies: flutter_lints: '^3.0.2' - test: '^1.25.4' + test: '^1.25.5' ignore_updates: - 'archive'