Skip to content

Commit

Permalink
Merge pull request #74 from peiffer-innovations/dart_update_171564914…
Browse files Browse the repository at this point in the history
…5009

Automated Merge
  • Loading branch information
jpeiffer committed May 14, 2024
2 parents efbdbe3 + fa0dc08 commit 39e450f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [3.2.0+7] - May 14, 2024

* Automated dependency updates


## [3.2.0+6] - May 7, 2024

* Automated dependency updates
Expand Down Expand Up @@ -503,5 +508,6 @@






8 changes: 4 additions & 4 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+6'
version: '3.2.0+7'

environment:
sdk: '>=3.0.0 <4.0.0'
Expand All @@ -17,13 +17,13 @@ dependencies:
logging: '^1.2.0'
meta: '^1.10.0'
petitparser: '^6.0.1'
pointycastle: '^3.9.0'
pointycastle: '^3.9.1'
quiver: '^3.2.1'
rxdart: '^0.27.7'
yaon: '^1.1.4+9'
yaon: '^1.1.4+10'

dev_dependencies:
flutter_lints: '^3.0.2'
flutter_lints: '^4.0.0'
test: '^1.25.5'

ignore_updates:
Expand Down

0 comments on commit 39e450f

Please sign in to comment.