diff --git a/annotation/CHANGELOG.md b/annotation/CHANGELOG.md index baf77f7..0a4984f 100644 --- a/annotation/CHANGELOG.md +++ b/annotation/CHANGELOG.md @@ -1,3 +1,8 @@ +## [1.0.3+10] - July 9, 2024 + +* Automated dependency updates + + ## [1.0.3+9] - June 11, 2024 * Automated dependency updates diff --git a/annotation/pubspec.yaml b/annotation/pubspec.yaml index 8fc5742..4d0c5db 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+9' +version: '1.0.3+10' environment: sdk: '>=3.0.0 <4.0.0' @@ -13,7 +13,7 @@ analyzer: dev_dependencies: flutter_lints: '^4.0.0' - test: '^1.25.7' + test: '^1.25.8' permittedLicenses: - 'Apache-2.0'