Skip to content

Commit

Permalink
Merge pull request #84 from altive/release
Browse files Browse the repository at this point in the history
chore(release): publish packages
  • Loading branch information
riscait authored Dec 25, 2024
2 parents 6003c83 + c0dea7e commit 6ec6cdc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions packages/altive_lints/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 1.18.0

- **FEAT**: disable avoid_hardcoded_color lint if it's a test file ([#83](https://github.com/altive/altive_lints/issues/83)). ([6003c83f](https://github.com/altive/altive_lints/commit/6003c83f929a8e402dbda83bc519437567adfc75))
- **FEAT**: Add assists for macro documentation comments ([#78](https://github.com/altive/altive_lints/issues/78)). ([8126ddc0](https://github.com/altive/altive_lints/commit/8126ddc0ed0ec97b98c43ab565efa738cfb9e7d4))

## 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))
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.17.0
version: 1.18.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.17.0
altive_lints: ^1.18.0
test: ^1.25.7

0 comments on commit 6ec6cdc

Please sign in to comment.