diff --git a/CHANGELOG.md b/CHANGELOG.md index 94cfa7e..c913869 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## [2.0.2+22] - November 19, 2024 + +* Automated dependency updates + + ## [2.0.2+21] - November 12, 2024 * Automated dependency updates diff --git a/example/pubspec.yaml b/example/pubspec.yaml index b74b381..a295035 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -1,7 +1,7 @@ name: 'example' description: 'Example app for the JsonDynamicWidget library' publish_to: 'none' -version: '1.0.0+20' +version: '1.0.0+21' environment: sdk: '>=3.0.0 <4.0.0' @@ -9,7 +9,7 @@ environment: dependencies: flutter: sdk: 'flutter' - json_dynamic_widget: '^7.3.1+8' + json_dynamic_widget: '^7.3.1+9' json_dynamic_widget_plugin_js: path: '../' logging: '^1.3.0' diff --git a/pubspec.yaml b/pubspec.yaml index a9d9629..ae54634 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+21' +version: '2.0.2+22' environment: sdk: '>=3.0.0 <4.0.0' @@ -18,7 +18,7 @@ dependencies: flutter_js: '^0.8.1' js: '^0.7.1' json_class: '^3.0.0+16' - json_dynamic_widget: '^7.3.1+8' + json_dynamic_widget: '^7.3.1+9' json_theme: '^6.5.3+6' logging: '^1.3.0' meta: '^1.12.0' @@ -32,7 +32,7 @@ dev_dependencies: flutter_lints: '^5.0.0' flutter_test: sdk: 'flutter' - json_dynamic_widget_codegen: '^1.0.6+14' + json_dynamic_widget_codegen: '^1.0.6+15' permittedLicenses: - 'Apache-2.0'