Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: dart-lang/ecosystem
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: dcbd2ee
Choose a base ref
..
head repository: dart-lang/ecosystem
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4acfcaf
Choose a head ref
Showing with 6 additions and 2 deletions.
  1. +4 −0 pkgs/dart_flutter_team_lints/CHANGELOG.md
  2. +2 −2 pkgs/dart_flutter_team_lints/pubspec.yaml
4 changes: 4 additions & 0 deletions pkgs/dart_flutter_team_lints/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
4 changes: 2 additions & 2 deletions pkgs/dart_flutter_team_lints/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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