Skip to content

Commit

Permalink
Fix for issue 205
Browse files Browse the repository at this point in the history
  • Loading branch information
jpeiffer committed Sep 9, 2024
1 parent 202c4bd commit eaff3e7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
5 changes: 5 additions & 0 deletions json_theme/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [6.5.3] - September 9, 2024

* Fix for [issue 205](https://github.com/peiffer-innovations/json_theme/issues/205)


## [6.5.2+1] - September 9, 2024

* Automated dependency updates
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ class ThemeDataSchema {
'dividerColor': SchemaHelper.objectSchema(ColorSchema.id),
'dividerTheme': SchemaHelper.objectSchema(DividerThemeDataSchema.id),
'drawerTheme': SchemaHelper.objectSchema(DrawerThemeDataSchema.id),
'dropdownMenuTheme': SchemaHelper.objectSchema(
DropdownMenuThemeDataSchema.id,
),
'elevatedButtonTheme': SchemaHelper.objectSchema(
ElevatedButtonThemeDataSchema.id,
),
Expand Down
2 changes: 1 addition & 1 deletion json_theme/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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.2+1'
version: '6.5.3'

environment:
sdk: '>=3.2.0 <4.0.0'
Expand Down

0 comments on commit eaff3e7

Please sign in to comment.