Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weโ€™ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(release): publish packages #38

Merged
merged 2 commits into from
Jul 31, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions packages/altive_lints/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## 1.11.0

naipaka marked this conversation as resolved.
Show resolved Hide resolved
### Add Custom Lint

If you want to adopt it, specify custom_lints in analysis_options.yaml.
Detailed notation is here: [altive_lints/example/analysis_options.yaml](https://github.com/altive/altive_lints/blob/main/packages/altive_lints/example/analysis_options.yaml)

- **FEAT**: Add `prefer_sliver_prefix` rule ([#32](https://github.com/altive/altive_lints/issues/32)). ([6c941e72](https://github.com/altive/altive_lints/commit/6c941e725e1e67a55d25365dfc47a27eace01f0c))
- **FEAT**: Add `prefer_clock_now` rule ([#35](https://github.com/altive/altive_lints/issues/35)). ([e5b056ad](https://github.com/altive/altive_lints/commit/e5b056ad8ff2428e191089d46770e18a38f53d7e))
- **FEAT**: Add `prefer_dedicated_media_query_methods` rule ([#34](https://github.com/altive/altive_lints/issues/34)). ([945d5e85](https://github.com/altive/altive_lints/commit/945d5e8580fbd7ac77fa3d6a60c6ef8bf522b5f1))
- **FEAT**: Add `prefer_space_between_elements` rule ([#33](https://github.com/altive/altive_lints/issues/33)). ([1534bffd](https://github.com/altive/altive_lints/commit/1534bffd9361092f19f0caf2410e58f4b043679a))
- **FEAT**: Add `avoid_consecutive_sliver_to_box_adapter` rule ([#29](https://github.com/altive/altive_lints/issues/29)). ([8a22122a](https://github.com/altive/altive_lints/commit/8a22122a48ff47d260f898fa4f8db23587d04773))
- **FEAT**: Add `avoid_hardcoded_color` rule ([#31](https://github.com/altive/altive_lints/issues/31)). ([4cfce859](https://github.com/altive/altive_lints/commit/4cfce859348b3ed3cfcc5f1063e706653769f1eb))
- **FEAT**: Add `avoid_single_child` rule ([#30](https://github.com/altive/altive_lints/issues/30)). ([ac57d755](https://github.com/altive/altive_lints/commit/ac57d755e66fabd10d271b4073ef9dd8b7f29924))
- **FEAT**: Add `avoid_shrink_wrap_in_list_view` rule ([#28](https://github.com/altive/altive_lints/issues/28)). ([b36d165b](https://github.com/altive/altive_lints/commit/b36d165bb48408f16ad977683f702fb747f56bb7))
- **FEAT**: Set up custom lint ([#27](https://github.com/altive/altive_lints/issues/27)). ([f6958263](https://github.com/altive/altive_lints/commit/f69582637dd73b71fbd8bef14de5d7a290297215))

## 1.10.0

- **FEAT**: update all_lint_rules ([#17](https://github.com/altive/altive_lints/issues/17)). ([5cabb1d8](https://github.com/altive/altive_lints/commit/5cabb1d87b593b3ea9f0e088dfb599b9351abdb5))
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.10.0
version: 1.11.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.10.0
altive_lints: ^1.11.0
test: ^1.25.7