From 4acfcaf382225ba7eeba00f38632fc6b2fd39754 Mon Sep 17 00:00:00 2001 From: Devon Carew Date: Wed, 18 Oct 2023 12:58:40 -0700 Subject: [PATCH] depend on package:lints 3.0.0 (#187) --- pkgs/dart_flutter_team_lints/CHANGELOG.md | 4 ++++ pkgs/dart_flutter_team_lints/pubspec.yaml | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/pkgs/dart_flutter_team_lints/CHANGELOG.md b/pkgs/dart_flutter_team_lints/CHANGELOG.md index 85f438d4..b5394f04 100644 --- a/pkgs/dart_flutter_team_lints/CHANGELOG.md +++ b/pkgs/dart_flutter_team_lints/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2.1.1 + +- Depend on the `3.0.0` release version of package:lints. + ## 2.1.0 - Updated to the preview `3.0.0-beta` version of package:lints/recommended.yaml. diff --git a/pkgs/dart_flutter_team_lints/pubspec.yaml b/pkgs/dart_flutter_team_lints/pubspec.yaml index f432ddb6..571b22c3 100644 --- a/pkgs/dart_flutter_team_lints/pubspec.yaml +++ b/pkgs/dart_flutter_team_lints/pubspec.yaml @@ -1,13 +1,13 @@ name: dart_flutter_team_lints description: An analysis rule set used by the Dart and Flutter teams. -version: 2.1.0 +version: 2.1.1 repository: https://github.com/dart-lang/ecosystem/tree/main/pkgs/dart_flutter_team_lints environment: sdk: ^3.0.0 dependencies: - lints: ^3.0.0-0 + lints: ^3.0.0 dev_dependencies: checks: ^0.2.0