Skip to content

Commit 2bbda67

Browse files
authored
Merge pull request #60 from altive/release
chore(release): publish packages
2 parents 9e9ceb5 + 40fd15e commit 2bbda67

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

packages/altive_lints/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 1.13.0
2+
3+
- **FIX**: Add stack to avoid_single_child ([#57](https://github.com/altive/altive_lints/issues/57)). ([c2e3ccb9](https://github.com/altive/altive_lints/commit/c2e3ccb9c62d2ddaa53196ca55adac00a6f45cd8))
4+
- **FEAT**: Improve prefer_sliver_prefix to prefer_to_include_sliver_in_name ([#58](https://github.com/altive/altive_lints/issues/58)). ([9e9ceb53](https://github.com/altive/altive_lints/commit/9e9ceb5345742271a79b061411dc9f544f619d4d))
5+
- **DOCS**: Add custom-lint rule description to README ([#56](https://github.com/altive/altive_lints/issues/56)). ([b8eeef22](https://github.com/altive/altive_lints/commit/b8eeef2226e9d3904ada7232799a4808ace4c675))
6+
17
## 1.12.1
28

39
- **FIX**: Exclude collection-for from the warning of avoid_single_child ([#52](https://github.com/altive/altive_lints/issues/52)). ([6d662328](https://github.com/altive/altive_lints/commit/6d6623287605be70c7a3df9a157ff2bc9cabb1a1))

packages/altive_lints/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: altive_lints
22
description: >-
33
Provides `all_lint_rules.yaml` that activates all rules and
44
`altive_lints.yaml` with Altive recommended rule selection.
5-
version: 1.12.1
5+
version: 1.13.0
66
homepage: https://altive.dev
77
repository: https://github.com/altive/altive_lints
88
issue_tracker: https://github.com/altive/altive_lints/issues

packages/diffscrape/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ dependencies:
1313
http: ^1.2.1
1414

1515
dev_dependencies:
16-
altive_lints: ^1.12.1
16+
altive_lints: ^1.13.0
1717
test: ^1.25.7

0 commit comments

Comments
 (0)