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 Aug 29, 2023
1 parent 74d7c6c commit e6ad6fd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [3.1.1+2] - August 29, 2023

* Automated dependency updates


## [3.1.1+1] - August 15, 2023

* Automated dependency updates
Expand Down Expand Up @@ -356,5 +361,6 @@






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.1.1+1'
version: '3.1.1+2'

environment:
sdk: '>=3.0.0 <4.0.0'
Expand All @@ -13,10 +13,10 @@ dependencies:
fake_async: '^1.3.0'
intl: '^0.18.1'
json_class: '^3.0.0+3'
json_path: '^0.6.2'
json_path: '^0.6.4'
logging: '^1.2.0'
meta: '^1.9.1'
petitparser: '^5.4.0'
petitparser: '^6.0.1'
pointycastle: '^3.7.3'
quiver: '^3.2.1'
rxdart: '^0.27.7'
Expand Down

0 comments on commit e6ad6fd

Please sign in to comment.