Skip to content

Commit a440b4e

Browse files
chore: release (#11)
## 🤖 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>
1 parent 7456338 commit a440b4e

File tree

6 files changed

+30
-5
lines changed

6 files changed

+30
-5
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

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

5+
## [0.1.5] - 2024-07-25
6+
7+
### Other
8+
9+
- Add tui-popup to widgets
10+
11+
<!-- generated by git-cliff -->
512
## [0.1.4] - 2024-07-24
613

714
### 🐛 Bug Fixes

Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ nursery = "warn"
4242
[package]
4343
name = "tui-widgets"
4444
description = "A collection of useful widgets for building terminal user interfaces using Ratatui"
45-
version = "0.1.4"
45+
version = "0.1.5"
4646
documentation = "https://docs.rs/tui-widgets"
4747

4848
authors.workspace = true
@@ -70,6 +70,6 @@ scrollview = ["tui-scrollview"]
7070
document-features.workspace = true
7171
ratatui = { workspace = true }
7272
tui-big-text = { version = "0.4.7", path = "tui-big-text", optional = true }
73-
tui-popup = { version = "0.4.2", path = "tui-popup", optional = true }
73+
tui-popup = { version = "0.4.3", path = "tui-popup", optional = true }
7474
tui-prompts = { version = "0.3.18", path = "tui-prompts", optional = true }
75-
tui-scrollview = { version = "0.3.9", path = "tui-scrollview", optional = true }
75+
tui-scrollview = { version = "0.3.10", path = "tui-scrollview", optional = true }

tui-popup/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

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

5+
## [0.4.3] - 2024-07-25
6+
7+
### ⚙️ Miscellaneous Tasks
8+
9+
- Move tui-popup to its own directory
10+
11+
### Other
12+
13+
- Add tui-popup to widgets
14+
15+
<!-- generated by git-cliff -->
516
## [0.4.2] - 2024-07-23
617

718
- [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))

tui-popup/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tui-popup"
3-
version = "0.4.2"
3+
version = "0.4.3"
44
description = "A simple popup for ratatui"
55
documentation = "https://docs.rs/tui-popup"
66

tui-scrollview/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

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

5+
## [0.3.10] - 2024-07-25
6+
7+
### 🐛 Bug Fixes
8+
9+
- Use ratatui::crossterm instead of crossterm::
10+
11+
<!-- generated by git-cliff -->
512
## [0.3.9] - 2024-07-24
613

714
### ⚙️ Miscellaneous Tasks

tui-scrollview/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tui-scrollview"
3-
version = "0.3.9"
3+
version = "0.3.10"
44
description = "A simple scrollable view for Ratatui"
55

66
authors.workspace = true

0 commit comments

Comments
 (0)