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 Nov 17, 2023
1 parent 1f9fef1 commit 903b868
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,28 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2023-11-17

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`altive_lints` - `v1.9.0`](#altive_lints---v190)

---

#### `altive_lints` - `v1.9.0`

- **REFACTOR**: extract method. ([40542361](https://github.com/altive/altive_lints/commit/405423614b813098bb30a60a7628b64c209758dc))
- **FEAT**: update all_lint_rules ([#10](https://github.com/altive/altive_lints/issues/10)). ([31694673](https://github.com/altive/altive_lints/commit/316946734f98d03c764a3e3b704fed59f9bdd444))


## 2023-08-14

### Changes
Expand Down
7 changes: 7 additions & 0 deletions packages/altive_lints/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 1.9.0

- **FEAT**: update all_lint_rules ([#10](https://github.com/altive/altive_lints/issues/10)). ([31694673](https://github.com/altive/altive_lints/commit/316946734f98d03c764a3e3b704fed59f9bdd444))
- add new rules to `all_lint_rules.yaml`
- [annotate_redeclares](https://dart.dev/tools/linter-rules/annotate_redeclares)
- [avoid_unstable_final_fields](https://dart.dev/tools/linter-rules/avoid_unstable_final_fields)

## 1.8.1
- fix changelog.
- fix example pubspec.lock.
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.8.1
version: 1.9.0
homepage: https://altive.dev
repository: https://github.com/altive/altive_lints
issue_tracker: https://github.com/altive/altive_lints/issues
Expand Down

0 comments on commit 903b868

Please sign in to comment.