diff --git a/CHANGELOG.md b/CHANGELOG.md index 570c28d..8592ec4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## [6.0.1+2] - July 4, 2023 + +* Automated dependency updates + + ## [6.0.1+1] - June 20, 2023 * Automated dependency updates @@ -560,5 +565,6 @@ + diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 0eaf8df..118a828 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -1,7 +1,7 @@ name: 'example' description: 'Example application for the JSON Theme' publish_to: 'none' -version: '1.0.0+35' +version: '1.0.0+36' environment: sdk: '>=3.0.0 <4.0.0' @@ -9,7 +9,7 @@ environment: dependencies: flutter: sdk: 'flutter' - form_validation: '^3.0.2+1' + form_validation: '^3.0.2+2' google_fonts: '^5.1.0' intl: '^0.18.1' json_theme: diff --git a/pubspec.yaml b/pubspec.yaml index 2d31290..e329c44 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: 'json_theme' description: 'A library to dynamically generate a ThemeData object from a JSON file or dynamic map object' homepage: 'https://github.com/peiffer-innovations/json_theme' -version: '6.0.1+1' +version: '6.0.1+2' environment: sdk: '>=3.0.0 <4.0.0' @@ -15,7 +15,7 @@ analyzer: dependencies: flutter: sdk: 'flutter' - json_class: '^2.2.2' + json_class: '^2.2.2+1' json_schema2: '^5.1.2+2' meta: '^1.9.1'