From 91f78a60bbbfc4dea66ee5bdcd116ddce7347ae8 Mon Sep 17 00:00:00 2001 From: action Date: Tue, 7 Nov 2023 01:55:25 +0000 Subject: [PATCH] actions-dart-dependency-updater: --- annotation/CHANGELOG.md | 6 ++++++ annotation/pubspec.yaml | 17 +++++++++-------- 2 files changed, 15 insertions(+), 8 deletions(-) diff --git a/annotation/CHANGELOG.md b/annotation/CHANGELOG.md index a1e4ab0..3da2170 100644 --- a/annotation/CHANGELOG.md +++ b/annotation/CHANGELOG.md @@ -1,3 +1,8 @@ +## [1.0.2+1] - November 7, 2023 + +* Automated dependency updates + + ## [1.0.2] - November 2nd, 2023 * Updated [flutter_lints](https://pub.dev/packages/flutter_lints) to `3.0.0` @@ -17,3 +22,4 @@ * Initial Release + diff --git a/annotation/pubspec.yaml b/annotation/pubspec.yaml index ba38b4a..4b9fd49 100644 --- a/annotation/pubspec.yaml +++ b/annotation/pubspec.yaml @@ -1,21 +1,22 @@ 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.2' +version: '1.0.2+1' -environment: +environment: sdk: '>=3.0.0 <4.0.0' -analyzer: - exclude: +analyzer: + exclude: - 'lib/generated/**' - 'lib/**/*.g.dart' -dev_dependencies: - flutter_lints: '^3.0.0' - test: '^1.24.6' -ignore_updates: +dev_dependencies: + flutter_lints: '^3.0.1' + test: '^1.24.9' + +ignore_updates: - 'archive' - 'async' - 'boolean_selector'