Skip to content

Commit

Permalink
Merge pull request #149 from peiffer-innovations/dart_update_17053705…
Browse files Browse the repository at this point in the history
…47535

Automated Merge
  • Loading branch information
jpeiffer authored Jan 16, 2024
2 parents 022b1a1 + 1a8d228 commit cce75c1
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+6] - January 16, 2024

* Automated dependency updates


## [1.1.2+5] - January 9, 2024

* Automated dependency updates
Expand Down Expand Up @@ -57,3 +62,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+5'
version: '1.1.2+6'

environment:
sdk: '>=3.0.0 <4.0.0'
Expand All @@ -15,15 +15,15 @@ analyzer:
dependencies:
analyzer: '^6.3.0'
build: '^2.4.1'
build_runner: '^2.4.7'
build_runner: '^2.4.8'
code_builder: '^4.10.0'
json_theme_annotation: '^1.0.3+1'
recase: '^4.1.0'
source_gen: '^1.5.0'

dev_dependencies:
flutter_lints: '^3.0.1'
test: '^1.25.0'
test: '^1.25.1'

dependency_overrides:
json_theme_annotation:
Expand Down

0 comments on commit cce75c1

Please sign in to comment.