From 29aff8452311d5182dd7e28dcba74a4b3013e7bb Mon Sep 17 00:00:00 2001 From: action Date: Tue, 24 Dec 2024 02:16:48 +0000 Subject: [PATCH] actions-dart-dependency-updater: --- CHANGELOG.md | 5 +++++ pubspec.yaml | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ad635c..30cfe4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## [2.3.4+8] - December 24, 2024 + +* Automated dependency updates + + ## [2.3.4+7] - December 17, 2024 * Automated dependency updates diff --git a/pubspec.yaml b/pubspec.yaml index e6d44ec..953e783 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: 'dart_version_autotag' description: 'A package that to scan the pubspec.yaml file and automatically create or update a tag in git for it.' -version: '2.3.4+7' +version: '2.3.4+8' homepage: 'https://github.com/peiffer-innovations/actions-dart-version-autotag' environment: @@ -13,11 +13,11 @@ dependencies: intl: '^0.20.1' logging: '^1.3.0' pub_semver: '^2.1.5' - yaml: '^3.1.2' + yaml: '^3.1.3' dev_dependencies: flutter_lints: '^5.0.0' - test: '^1.25.12' + test: '^1.25.14' permittedLicenses: - 'Apache-2.0'