From a2660800ab9348007500a82887fa5433b779b8f2 Mon Sep 17 00:00:00 2001 From: action Date: Tue, 2 Apr 2024 01:49:22 +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 457478e..c7a5927 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## [1.0.22+43] - April 2, 2024 + +* Automated dependency updates + + ## [1.0.22+42] - March 12, 2024 * Automated dependency updates @@ -362,5 +367,6 @@ + diff --git a/pubspec.yaml b/pubspec.yaml index 1a22f9a..46d81e8 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+42' +version: '1.0.22+43' homepage: 'https://github.com/peiffer-innovations/actions_dart_dependency_updater' environment: @@ -11,7 +11,7 @@ dependencies: github: '^9.24.0' http: '^1.2.1' intl: '^0.19.0' - json_class: '^3.0.0+12' + json_class: '^3.0.0+13' logging: '^1.2.0' meta: '^1.9.1' pub_api_client: '^2.7.0'