Skip to content

Commit

Permalink
build: prepare 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ronnnnn committed Oct 7, 2023
1 parent 5d95f68 commit 64a6540
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.

## 2023-10-07

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`nilts` - `v0.6.0`](#nilts---v060)

---

#### `nilts` - `v0.6.0`

- **FEAT**: shrink_wrapped_scroll_view ([#41](https://github.com/ronnnnn/nilts/ronnnnn/nilts/issues/41)). ([0ae46f20](https://github.com/ronnnnn/nilts/ronnnnn/nilts/commit/0ae46f207d2e2960dbe5fc0110ad232c632b6ab8))
- **DOCS**: example link ([#43](https://github.com/ronnnnn/nilts/ronnnnn/nilts/issues/43)). ([5d95f689](https://github.com/ronnnnn/nilts/ronnnnn/nilts/commit/5d95f689848c4769526f0e03a05630f97f6eec61))
- **DOCS**: update api docs and problem messages ([#42](https://github.com/ronnnnn/nilts/ronnnnn/nilts/issues/42)). ([07a40d37](https://github.com/ronnnnn/nilts/ronnnnn/nilts/commit/07a40d37c0b1b24649fc838ebe2ba31a74520129))


## 2023-10-01

### 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.

## 2023-10-07

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`nilts` - `v0.6.0`](#nilts---v060)

---

#### `nilts` - `v0.6.0`

- **FEAT**: shrink_wrapped_scroll_view ([#41](https://github.com/ronnnnn/nilts/ronnnnn/nilts/issues/41)). ([0ae46f20](https://github.com/ronnnnn/nilts/ronnnnn/nilts/commit/0ae46f207d2e2960dbe5fc0110ad232c632b6ab8))
- **DOCS**: example link ([#43](https://github.com/ronnnnn/nilts/ronnnnn/nilts/issues/43)). ([5d95f689](https://github.com/ronnnnn/nilts/ronnnnn/nilts/commit/5d95f689848c4769526f0e03a05630f97f6eec61))
- **DOCS**: update api docs and problem messages ([#42](https://github.com/ronnnnn/nilts/ronnnnn/nilts/issues/42)). ([07a40d37](https://github.com/ronnnnn/nilts/ronnnnn/nilts/commit/07a40d37c0b1b24649fc838ebe2ba31a74520129))

## 0.6.0

- **FEAT**: shrink_wrapped_scroll_view ([#41](https://github.com/ronnnnn/nilts/ronnnnn/nilts/issues/41)). ([0ae46f20](https://github.com/ronnnnn/nilts/ronnnnn/nilts/commit/0ae46f207d2e2960dbe5fc0110ad232c632b6ab8))
- **DOCS**: example link ([#43](https://github.com/ronnnnn/nilts/ronnnnn/nilts/issues/43)). ([5d95f689](https://github.com/ronnnnn/nilts/ronnnnn/nilts/commit/5d95f689848c4769526f0e03a05630f97f6eec61))
- **DOCS**: update api docs and problem messages ([#42](https://github.com/ronnnnn/nilts/ronnnnn/nilts/issues/42)). ([07a40d37](https://github.com/ronnnnn/nilts/ronnnnn/nilts/commit/07a40d37c0b1b24649fc838ebe2ba31a74520129))


## 2023-10-01

### Changes
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.5.0
version: 0.6.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 64a6540

Please sign in to comment.