Skip to content

Commit cd7aa10

Browse files
Add credits, release 0.1.0
1 parent b374aa8 commit cd7aa10

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 0.1.1
2+
3+
-Add example readme
4+
-Update dependencies
5+
16
## 0.1.0
27

38
- Remove DCM as a dependency

example/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
This example provides some idea on how to create your custom analysis options file.
2+
See `analysis_options.yaml`.

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@ name: solid_lints
22
description:
33
Lints for Dart and Flutter based on software industry standards and best
44
practices.
5-
version: 0.1.0
5+
version: 0.1.1
66
homepage: https://github.com/solid-software/solid_lints/
77

88
environment:
99
sdk: '>=3.0.0 <4.0.0'
1010

1111
dependencies:
12-
analyzer: ^5.12.0
12+
analyzer: ^6.0.0
1313
collection: ^1.17.2
1414
custom_lint_builder: ^0.5.6
1515
glob: ^2.1.2

0 commit comments

Comments
 (0)