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 Jun 11, 2024
1 parent 0ef50f0 commit 9a9e15c
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 @@
## [3.2.0+9] - June 11, 2024

* Automated dependency updates


## [3.2.0+8] - June 4, 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,7 +1,7 @@
name: 'template_expressions'
description: 'A Dart library to process string based templates using expressions.'
homepage: 'https://github.com/peiffer-innovations/template_expressions'
version: '3.2.0+8'
version: '3.2.0+9'

environment:
sdk: '>=3.0.0 <4.0.0'
Expand All @@ -12,7 +12,7 @@ dependencies:
encrypt: '^5.0.3'
fake_async: '^1.3.0'
intl: '^0.19.0'
json_class: '^3.0.0+13'
json_class: '^3.0.0+14'
json_path: '>=0.6.3 <1.0.0'
logging: '^1.2.0'
meta: '^1.12.0'
Expand All @@ -24,7 +24,7 @@ dependencies:

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

permittedLicenses:
- 'Apache-2.0'
Expand Down

0 comments on commit 9a9e15c

Please sign in to comment.