From 0d472943baae49575fcb30c8ac6aa7c67f0965cb Mon Sep 17 00:00:00 2001 From: action Date: Tue, 16 Apr 2024 01:52:40 +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 a537fb3..fd3c3c7 100644 --- a/annotation/CHANGELOG.md +++ b/annotation/CHANGELOG.md @@ -1,3 +1,8 @@ +## [1.0.3+5] - April 16, 2024 + +* Automated dependency updates + + ## [1.0.3+4] - April 2, 2024 * Automated dependency updates @@ -46,3 +51,4 @@ + diff --git a/annotation/pubspec.yaml b/annotation/pubspec.yaml index 6b8c633..ebdde54 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+4' +version: '1.0.3+5' environment: sdk: '>=3.0.0 <4.0.0' @@ -13,7 +13,7 @@ analyzer: dev_dependencies: flutter_lints: '^3.0.2' - test: '^1.25.2' + test: '^1.25.3' ignore_updates: - 'archive'