Skip to content

Commit

Permalink
actions-dart-dependency-updater:
Browse files Browse the repository at this point in the history
  • Loading branch information
action committed Apr 2, 2024
1 parent 6adf575 commit a266080
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [1.0.22+43] - April 2, 2024

* Automated dependency updates


## [1.0.22+42] - March 12, 2024

* Automated dependency updates
Expand Down Expand Up @@ -362,5 +367,6 @@






4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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'
Expand Down

0 comments on commit a266080

Please sign in to comment.