From bdfad8daedf985d856215d2574f8614c6da281dd Mon Sep 17 00:00:00 2001 From: action Date: Tue, 23 Apr 2024 01:48:12 +0000 Subject: [PATCH] actions-dart-dependency-updater: --- CHANGELOG.md | 6 ++++++ pubspec.yaml | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2dc3305..be6eafb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## [1.0.22+45] - April 23, 2024 + +* Automated dependency updates + + ## [1.0.22+44] - April 16, 2024 * Automated dependency updates @@ -374,5 +379,6 @@ + diff --git a/pubspec.yaml b/pubspec.yaml index 1696f5e..27edb96 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: 'dart_dependency_updater' description: 'A package that will scan for dependencies in a Dart repo, update them if needed, and can update the repo with them.' -version: '1.0.22+44' +version: '1.0.22+45' homepage: 'https://github.com/peiffer-innovations/actions_dart_dependency_updater' environment: @@ -20,7 +20,7 @@ dependencies: yaml_writer: '^2.0.0' dev_dependencies: - test: '^1.25.3' + test: '^1.25.4' ignore_updates: - 'archive'