Skip to content

Commit

Permalink
Merge pull request #102 from peiffer-innovations/dart_update_16884382…
Browse files Browse the repository at this point in the history
…20042

Automated Merge
  • Loading branch information
jpeiffer authored Jul 4, 2023
2 parents 0e6e66f + 5d84f47 commit bf2f289
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [6.0.1+2] - July 4, 2023

* Automated dependency updates


## [6.0.1+1] - June 20, 2023

* Automated dependency updates
Expand Down Expand Up @@ -560,5 +565,6 @@






4 changes: 2 additions & 2 deletions example/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
name: 'example'
description: 'Example application for the JSON Theme'
publish_to: 'none'
version: '1.0.0+35'
version: '1.0.0+36'

environment:
sdk: '>=3.0.0 <4.0.0'

dependencies:
flutter:
sdk: 'flutter'
form_validation: '^3.0.2+1'
form_validation: '^3.0.2+2'
google_fonts: '^5.1.0'
intl: '^0.18.1'
json_theme:
Expand Down
4 changes: 2 additions & 2 deletions 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.0.1+1'
version: '6.0.1+2'

environment:
sdk: '>=3.0.0 <4.0.0'
Expand All @@ -15,7 +15,7 @@ analyzer:
dependencies:
flutter:
sdk: 'flutter'
json_class: '^2.2.2'
json_class: '^2.2.2+1'
json_schema2: '^5.1.2+2'
meta: '^1.9.1'

Expand Down

0 comments on commit bf2f289

Please sign in to comment.