Skip to content

Commit

Permalink
chore: release (#11)
Browse files Browse the repository at this point in the history
## 🤖 New release
* `tui-popup`: 0.4.2 -> 0.4.3
* `tui-scrollview`: 0.3.9 -> 0.3.10
* `tui-widgets`: 0.1.4 -> 0.1.5

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

## `tui-popup`
<blockquote>

## [0.4.3] - 2024-07-25

### ⚙️ Miscellaneous Tasks

- Move tui-popup to its own directory

### Other

- Add tui-popup to widgets

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

## `tui-scrollview`
<blockquote>

## [0.3.10] - 2024-07-25

### 🐛 Bug Fixes

- Use ratatui::crossterm instead of crossterm::

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

## `tui-widgets`
<blockquote>

## [0.1.5] - 2024-07-25

### Other

- Add tui-popup to widgets

<!-- 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 25, 2024
1 parent 7456338 commit a440b4e
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 5 deletions.
7 changes: 7 additions & 0 deletions 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.1.5] - 2024-07-25

### Other

- Add tui-popup to widgets

<!-- generated by git-cliff -->
## [0.1.4] - 2024-07-24

### 🐛 Bug Fixes
Expand Down
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ nursery = "warn"
[package]
name = "tui-widgets"
description = "A collection of useful widgets for building terminal user interfaces using Ratatui"
version = "0.1.4"
version = "0.1.5"
documentation = "https://docs.rs/tui-widgets"

authors.workspace = true
Expand Down Expand Up @@ -70,6 +70,6 @@ scrollview = ["tui-scrollview"]
document-features.workspace = true
ratatui = { workspace = true }
tui-big-text = { version = "0.4.7", path = "tui-big-text", optional = true }
tui-popup = { version = "0.4.2", path = "tui-popup", optional = true }
tui-popup = { version = "0.4.3", path = "tui-popup", optional = true }
tui-prompts = { version = "0.3.18", path = "tui-prompts", optional = true }
tui-scrollview = { version = "0.3.9", path = "tui-scrollview", optional = true }
tui-scrollview = { version = "0.3.10", path = "tui-scrollview", optional = true }
11 changes: 11 additions & 0 deletions tui-popup/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

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

## [0.4.3] - 2024-07-25

### ⚙️ Miscellaneous Tasks

- Move tui-popup to its own directory

### Other

- Add tui-popup to widgets

<!-- generated by git-cliff -->
## [0.4.2] - 2024-07-23

- [ef2989b](https://github.com/joshka/tui-popup/commit/ef2989b9e22df64602600ed0f50113d1f7ae9230) feat: add border_set and border_style ([#36](https://github.com/joshka/tui-popup/pull/36))
Expand Down
2 changes: 1 addition & 1 deletion tui-popup/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tui-popup"
version = "0.4.2"
version = "0.4.3"
description = "A simple popup for ratatui"
documentation = "https://docs.rs/tui-popup"

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.10] - 2024-07-25

### 🐛 Bug Fixes

- Use ratatui::crossterm instead of crossterm::

<!-- generated by git-cliff -->
## [0.3.9] - 2024-07-24

### ⚙️ Miscellaneous Tasks
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.9"
version = "0.3.10"
description = "A simple scrollable view for Ratatui"

authors.workspace = true
Expand Down

0 comments on commit a440b4e

Please sign in to comment.