Skip to content

Commit

Permalink
Merge pull request #77 from altive/release
Browse files Browse the repository at this point in the history
chore(release): publish packages
  • Loading branch information
riscait authored Nov 24, 2024
2 parents de9ac8c + 0f3666c commit c58dbc7
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions packages/altive_lints/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## 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`.
- **FIX**: Resolved warnings false detection in ColorScheme definition ([#73](https://github.com/altive/altive_lints/issues/73)). ([4dc4b4e6](https://github.com/altive/altive_lints/commit/4dc4b4e6c264d018bd5bdbb353af0ec02a8cd8da)) for `avoid_hardcoded_color`.
- **FEAT**: update all_lint_rules ([#76](https://github.com/altive/altive_lints/issues/76)). ([de9ac8ca](https://github.com/altive/altive_lints/commit/de9ac8ca0de01b925167713ad42beeb747a0c147))
- Added
- [avoid_futureor_void](https://dart.dev/tools/linter-rules/avoid_futureor_void)
- [avoid_null_checks_in_equality_operators](https://dart.dev/tools/linter-rules/avoid_null_checks_in_equality_operators)
- [omit_obvious_local_variable_types](https://dart.dev/tools/linter-rules/omit_obvious_local_variable_types)
- [specify_nonobvious_local_variable_types](https://dart.dev/tools/linter-rules/specify_nonobvious_local_variable_types)
- [use_truncating_division](https://dart.dev/tools/linter-rules/use_truncating_division)
- Removed
- [unsafe_html](https://dart.dev/tools/linter-rules/unsafe_html)

## 1.15.0

- **FIX**: No warnings in test directory ([#70](https://github.com/altive/altive_lints/issues/70)). ([02d2fa8a](https://github.com/altive/altive_lints/commit/02d2fa8abb7249232f7eca6b3f99df20239b5fc8))
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.15.0
version: 1.16.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.15.0
altive_lints: ^1.16.0
test: ^1.25.7

0 comments on commit c58dbc7

Please sign in to comment.