Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
mono0926 committed May 12, 2022
1 parent f7364f2 commit 340671b
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 8 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 1.19.0

- Change minimum Dart version to '2.17.0'
- Add `used_colored_box`
- Add `use_enums`
- Add `use_super_parameters`

## 1.18.0

- Add `avoid_redundant_argument_values`
Expand Down
3 changes: 3 additions & 0 deletions lib/analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,12 +93,15 @@ linter:
- unnecessary_statements
- unsafe_html
# - use_build_context_synchronously
- used_colored_box
- use_decorated_box
- use_enums
# - use_if_null_to_convert_nulls_to_bools
- use_is_even_rather_than_modulo
- use_late_for_private_fields_and_variables
- use_named_constants
- use_setters_to_change_properties
- use_string_buffers
- use_super_parameters
- use_test_throws_matchers
- use_to_and_as_if_applicable
12 changes: 6 additions & 6 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ packages:
name: async
url: "https://pub.dartlang.org"
source: hosted
version: "2.8.2"
version: "2.9.0"
charcode:
dependency: transitive
description:
Expand All @@ -28,7 +28,7 @@ packages:
name: collection
url: "https://pub.dartlang.org"
source: hosted
version: "1.15.0"
version: "1.16.0"
file:
dependency: transitive
description:
Expand Down Expand Up @@ -56,7 +56,7 @@ packages:
name: grinder
url: "https://pub.dartlang.org"
source: hosted
version: "0.9.0"
version: "0.9.1"
http:
dependency: "direct dev"
description:
Expand Down Expand Up @@ -91,14 +91,14 @@ packages:
name: path
url: "https://pub.dartlang.org"
source: hosted
version: "1.8.0"
version: "1.8.1"
source_span:
dependency: transitive
description:
name: source_span
url: "https://pub.dartlang.org"
source: hosted
version: "1.8.1"
version: "1.9.0"
string_scanner:
dependency: transitive
description:
Expand Down Expand Up @@ -128,4 +128,4 @@ packages:
source: hosted
version: "3.1.0"
sdks:
dart: ">=2.16.0 <3.0.0"
dart: ">=2.17.0 <3.0.0"
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: pedantic_mono
description: '[mono edition] Recommended lints for Flutter apps, packages, and plugins to encourage good coding practices.'
version: 1.18.0
version: 1.19.0
homepage: https://github.com/mono0926/pedantic_mono

environment:
sdk: '>=2.16.0 <3.0.0'
sdk: '>=2.17.0 <3.0.0'

dependencies:
flutter_lints: ^1.0.4
Expand Down

0 comments on commit 340671b

Please sign in to comment.