Skip to content

Commit

Permalink
Merge pull request #86 from peiffer-innovations/dart_update_172049039…
Browse files Browse the repository at this point in the history
…3342

Automated Merge
  • Loading branch information
jpeiffer authored Jul 9, 2024
2 parents 7f38ed9 + f9e65a8 commit 386819c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [1.1.0+3] - July 9, 2024

* Automated dependency updates


## [1.1.0+2] - June 11, 2024

* Automated dependency updates
Expand Down
6 changes: 3 additions & 3 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.1.0+2'
version: '1.1.0+3'
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+15'
json_class: '^3.0.0+16'
logging: '^1.2.0'
meta: '^1.12.0'
pub_api_client: '^2.7.0'
Expand All @@ -21,7 +21,7 @@ dependencies:

dev_dependencies:
flutter_lints: '^4.0.0'
test: '^1.25.7'
test: '^1.25.8'

permittedLicenses:
- 'Apache-2.0'
Expand Down

0 comments on commit 386819c

Please sign in to comment.