diff --git a/annotation/CHANGELOG.md b/annotation/CHANGELOG.md index 1331f26..7b35152 100644 --- a/annotation/CHANGELOG.md +++ b/annotation/CHANGELOG.md @@ -1,3 +1,8 @@ +## [1.0.3+3] - January 30, 2024 + +* Automated dependency updates + + ## [1.0.3+2] - January 16, 2024 * Automated dependency updates @@ -34,3 +39,4 @@ + diff --git a/annotation/pubspec.yaml b/annotation/pubspec.yaml index 2585171..e94e016 100644 --- a/annotation/pubspec.yaml +++ b/annotation/pubspec.yaml @@ -1,7 +1,7 @@ name: 'json_theme_annotation' description: 'Simple package holding the annotations needed by the JsonTheme code generator.' homepage: 'https://github.com/peiffer-innovations/json_theme' -version: '1.0.3+2' +version: '1.0.3+3' environment: sdk: '>=3.0.0 <4.0.0' @@ -11,10 +11,9 @@ analyzer: - 'lib/generated/**' - 'lib/**/*.g.dart' - dev_dependencies: flutter_lints: '^3.0.1' - test: '^1.25.1' + test: '^1.25.2' ignore_updates: - 'archive'