Skip to content

Commit

Permalink
Merge pull request #243 from peiffer-innovations/dart_update_17344031…
Browse files Browse the repository at this point in the history
…85418

Automated Merge
  • Loading branch information
jpeiffer authored Dec 17, 2024
2 parents b67349a + 48685ac commit b126f5a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions json_theme/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
8 changes: 4 additions & 4 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: '7.0.0'
version: '7.0.0+1'

environment:
sdk: '>=3.2.0 <4.0.0'
Expand All @@ -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'

Expand Down

0 comments on commit b126f5a

Please sign in to comment.