Skip to content

Commit

Permalink
Merge pull request #236 from peiffer-innovations/dart_update_17331933…
Browse files Browse the repository at this point in the history
…42647

Automated Merge
  • Loading branch information
jpeiffer authored Dec 3, 2024
2 parents 5142e73 + 480861d commit 37261e0
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 9 deletions.
5 changes: 5 additions & 0 deletions annotation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [1.0.3+12] - December 3, 2024

* Automated dependency updates


## [1.0.3+11] - October 1, 2024

* Automated dependency updates
Expand Down
18 changes: 9 additions & 9 deletions annotation/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
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+11'
version: '1.0.3+12'

environment:
environment:
sdk: '>=3.0.0 <4.0.0'

analyzer:
exclude:
analyzer:
exclude:
- 'lib/generated/**'
- 'lib/**/*.g.dart'

dev_dependencies:
dev_dependencies:
flutter_lints: '^5.0.0'
test: '^1.25.8'
test: '^1.25.10'

permittedLicenses:
permittedLicenses:
- 'Apache-2.0'
- 'BSD-2-Clause'
- 'BSD-3-Clause'
Expand All @@ -24,7 +24,7 @@ permittedLicenses:
- 'MPL-2.0'
- 'Zlib'

packageLicenseOverride:
packageLicenseOverride:
flutter: 'BSD-3-Clause'
flutter_driver: 'BSD-3-Clause'
flutter_goldens: 'BSD-3-Clause'
Expand All @@ -35,7 +35,7 @@ packageLicenseOverride:
integration_test: 'BSD-3-Clause'
rxdart: 'Apache-2.0'

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

0 comments on commit 37261e0

Please sign in to comment.