Skip to content

Commit

Permalink
actions-dart-dependency-updater:
Browse files Browse the repository at this point in the history
  • Loading branch information
action committed Jan 30, 2024
1 parent 9cd9a17 commit 1eaf351
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 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+8] - January 30, 2024

* Automated dependency updates


## [1.1.2+7] - January 23, 2024

* Automated dependency updates
Expand Down Expand Up @@ -69,3 +74,4 @@




4 changes: 2 additions & 2 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+7'
version: '1.1.2+8'

environment:
sdk: '>=3.0.0 <4.0.0'
Expand All @@ -22,7 +22,7 @@ dependencies:

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

dependency_overrides:
json_theme_annotation:
Expand Down

0 comments on commit 1eaf351

Please sign in to comment.