diff --git a/codegen/CHANGELOG.md b/codegen/CHANGELOG.md index e6b1507..919cc6e 100644 --- a/codegen/CHANGELOG.md +++ b/codegen/CHANGELOG.md @@ -1,3 +1,8 @@ +## [1.1.3+2] - October 8, 2024 + +* Automated dependency updates + + ## [1.1.3+1] - October 1, 2024 * Automated dependency updates diff --git a/codegen/pubspec.yaml b/codegen/pubspec.yaml index 9bfcd15..6e184ac 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+1' +version: '1.1.3+2' environment: sdk: '>=3.0.0 <4.0.0' @@ -16,7 +16,7 @@ dependencies: build: '^2.4.1' build_runner: '^2.4.13' code_builder: '^4.10.0' - json_theme_annotation: '^1.0.3+10' + json_theme_annotation: '^1.0.3+11' recase: '^4.1.0' source_gen: '^1.5.0'