diff --git a/CHANGELOG.md b/CHANGELOG.md index 15f240b..04b3813 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## [3.0.6+1] - June 20, 2023 + +* Automated dependency updates + + ## [3.0.6] - June 17th, 2023 * Dart 3.0 @@ -328,5 +333,6 @@ + diff --git a/pubspec.yaml b/pubspec.yaml index 0df1f03..647d39c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,18 +1,18 @@ 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.6' +version: '3.0.6+1' -environment: +environment: sdk: '>=3.0.0 <4.0.0' -dependencies: +dependencies: convert: '^3.1.1' crypto: '^3.0.1' encrypt: '^5.0.1' fake_async: '^1.3.0' intl: '^0.18.1' - json_class: '^2.2.1+3' + json_class: '^2.2.2' json_path: '^0.6.0' logging: '^1.2.0' meta: '^1.9.1' @@ -20,13 +20,13 @@ dependencies: pointycastle: '^3.7.3' quiver: '^3.2.1' rxdart: '^0.27.7' - yaon: '^1.1.1' + yaon: '^1.1.2' -dev_dependencies: +dev_dependencies: flutter_lints: '^2.0.1' test: '^1.24.3' -ignore_updates: +ignore_updates: - 'archive' - 'async' - 'boolean_selector'