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

Commit bced222

Browse files
authored
1.21.1 (#3301)
1 parent ec6fe9d commit bced222

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 1.21.1
2+
3+
- bumped language lower-bound constraint to `2.15.0`
4+
15
# 1.21.0
26

37
- fixed `use_key_in_widget_constructors` false positive

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.21.0';
6+
const String version = '1.21.1';

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.21.0
2+
version: 1.21.1
33

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

0 commit comments

Comments
 (0)