diff --git a/codegen/CHANGELOG.md b/codegen/CHANGELOG.md index 7ebab52..d92d83e 100644 --- a/codegen/CHANGELOG.md +++ b/codegen/CHANGELOG.md @@ -1,3 +1,8 @@ +## [1.1.2+7] - January 23, 2024 + +* Automated dependency updates + + ## [1.1.2+6] - January 16, 2024 * Automated dependency updates @@ -63,3 +68,4 @@ + diff --git a/codegen/pubspec.yaml b/codegen/pubspec.yaml index 6043b88..3f0dfcf 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.2+6' +version: '1.1.2+7' environment: sdk: '>=3.0.0 <4.0.0' @@ -11,13 +11,12 @@ analyzer: - 'lib/generated/**' - 'lib/**/*.g.dart' - dependencies: - analyzer: '^6.3.0' + analyzer: '^6.4.0' build: '^2.4.1' build_runner: '^2.4.8' code_builder: '^4.10.0' - json_theme_annotation: '^1.0.3+1' + json_theme_annotation: '^1.0.3+2' recase: '^4.1.0' source_gen: '^1.5.0' @@ -29,7 +28,6 @@ dependency_overrides: json_theme_annotation: path: '../annotation' - ignore_updates: - 'archive' - 'async'