Skip to content

Commit

Permalink
Fixed meta dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jpeiffer committed May 14, 2024
1 parent 95ebc99 commit 47e83c0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion json_theme/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## [6.5.0] - May 14th, 2024
## [6.5.0+1] - May 14th, 2024

* Swapped MaterialStateProperty with WidgetStateProperty in preperation for other Flutter 3.22 work.

Expand Down
2 changes: 1 addition & 1 deletion json_theme/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies:
intl: '^0.19.0'
json_theme:
path: '../'
meta: '1.12.0'
meta: '^1.12.0'

dev_dependencies:
flutter_lints: '^4.0.0'
Expand Down
4 changes: 2 additions & 2 deletions 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.0'
version: '6.5.0+1'

environment:
sdk: '>=3.2.0 <4.0.0'
Expand All @@ -18,7 +18,7 @@ dependencies:
json_schema: '^5.1.7'
json_theme_annotation: '^1.0.3+6'
logging: '^1.2.0'
meta: '1.12.0'
meta: '^1.12.0'

dev_dependencies:
analyzer: '^6.4.1'
Expand Down

0 comments on commit 47e83c0

Please sign in to comment.