diff --git a/pkgs/corpus/pubspec.yaml b/pkgs/corpus/pubspec.yaml index 1a3668ad..cc021cc8 100644 --- a/pkgs/corpus/pubspec.yaml +++ b/pkgs/corpus/pubspec.yaml @@ -17,7 +17,7 @@ dependencies: yaml: ^3.0.0 dev_dependencies: - checks: ^0.2.0 + checks: ^0.3.0 dart_flutter_team_lints: ^2.0.0 test: ^1.22.0 test_descriptor: ^2.0.0 diff --git a/pkgs/dart_flutter_team_lints/CHANGELOG.md b/pkgs/dart_flutter_team_lints/CHANGELOG.md index b5394f04..1eafe6c3 100644 --- a/pkgs/dart_flutter_team_lints/CHANGELOG.md +++ b/pkgs/dart_flutter_team_lints/CHANGELOG.md @@ -1,3 +1,5 @@ +## 2.1.2-wip + ## 2.1.1 - Depend on the `3.0.0` release version of package:lints. diff --git a/pkgs/dart_flutter_team_lints/pubspec.yaml b/pkgs/dart_flutter_team_lints/pubspec.yaml index 571b22c3..6f1ef9f8 100644 --- a/pkgs/dart_flutter_team_lints/pubspec.yaml +++ b/pkgs/dart_flutter_team_lints/pubspec.yaml @@ -1,6 +1,6 @@ name: dart_flutter_team_lints description: An analysis rule set used by the Dart and Flutter teams. -version: 2.1.1 +version: 2.1.2-wip repository: https://github.com/dart-lang/ecosystem/tree/main/pkgs/dart_flutter_team_lints environment: @@ -10,7 +10,7 @@ dependencies: lints: ^3.0.0 dev_dependencies: - checks: ^0.2.0 + checks: ^0.3.0 path: ^1.8.0 test: ^1.0.0 yaml: ^3.0.0