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 Apr 16, 2024
1 parent 5d170db commit b71c11a
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.2.0+4] - April 16, 2024

* Automated dependency updates


## [3.2.0+3] - April 9, 2024

* Automated dependency updates
Expand Down Expand Up @@ -485,5 +490,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.2.0+3'
version: '3.2.0+4'

environment:
sdk: '>=3.0.0 <4.0.0'
Expand All @@ -20,11 +20,11 @@ dependencies:
pointycastle: '^3.8.0'
quiver: '^3.2.1'
rxdart: '^0.27.7'
yaon: '^1.1.4+6'
yaon: '^1.1.4+7'

dev_dependencies:
flutter_lints: '^3.0.2'
test: '^1.25.2'
test: '^1.25.3'

ignore_updates:
- 'archive'
Expand Down

0 comments on commit b71c11a

Please sign in to comment.