diff --git a/json_theme/CHANGELOG.md b/json_theme/CHANGELOG.md index e5530e9..7308dfc 100644 --- a/json_theme/CHANGELOG.md +++ b/json_theme/CHANGELOG.md @@ -1,4 +1,4 @@ -## [6.5.0+1] - May 14th, 2024 +## [6.5.1+1] - August 7th, 2024 * Add missing case AutovalidateMode.onUnfocus in encoder diff --git a/json_theme/pubspec.yaml b/json_theme/pubspec.yaml index ca9b8d4..49c5cfe 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: '6.5.1+2' +version: '6.5.1+1' environment: sdk: '>=3.2.0 <4.0.0'