Skip to content

Commit

Permalink
Bump custom_lint version to 0.6.0 (#125)
Browse files Browse the repository at this point in the history
* Bump custom_lint version to 0.6.0

* Update version and changelog

---------

Co-authored-by: vladimir-beloded <[email protected]>
  • Loading branch information
solid-vovabeloded and vova-beloded-solid authored Feb 5, 2024
1 parent 498c081 commit 47df4b8
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 70 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.1.3

- Bumped custom_lint package to 0.6.0 version

## 0.1.2

- Moved implementation into the `src` folder
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies:
sdk: flutter

dev_dependencies:
custom_lint: ^0.5.0
custom_lint: ^0.6.0
solid_lints:
path: ../
test: ^1.20.1
14 changes: 0 additions & 14 deletions lint_test/alphabetize_by_type_test/pubspec.yaml

This file was deleted.

11 changes: 0 additions & 11 deletions lint_test/avoid_late_keyword_allow_initialized_test/pubspec.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions lint_test/avoid_using_api/pubspec.yaml

This file was deleted.

This file was deleted.

This file was deleted.

4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: solid_lints
description:
Lints for Dart and Flutter based on software industry standards and best
practices.
version: 0.1.2
version: 0.1.3
homepage: https://github.com/solid-software/solid_lints/
documentation: https://solid-software.github.io/solid_lints/docs/intro
topics: [lints, linter, lint, analysis, analyzer]
Expand All @@ -13,7 +13,7 @@ environment:
dependencies:
analyzer: ^6.2.0
collection: ^1.17.2
custom_lint_builder: ^0.5.8
custom_lint_builder: ^0.6.0
glob: ^2.1.2
path: ^1.8.3
yaml: ^3.1.2
Expand Down

0 comments on commit 47df4b8

Please sign in to comment.