diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d63c84..9c09751 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## [2.0.2+17] - July 9, 2024 + +* Automated dependency updates + + ## [2.0.2+16] - June 25, 2024 * Automated dependency updates diff --git a/pubspec.yaml b/pubspec.yaml index eb32d74..f6a43d0 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: 'json_dynamic_widget_plugin_js' description: 'A plugin to the JSON Dynamic Widget to provide JS support to the widgets' homepage: 'https://github.com/peiffer-innovations/json_dynamic_widget_plugin_js' -version: '2.0.2+16' +version: '2.0.2+17' environment: sdk: '>=3.0.0 <4.0.0' @@ -17,7 +17,7 @@ dependencies: sdk: 'flutter' flutter_js: '^0.8.1' js: '^0.7.1' - json_class: '^3.0.0+15' + json_class: '^3.0.0+16' json_dynamic_widget: '^7.2.0+6' json_theme: '^6.5.0+1' logging: '^1.2.0'