Skip to content

Commit

Permalink
release: publish packages
Browse files Browse the repository at this point in the history
 - nilts@0.15.0
  • Loading branch information
ronnnnn committed Jul 26, 2024
1 parent 7c6c304 commit 0065e42
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,29 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2024-07-26

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`nilts` - `v0.15.0`](#nilts---v0150)

---

#### `nilts` - `v0.15.0`

- **FEAT**: defined_async_value_getter_type rule ([#139](https://github.com/ronnnnn/nilts/ronnnnn/nilts/issues/139)). ([7c6c304b](https://github.com/ronnnnn/nilts/ronnnnn/nilts/commit/7c6c304b0a19be419cb35ee98790efc41ac786a3))
- **FEAT**: defined_async_value_setter_type ([#138](https://github.com/ronnnnn/nilts/ronnnnn/nilts/issues/138)). ([da682f1e](https://github.com/ronnnnn/nilts/ronnnnn/nilts/commit/da682f1e7c9eec2b7b2b00c6fcd7231e050de446))
- **DOCS**: CHANGELOG. ([d6523f8f](https://github.com/ronnnnn/nilts/ronnnnn/nilts/commit/d6523f8f8d79edccc39db01df92fa17281468bd0))


## 2024-07-23

### Changes
Expand Down
29 changes: 29 additions & 0 deletions packages/nilts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,35 @@

All notable changes to nilts packages will be documented in this file.

## 2024-07-26

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`nilts` - `v0.15.0`](#nilts---v0150)

---

#### `nilts` - `v0.15.0`

- **FEAT**: defined_async_value_getter_type rule ([#139](https://github.com/ronnnnn/nilts/ronnnnn/nilts/issues/139)). ([7c6c304b](https://github.com/ronnnnn/nilts/ronnnnn/nilts/commit/7c6c304b0a19be419cb35ee98790efc41ac786a3))
- **FEAT**: defined_async_value_setter_type ([#138](https://github.com/ronnnnn/nilts/ronnnnn/nilts/issues/138)). ([da682f1e](https://github.com/ronnnnn/nilts/ronnnnn/nilts/commit/da682f1e7c9eec2b7b2b00c6fcd7231e050de446))
- **DOCS**: CHANGELOG. ([d6523f8f](https://github.com/ronnnnn/nilts/ronnnnn/nilts/commit/d6523f8f8d79edccc39db01df92fa17281468bd0))

## 0.15.0

- **FEAT**: defined_async_value_getter_type rule ([#139](https://github.com/ronnnnn/nilts/ronnnnn/nilts/issues/139)). ([7c6c304b](https://github.com/ronnnnn/nilts/ronnnnn/nilts/commit/7c6c304b0a19be419cb35ee98790efc41ac786a3))
- **FEAT**: defined_async_value_setter_type ([#138](https://github.com/ronnnnn/nilts/ronnnnn/nilts/issues/138)). ([da682f1e](https://github.com/ronnnnn/nilts/ronnnnn/nilts/commit/da682f1e7c9eec2b7b2b00c6fcd7231e050de446))
- **DOCS**: CHANGELOG. ([d6523f8f](https://github.com/ronnnnn/nilts/ronnnnn/nilts/commit/d6523f8f8d79edccc39db01df92fa17281468bd0))


# nilts-v0.14.1 (2024-07-23)

## What's Changed
Expand Down
2 changes: 1 addition & 1 deletion packages/nilts/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# https://dart.dev/tools/pub/pubspec

name: nilts
version: 0.14.1
version: 0.15.0
description: nilts is lint rules, quick fixes and assists for Dart and Flutter projects that helps you enforce best practices, and avoid errors.
homepage: https://github.com/ronnnnn/nilts
repository: https://github.com/ronnnnn/nilts
Expand Down

0 comments on commit 0065e42

Please sign in to comment.