Skip to content
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
3 changes: 2 additions & 1 deletion docs/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,12 @@ TODO

1. Create a release branch.
- `git switch -c release` & `git push -u origin release`
- If the release branch already exists, delete it.
1. Create a release commit.
- `melos version`
1. Push a commit with a tag.
- `git push origin release --tags`
- Open a pull-request.
- Open a pull-request. (`gh pr create --fill`)
1. Merge after approving pull-request.
1. Publish to pub.dev.
- `melos publish` on the `main` branch.
Expand Down
9 changes: 9 additions & 0 deletions packages/altive_lints/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 1.22.0

- **FEAT**: Update all lint rules (#105).
- Added
- [switch_on_type](https://dart.dev/tools/linter-rules/switch_on_type)
- [unnecessary_unawaited](https://dart.dev/tools/linter-rules/unnecessary_unawaited)
- **FEAT**: update avoid_single_child lint to include SliverMainAxisGroup and SliverCrossAxisGroup (#103).
- Update the minimum Dart SDK version to 3.5.0. (using pub_workspace and Melos v7)

## 1.21.0

- **FIX**: disable `omit_obvious_property_types` and `unsafe_variance` ([#101](https://github.com/altive/altive_lints/issues/101)). ([68727270](https://github.com/altive/altive_lints/commit/68727270dbb8979ea2476e66a8c4ed6fa6d7f0e5))
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.21.0
version: 1.22.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 @@ -15,5 +15,5 @@ dependencies:
http: ^1.4.0

dev_dependencies:
altive_lints: ^1.21.0
altive_lints: ^1.22.0
test: ^1.26.2