Skip to content
This repository was archived by the owner on Nov 20, 2024. It is now read-only.

Commit 7f7457d

Browse files
authored
Merge pull request #3865 from dart-lang/release
1.31.0 (cherry-pick release)
2 parents d1c57fa + f42cb7a commit 7f7457d

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 1.31.0
2+
3+
- updated `prefer_equal_for_default_values` to not report for SDKs `>=2.19`,
4+
where this lint is now an analyzer diagnostic.
5+
16
# 1.30.0
27

38
- new lint: `enable_null_safety`

lib/src/version.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
// BSD-style license that can be found in the LICENSE file.
44

55
/// Package version. Synchronized w/ pubspec.yaml.
6-
const String version = '1.30.0';
6+
const String version = '1.31.0';

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: linter
2-
version: 1.30.0
2+
version: 1.31.0
33

44
description: >-
55
The implementation of the lint rules supported by the analyzer framework.

0 commit comments

Comments
 (0)