Skip to content

Commit

Permalink
Merge pull request #36 from peiffer-innovations/dart_update_173319285…
Browse files Browse the repository at this point in the history
…3843

Automated Merge
  • Loading branch information
jpeiffer authored Dec 3, 2024
2 parents 062987c + bcf2943 commit 975e036
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+5] - December 3, 2024

* Automated dependency updates


## [2.3.4+4] - November 19, 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+4'
version: '2.3.4+5'
homepage: 'https://github.com/peiffer-innovations/actions-dart-version-autotag'

environment:
Expand All @@ -10,14 +10,14 @@ dependencies:
args: '^2.6.0'
github: '^9.24.0'
http: '^1.2.2'
intl: '^0.20.0'
intl: '^0.20.1'
logging: '^1.3.0'
pub_semver: '^2.1.4'
yaml: '^3.1.2'

dev_dependencies:
flutter_lints: '^5.0.0'
test: '^1.25.8'
test: '^1.25.10'

permittedLicenses:
- 'Apache-2.0'
Expand Down

0 comments on commit 975e036

Please sign in to comment.