From 48685ac7841fd454b17189c053b92a92ee78cd6a Mon Sep 17 00:00:00 2001 From: action Date: Tue, 17 Dec 2024 02:39:45 +0000 Subject: [PATCH] actions-dart-dependency-updater: --- json_theme/CHANGELOG.md | 5 +++++ json_theme/pubspec.yaml | 8 ++++---- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/json_theme/CHANGELOG.md b/json_theme/CHANGELOG.md index f3e6bd1..a22375d 100644 --- a/json_theme/CHANGELOG.md +++ b/json_theme/CHANGELOG.md @@ -1,3 +1,8 @@ +## [7.0.0+1] - December 17, 2024 + +* Automated dependency updates + + ## [7.0.0] - December 12th, 2024 * Add support to flutter 3.27 diff --git a/json_theme/pubspec.yaml b/json_theme/pubspec.yaml index 892b90f..1961085 100644 --- a/json_theme/pubspec.yaml +++ b/json_theme/pubspec.yaml @@ -1,7 +1,7 @@ name: 'json_theme' description: 'A library to dynamically generate a ThemeData object from a JSON file or dynamic map object' homepage: 'https://github.com/peiffer-innovations/json_theme' -version: '7.0.0' +version: '7.0.0+1' environment: sdk: '>=3.2.0 <4.0.0' @@ -22,13 +22,13 @@ dependencies: dev_dependencies: analyzer: '^6.7.0' - build: '^2.4.1' - build_runner: '^2.4.13' + build: '^2.4.2' + build_runner: '^2.4.14' code_builder: '^4.10.1' flutter_lints: '^5.0.0' flutter_test: sdk: 'flutter' - json_theme_codegen: '^1.1.3+3' + json_theme_codegen: '^1.1.3+4' recase: '^4.1.0' source_gen: '^1.5.0'