diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a613e7..066b6b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## [1.0.22+30] - October 31, 2023 + +* Automated dependency updates + + ## [1.0.22+29] - October 24, 2023 * Automated dependency updates @@ -284,5 +289,6 @@ + diff --git a/pubspec.yaml b/pubspec.yaml index a1715aa..c5d416d 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+29' +version: '1.0.22+30' homepage: 'https://github.com/peiffer-innovations/actions_dart_dependency_updater' environment: @@ -11,7 +11,7 @@ dependencies: github: '^9.19.0' http: '^1.1.0' intl: '^0.18.1' - json_class: '^3.0.0+6' + json_class: '^3.0.0+7' logging: '^1.2.0' meta: '^1.9.1' pub_api_client: '^2.6.0' @@ -20,7 +20,7 @@ dependencies: yaml_writer: '^1.0.3' dev_dependencies: - test: '^1.24.8' + test: '^1.24.9' ignore_updates: - 'archive'