Skip to content

Commit

Permalink
Merge pull request #174 from peiffer-innovations/dart_update_17138375…
Browse files Browse the repository at this point in the history
…12524

Automated Merge
  • Loading branch information
jpeiffer authored Apr 23, 2024
2 parents 8ddd3b8 + 1f2a50b commit d21f2ca
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions codegen/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [1.1.2+13] - April 23, 2024

* Automated dependency updates


## [1.1.2+12] - April 16, 2024

* Automated dependency updates
Expand Down Expand Up @@ -99,3 +104,4 @@




6 changes: 3 additions & 3 deletions codegen/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: 'json_theme_codegen'
description: 'A library to generate the mapping of decoders to the class names they decode'
homepage: 'https://github.com/peiffer-innovations/json_theme'
version: '1.1.2+12'
version: '1.1.2+13'

environment:
sdk: '>=3.0.0 <4.0.0'
Expand All @@ -16,13 +16,13 @@ dependencies:
build: '^2.4.1'
build_runner: '^2.4.9'
code_builder: '^4.10.0'
json_theme_annotation: '^1.0.3+4'
json_theme_annotation: '^1.0.3+5'
recase: '^4.1.0'
source_gen: '^1.5.0'

dev_dependencies:
flutter_lints: '^3.0.2'
test: '^1.25.3'
test: '^1.25.4'

dependency_overrides:
json_theme_annotation:
Expand Down

0 comments on commit d21f2ca

Please sign in to comment.