Skip to content

Commit

Permalink
0.1.103 (dart-lang#1815)
Browse files Browse the repository at this point in the history
  • Loading branch information
pq authored Nov 1, 2019
1 parent 209d1b8 commit f719905
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 0.1.103

* updated `prefer_relative_imports` to use a faster and more robust way to check for self-package references
* updated our approach to checking for `lib` dir contents (speeding up `avoid_renaming_method_parameters` and
making `prefer_relative_imports` and `public_member_api_docs` amenable to internal package formats -- w/o pubspecs)

# 0.1.102

* `avoid_web_libraries_in_flutter` updated to disallow access from all but Flutter web plugin packages
Expand Down
2 changes: 1 addition & 1 deletion lib/src/version.dart
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
// BSD-style license that can be found in the LICENSE file.

/// Package version. Synchronized w/ pubspec.yaml.
const String version = '0.1.102';
const String version = '0.1.103';
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: linter
version: 0.1.102
version: 0.1.103

author: Dart Team <misc@dartlang.org>

Expand All @@ -14,7 +14,7 @@ environment:
sdk: '>=2.2.2 <3.0.0'

dependencies:
analyzer: ^0.39.0
analyzer: ^0.39.1
args: '>=1.4.0 <2.0.0'
glob: ^1.0.3
meta: ^1.0.2
Expand Down

0 comments on commit f719905

Please sign in to comment.