Skip to content

Commit

Permalink
Merge pull request #68 from peiffer-innovations/dart_update_171081047…
Browse files Browse the repository at this point in the history
…3261

Automated Merge
  • Loading branch information
jpeiffer committed Mar 19, 2024
2 parents 2b65700 + 16e8db8 commit 9db7008
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 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+1] - March 19, 2024

* Automated dependency updates


## [3.2.0] - February 28th, 2024

* Widened [json_path](https://pub.dev/packages/json_path) version support
Expand Down Expand Up @@ -467,5 +472,6 @@






12 changes: 6 additions & 6 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
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'
version: '3.2.0+1'

environment:
environment:
sdk: '>=3.0.0 <4.0.0'

dependencies:
dependencies:
convert: '^3.1.1'
crypto: '^3.0.1'
encrypt: '^5.0.3'
Expand All @@ -20,13 +20,13 @@ dependencies:
pointycastle: '^3.7.4'
quiver: '^3.2.1'
rxdart: '^0.27.7'
yaon: '^1.1.4+4'
yaon: '^1.1.4+5'

dev_dependencies:
dev_dependencies:
flutter_lints: '^3.0.1'
test: '^1.25.2'

ignore_updates:
ignore_updates:
- 'archive'
- 'async'
- 'boolean_selector'
Expand Down

0 comments on commit 9db7008

Please sign in to comment.