Skip to content

Commit

Permalink
Merge pull request #95 from peiffer-innovations/dart_update_172956103…
Browse files Browse the repository at this point in the history
…9732

Automated Merge
  • Loading branch information
jpeiffer authored Oct 22, 2024
2 parents 861fa0e + 4095476 commit 6d0363c
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.3.0+2] - October 22, 2024

* Automated dependency updates


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

environment:
sdk: '>=3.0.0 <4.0.0'

dependencies:
convert: '^3.1.1'
convert: '^3.1.2'
crypto: '^3.0.1'
encrypt: '^5.0.3'
fake_async: '^1.3.0'
intl: '^0.19.0'
json_class: '^3.0.0+16'
json_path: '>=0.6.3 <1.0.0'
logging: '^1.2.0'
logging: '^1.3.0'
meta: '^1.12.0'
petitparser: '^6.0.1'
pointycastle: '^3.9.1'
Expand Down

0 comments on commit 6d0363c

Please sign in to comment.