Skip to content

Commit

Permalink
Merge pull request #35 from peiffer-innovations/dart_update_173198299…
Browse files Browse the repository at this point in the history
…1071

Automated Merge
  • Loading branch information
jpeiffer authored Nov 19, 2024
2 parents 590cbab + 59e204b commit 062987c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 8 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+4] - November 19, 2024

* Automated dependency updates


## [2.3.4+3] - October 22, 2024

* Automated dependency updates
Expand Down
16 changes: 8 additions & 8 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
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+3'
version: '2.3.4+4'
homepage: 'https://github.com/peiffer-innovations/actions-dart-version-autotag'

environment:
environment:
sdk: '>=3.0.0 <4.0.0'

dependencies:
dependencies:
args: '^2.6.0'
github: '^9.24.0'
http: '^1.2.2'
intl: '^0.19.0'
intl: '^0.20.0'
logging: '^1.3.0'
pub_semver: '^2.1.4'
yaml: '^3.1.2'

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

permittedLicenses:
permittedLicenses:
- 'Apache-2.0'
- 'BSD-2-Clause'
- 'BSD-3-Clause'
Expand All @@ -28,7 +28,7 @@ permittedLicenses:
- 'MPL-2.0'
- 'Zlib'

packageLicenseOverride:
packageLicenseOverride:
flutter: 'BSD-3-Clause'
flutter_driver: 'BSD-3-Clause'
flutter_localizations: 'BSD-3-Clause'
Expand All @@ -37,7 +37,7 @@ packageLicenseOverride:
fuchsia_remote_debug_protocol: 'BSD-3-Clause'
integration_test: 'BSD-3-Clause'

ignore_updates:
ignore_updates:
- 'archive'
- 'async'
- 'boolean_selector'
Expand Down

0 comments on commit 062987c

Please sign in to comment.