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 Apr 2, 2024
1 parent c9781ef commit 28f3930
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions annotation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [1.0.3+4] - April 2, 2024

* Automated dependency updates


## [1.0.3+3] - January 30, 2024

* Automated dependency updates
Expand Down Expand Up @@ -40,3 +45,4 @@




4 changes: 2 additions & 2 deletions annotation/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: 'json_theme_annotation'
description: 'Simple package holding the annotations needed by the JsonTheme code generator.'
homepage: 'https://github.com/peiffer-innovations/json_theme'
version: '1.0.3+3'
version: '1.0.3+4'

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

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

ignore_updates:
Expand Down

0 comments on commit 28f3930

Please sign in to comment.