Skip to content

Commit

Permalink
Merge pull request #188 from peiffer-innovations/dart_update_17174664…
Browse files Browse the repository at this point in the history
…25589

Automated Merge
  • Loading branch information
jpeiffer authored Jun 4, 2024
2 parents c6d454c + f14b6f6 commit 27621df
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 38 deletions.
15 changes: 6 additions & 9 deletions annotation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [1.0.3+8] - June 4, 2024

* Automated dependency updates


## [1.0.3+7] - May 7, 2024

* Automated dependency updates
Expand Down Expand Up @@ -55,12 +60,4 @@

## [1.0.0+1] - July 4th, 2023

* Initial Release








* Initial Release
53 changes: 24 additions & 29 deletions annotation/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,46 +1,41 @@
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+7'
version: '1.0.3+8'

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

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

dev_dependencies:
dev_dependencies:
flutter_lints: '^4.0.0'
test: '^1.25.5'
test: '^1.25.6'

permittedLicenses:
- Apache-2.0
- BSD-2-Clause
- BSD-3-Clause
- MIT
- MIT-Modern-Variant
- MPL-2.0
- Zlib
permittedLicenses:
- 'Apache-2.0'
- 'BSD-2-Clause'
- 'BSD-3-Clause'
- 'MIT'
- 'MIT-Modern-Variant'
- 'MPL-2.0'
- 'Zlib'

# The [license_checker](https://pub.dev/packages/license_checker) package cannot
# detect the built in Flutter packages because they aren't published to pub.dev
# and do not have a LICENSE file in their respective folders. So this section
# informs the license_checker that all the built in Flutter packages all have
# the same BSD-3-Clause license as Flutter itself.
packageLicenseOverride:
flutter: BSD-3-Clause
flutter_driver: BSD-3-Clause
flutter_goldens: BSD-3-Clause
flutter_localizations: BSD-3-Clause
flutter_web_plugins: BSD-3-Clause
flutter_test: BSD-3-Clause
fuchsia_remote_debug_protocol: BSD-3-Clause
integration_test: BSD-3-Clause
rxdart: Apache-2.0
flutter: 'BSD-3-Clause'
flutter_driver: 'BSD-3-Clause'
flutter_goldens: 'BSD-3-Clause'
flutter_localizations: 'BSD-3-Clause'
flutter_web_plugins: 'BSD-3-Clause'
flutter_test: 'BSD-3-Clause'
fuchsia_remote_debug_protocol: 'BSD-3-Clause'
integration_test: 'BSD-3-Clause'
rxdart: 'Apache-2.0'

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

0 comments on commit 27621df

Please sign in to comment.