Skip to content

Commit

Permalink
chore(release): publish packages
Browse files Browse the repository at this point in the history
  • Loading branch information
riscait committed Oct 4, 2024
1 parent cd146c8 commit 1de48f8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions packages/altive_lints/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 1.14.0

- **FEAT**: Update all lint rules ([#61](https://github.com/altive/altive_lints/issues/61)). ([cd146c86](https://github.com/altive/altive_lints/commit/cd146c864b6b1ecf243e30a56a5cda7bdb265397))
- add new rules to `all_lint_rules.yaml` that are available from Dart 3.5.
- [document_ignores](https://dart.dev/tools/linter-rules/document_ignores)
- [invalid_runtime_check_with_js_interop_types](https://dart.dev/tools/linter-rules/invalid_runtime_check_with_js_interop_types)
- The altive_lints enable these rules.

## 1.13.0

- **FIX**: Add stack to avoid_single_child ([#57](https://github.com/altive/altive_lints/issues/57)). ([c2e3ccb9](https://github.com/altive/altive_lints/commit/c2e3ccb9c62d2ddaa53196ca55adac00a6f45cd8))
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.13.0
version: 1.14.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.13.0
altive_lints: ^1.14.0
test: ^1.25.7

0 comments on commit 1de48f8

Please sign in to comment.