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 Dec 24, 2024
1 parent f3cf664 commit 29aff84
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 @@
## [2.3.4+8] - December 24, 2024

* Automated dependency updates


## [2.3.4+7] - December 17, 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_version_autotag'
description: 'A package that to scan the pubspec.yaml file and automatically create or update a tag in git for it.'
version: '2.3.4+7'
version: '2.3.4+8'
homepage: 'https://github.com/peiffer-innovations/actions-dart-version-autotag'

environment:
Expand All @@ -13,11 +13,11 @@ dependencies:
intl: '^0.20.1'
logging: '^1.3.0'
pub_semver: '^2.1.5'
yaml: '^3.1.2'
yaml: '^3.1.3'

dev_dependencies:
flutter_lints: '^5.0.0'
test: '^1.25.12'
test: '^1.25.14'

permittedLicenses:
- 'Apache-2.0'
Expand Down

0 comments on commit 29aff84

Please sign in to comment.