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

Commit 16ed9df

Browse files
authored
0.1.127 (#2369)
* 0.1.127 * typo
1 parent 1455455 commit 16ed9df

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
# 0.1.127-dev
1+
# 0.1.127
2+
3+
* fixed crash in `prefer_collection_literals` when there is no static parameter
4+
element
25

36
# 0.1.126
47

lib/src/version.dart

+1-1
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 = '0.1.127-dev';
6+
const String version = '0.1.127';

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: linter
2-
version: 0.1.127-dev
2+
version: 0.1.127
33

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

0 commit comments

Comments
 (0)