Skip to content

Commit

Permalink
Merge pull request #81 from altive/release
Browse files Browse the repository at this point in the history
chore(release): publish packages
  • Loading branch information
riscait authored Dec 16, 2024
2 parents cc54fcc + 90b9de0 commit c3c70f8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions packages/altive_lints/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.17.0

- **FEAT**: Disable specify_nonobvious_local_variable_types to avoid conflicts ([#80](https://github.com/altive/altive_lints/issues/80)). ([cc54fcc3](https://github.com/altive/altive_lints/commit/cc54fcc35efc7620f5e12ebb82c9ee328d5c95db))

## 1.16.0

- **FIX**: No warning if the number of elements in the spread operator using the if statement is more than two. ([#74](https://github.com/altive/altive_lints/issues/74)). ([ad65c006](https://github.com/altive/altive_lints/commit/ad65c00659977b511ef4f6b0dbf9c72647953584)) for `avoid_single_child`.
Expand Down
2 changes: 1 addition & 1 deletion packages/altive_lints/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: altive_lints
description: >-
Provides `all_lint_rules.yaml` that activates all rules and
`altive_lints.yaml` with Altive recommended rule selection.
version: 1.16.0
version: 1.17.0
homepage: https://altive.dev
repository: https://github.com/altive/altive_lints
issue_tracker: https://github.com/altive/altive_lints/issues
Expand Down
2 changes: 1 addition & 1 deletion packages/diffscrape/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ dependencies:
http: ^1.2.1

dev_dependencies:
altive_lints: ^1.16.0
altive_lints: ^1.17.0
test: ^1.25.7

0 comments on commit c3c70f8

Please sign in to comment.