Skip to content

Commit

Permalink
chore: release (#7)
Browse files Browse the repository at this point in the history
## 🤖 New release
* `tui-big-text`: 0.4.6 -> 0.4.7
* `tui-prompts`: 0.3.17 -> 0.3.18
* `tui-scrollview`: 0.3.8 -> 0.3.9
* `tui-widgets`: 0.1.3 -> 0.1.4

<details><summary><i><b>Changelog</b></i></summary><p>

## `tui-big-text`
<blockquote>

## [0.4.7] - 2024-07-24

### ⚙️ Miscellaneous Tasks

- Various fixes / clippy lints
([#6](#6))

<!-- generated by git-cliff -->
</blockquote>

## `tui-prompts`
<blockquote>

## [0.3.18] - 2024-07-24

### 🐛 Bug Fixes

- Delete and backspace behavior for multi-byte characters
([#57](https://github.com/joshka/tui-widgets/pull/57))
- Fixup tui-prompts version to match crates.io

### ⚙️ Miscellaneous Tasks

- Move tui-prompts to its own directory
- Move to tui-widgets repository
- Various fixes / clippy lints
([#6](#6))

<!-- generated by git-cliff -->
</blockquote>

## `tui-scrollview`
<blockquote>

## [0.3.9] - 2024-07-24

### ⚙️ Miscellaneous Tasks

- Various fixes / clippy lints
([#6](#6))

<!-- generated by git-cliff -->
</blockquote>

## `tui-widgets`
<blockquote>

## [0.1.4] - 2024-07-24

### 🐛 Bug Fixes

- Remove cargo.lock file
- Delete and backspace behavior for multi-byte characters
([#57](https://github.com/joshka/tui-widgets/pull/57))
- Fixup tui-prompts version to match crates.io

### ⚙️ Miscellaneous Tasks

- Various fixes / clippy lints
([#6](#6))

<!-- generated by git-cliff -->
</blockquote>


</p></details>

---
This PR was generated with
[release-plz](https://github.com/MarcoIeni/release-plz/).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jul 24, 2024
1 parent 78d8350 commit 72bfe97
Show file tree
Hide file tree
Showing 8 changed files with 56 additions and 7 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,21 @@
# Changelog

All notable changes to this project will be documented in this file.

## [0.1.4] - 2024-07-24

### 🐛 Bug Fixes

- Remove cargo.lock file
- Delete and backspace behavior for multi-byte characters ([#57](https://github.com/joshka/tui-widgets/pull/57))
- Fixup tui-prompts version to match crates.io

### ⚙️ Miscellaneous Tasks

- Various fixes / clippy lints ([#6](https://github.com/joshka/tui-widgets/pull/6))

<!-- generated by git-cliff -->
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
Expand Down
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ nursery = "warn"
[package]
name = "tui-widgets"
description = "A collection of useful widgets for building terminal user interfaces using Ratatui"
version = "0.1.3"
version = "0.1.4"
documentation = "https://docs.rs/tui-widgets"

authors.workspace = true
Expand All @@ -63,6 +63,6 @@ scrollview = ["tui-scrollview"]
[dependencies]
document-features = "0.2.10"
ratatui = { workspace = true }
tui-big-text = { version = "0.4.6", path = "tui-big-text", optional = true }
tui-scrollview = { version = "0.3.8", path = "tui-scrollview", optional = true }
tui-prompts = { version = "0.3.14", path = "tui-prompts", optional = true }
tui-big-text = { version = "0.4.7", path = "tui-big-text", optional = true }
tui-scrollview = { version = "0.3.9", path = "tui-scrollview", optional = true }
tui-prompts = { version = "0.3.18", path = "tui-prompts", optional = true }
7 changes: 7 additions & 0 deletions tui-big-text/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file.

## [0.4.7] - 2024-07-24

### ⚙️ Miscellaneous Tasks

- Various fixes / clippy lints ([#6](https://github.com/joshka/tui-widgets/pull/6))

<!-- generated by git-cliff -->
## [0.4.5] - 2024-06-25

### ⚙️ Miscellaneous Tasks
Expand Down
2 changes: 1 addition & 1 deletion tui-big-text/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tui-big-text"
version = "0.4.6"
version = "0.4.7"
description = "A Ratatui widget for displaying big text in the terminal"
documentation = "https://docs.rs/tui-big-text"

Expand Down
18 changes: 18 additions & 0 deletions tui-prompts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,22 @@
# Changelog

All notable changes to this project will be documented in this file.

## [0.3.18] - 2024-07-24

### 🐛 Bug Fixes

- Delete and backspace behavior for multi-byte characters ([#57](https://github.com/joshka/tui-widgets/pull/57))
- Fixup tui-prompts version to match crates.io

### ⚙️ Miscellaneous Tasks

- Move tui-prompts to its own directory
- Move to tui-widgets repository
- Various fixes / clippy lints ([#6](https://github.com/joshka/tui-widgets/pull/6))

<!-- generated by git-cliff -->
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
Expand Down
2 changes: 1 addition & 1 deletion tui-prompts/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tui-prompts"
version = "0.3.17"
version = "0.3.18"
description = "A library for building interactive prompts for ratatui."

authors.workspace = true
Expand Down
7 changes: 7 additions & 0 deletions tui-scrollview/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file.

## [0.3.9] - 2024-07-24

### ⚙️ Miscellaneous Tasks

- Various fixes / clippy lints ([#6](https://github.com/joshka/tui-widgets/pull/6))

<!-- generated by git-cliff -->
## [0.3.8](https://github.com/joshka/tui-widgets/compare/tui-scrollview-v0.3.7...tui-scrollview-v0.3.8) - 2024-07-24

### Other
Expand Down
2 changes: 1 addition & 1 deletion tui-scrollview/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tui-scrollview"
version = "0.3.8"
version = "0.3.9"
description = "A simple scrollable view for Ratatui"

authors.workspace = true
Expand Down

0 comments on commit 72bfe97

Please sign in to comment.