diff --git a/codegen/CHANGELOG.md b/codegen/CHANGELOG.md index 6593cc5..c7c77bd 100644 --- a/codegen/CHANGELOG.md +++ b/codegen/CHANGELOG.md @@ -1,3 +1,8 @@ +## [1.1.3+7] - December 31, 2024 + +* Automated dependency updates + + ## [1.1.3+6] - December 24, 2024 * Automated dependency updates diff --git a/codegen/pubspec.yaml b/codegen/pubspec.yaml index 9855b8d..8e006d9 100644 --- a/codegen/pubspec.yaml +++ b/codegen/pubspec.yaml @@ -1,7 +1,7 @@ name: 'json_theme_codegen' description: 'A library to generate the mapping of decoders to the class names they decode' homepage: 'https://github.com/peiffer-innovations/json_theme' -version: '1.1.3+6' +version: '1.1.3+7' environment: sdk: '>=3.0.0 <4.0.0' @@ -16,7 +16,7 @@ dependencies: build: '^2.4.2' build_runner: '^2.4.14' code_builder: '^4.10.1' - json_theme_annotation: '^1.0.3+13' + json_theme_annotation: '^1.0.3+14' recase: '^4.1.0' source_gen: '^2.0.0'