Skip to content

Commit

Permalink
Merge pull request #151 from peiffer-innovations/dart_update_17059752…
Browse files Browse the repository at this point in the history
…96657

Automated Merge
  • Loading branch information
jpeiffer authored Jan 23, 2024
2 parents cce75c1 + 6b86273 commit 9cd9a17
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 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+7] - January 23, 2024

* Automated dependency updates


## [1.1.2+6] - January 16, 2024

* Automated dependency updates
Expand Down Expand Up @@ -63,3 +68,4 @@




8 changes: 3 additions & 5 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+6'
version: '1.1.2+7'

environment:
sdk: '>=3.0.0 <4.0.0'
Expand All @@ -11,13 +11,12 @@ analyzer:
- 'lib/generated/**'
- 'lib/**/*.g.dart'


dependencies:
analyzer: '^6.3.0'
analyzer: '^6.4.0'
build: '^2.4.1'
build_runner: '^2.4.8'
code_builder: '^4.10.0'
json_theme_annotation: '^1.0.3+1'
json_theme_annotation: '^1.0.3+2'
recase: '^4.1.0'
source_gen: '^1.5.0'

Expand All @@ -29,7 +28,6 @@ dependency_overrides:
json_theme_annotation:
path: '../annotation'


ignore_updates:
- 'archive'
- 'async'
Expand Down

0 comments on commit 9cd9a17

Please sign in to comment.