diff --git a/annotation/CHANGELOG.md b/annotation/CHANGELOG.md index acb2c0c..1e68e4b 100644 --- a/annotation/CHANGELOG.md +++ b/annotation/CHANGELOG.md @@ -1,3 +1,8 @@ +## [1.0.1+2] - October 24, 2023 + +* Automated dependency updates + + ## [1.0.1+1] - August 29, 2023 * Automated dependency updates @@ -12,3 +17,4 @@ * Initial Release + diff --git a/annotation/pubspec.yaml b/annotation/pubspec.yaml index 1bed552..44af531 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.1+1' +version: '1.0.1+2' environment: sdk: '>=3.0.0 <4.0.0' @@ -13,7 +13,7 @@ analyzer: dev_dependencies: - test: '^1.24.6' + test: '^1.24.8' ignore_updates: - 'archive'