Skip to content

Commit

Permalink
Dart 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jpeiffer committed Jun 17, 2023
1 parent 286c562 commit f07bd52
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [3.0.6] - June 17th, 2023

* Dart 3.0


## [3.0.5] - June 3rd, 2023

* Bug fixes
Expand Down
4 changes: 2 additions & 2 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.0.5'
version: '3.0.6'

environment:
sdk: '>=3.0.0 <4.0.0'
Expand All @@ -15,7 +15,7 @@ dependencies:
json_class: '^2.2.1+3'
json_path: '^0.6.0'
logging: '^1.2.0'
meta: '^1.9.0'
meta: '^1.9.1'
petitparser: '^5.4.0'
pointycastle: '^3.7.3'
quiver: '^3.2.1'
Expand Down

0 comments on commit f07bd52

Please sign in to comment.