Skip to content

Commit

Permalink
Merge pull request #55 from peiffer-innovations/dart_update_169629530…
Browse files Browse the repository at this point in the history
…4091

Automated Merge
  • Loading branch information
jpeiffer committed Oct 3, 2023
2 parents 825fc6f + eb03601 commit f2db1a6
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.1.2+2] - October 3, 2023

* Automated dependency updates


## [3.1.2+1] - September 19, 2023

* Automated dependency updates
Expand Down Expand Up @@ -381,5 +386,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.1.2+1'
version: '3.1.2+2'

environment:
sdk: '>=3.0.0 <4.0.0'
Expand All @@ -12,19 +12,19 @@ dependencies:
encrypt: '^5.0.3'
fake_async: '^1.3.0'
intl: '^0.18.1'
json_class: '^3.0.0+4'
json_class: '^3.0.0+5'
json_path: '^0.6.3'
logging: '^1.2.0'
meta: '^1.9.1'
petitparser: '^5.4.0'
pointycastle: '^3.7.3'
quiver: '^3.2.1'
rxdart: '^0.27.7'
yaon: '^1.1.2+3'
yaon: '^1.1.2+4'

dev_dependencies:
flutter_lints: '^2.0.3'
test: '^1.24.6'
test: '^1.24.7'

ignore_updates:
- 'archive'
Expand Down

0 comments on commit f2db1a6

Please sign in to comment.