diff --git a/CHANGELOG.md b/CHANGELOG.md index af01115..e9e29a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## [2.1.0] - January 11th, 2025 + +* Updated to use [license_checker2](https://pub.dev/packages/license_checker2) as opposed to [license_checker](https://pub.dev/packages/license_checker) to properly support the new dart workspace. + + ## [2.0.12] - January 11th, 2025 * Fixed check for flutter to not false flag `flutter_lints`. diff --git a/action.yml b/action.yml index 9b0bb97..f7b09cb 100644 --- a/action.yml +++ b/action.yml @@ -77,7 +77,7 @@ runs: dart test fi - dart pub global activate license_checker + dart pub global activate license_checker2 lic_ck check-licenses -c pubspec.yaml -a working-directory: ${{ inputs.path }} diff --git a/pubspec.yaml b/pubspec.yaml index e7d7e72..98bca58 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: 'actions_flutter_validate' description: 'Simple CLI to be able to validate Dart and Flutter repos' -version: '2.0.12' +version: '2.1.0' homepage: 'https://github.com/peiffer-innovations/actions-flutter-validate' environment: