From 1469ce13e9dad9084c1359eeebf42054a2931465 Mon Sep 17 00:00:00 2001 From: action Date: Tue, 14 May 2024 01:56:19 +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 9016e97..75916e1 100644 --- a/annotation/CHANGELOG.md +++ b/annotation/CHANGELOG.md @@ -1,3 +1,8 @@ +## [1.0.3+8] - May 14, 2024 + +* Automated dependency updates + + ## [1.0.3+7] - May 7, 2024 * Automated dependency updates @@ -64,3 +69,4 @@ + diff --git a/annotation/pubspec.yaml b/annotation/pubspec.yaml index d35b7cb..4129f17 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+7' +version: '1.0.3+8' environment: sdk: '>=3.0.0 <4.0.0' @@ -12,7 +12,7 @@ analyzer: - 'lib/**/*.g.dart' dev_dependencies: - flutter_lints: '^3.0.2' + flutter_lints: '^4.0.0' test: '^1.25.5' ignore_updates: