diff --git a/json_theme/CHANGELOG.md b/json_theme/CHANGELOG.md index fc935c9..7b858ac 100644 --- a/json_theme/CHANGELOG.md +++ b/json_theme/CHANGELOG.md @@ -1,3 +1,8 @@ +## [8.0.0+2] - March 4, 2025 + +* Automated dependency updates + + ## [8.0.0+1] - February 25, 2025 * Automated dependency updates diff --git a/json_theme/pubspec.yaml b/json_theme/pubspec.yaml index d8ef672..f12a85b 100644 --- a/json_theme/pubspec.yaml +++ b/json_theme/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: "8.0.0+1" +version: "8.0.0+2" environment: sdk: ">=3.7.0 <4.0.0" @@ -15,7 +15,7 @@ dependencies: flutter: sdk: "flutter" json_class: "^3.0.1" - json_schema: "^5.2.0" + json_schema: "^5.2.1" json_theme_annotation: "^1.0.3+15" logging: "^1.3.0" meta: "^1.12.0" @@ -28,7 +28,7 @@ dev_dependencies: flutter_lints: "^5.0.0" flutter_test: sdk: "flutter" - json_theme_codegen: "^1.1.3+7" + json_theme_codegen: "^1.1.3+8" recase: "^4.1.0" source_gen: "^2.0.0"