Skip to content

Commit 714527b

Browse files
chore: release
1 parent 07773a5 commit 714527b

File tree

10 files changed

+59
-9
lines changed

10 files changed

+59
-9
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

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

5+
## [0.2.3] - 2024-08-02
6+
7+
### 📚 Documentation
8+
9+
- Clean up changelogs ([#17](https://github.com/joshka/tui-widgets/pull/17))
10+
> - removed unnecessary footer comments
11+
> - removed [unreleased] sections
12+
> - removed duplicate release notes
13+
14+
<!-- generated by git-cliff -->
515
## [0.2.2] - 2024-07-25
616

717
### ⚙️ Miscellaneous Tasks

Cargo.toml

+5-5
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ nursery = "warn"
4141
[package]
4242
name = "tui-widgets"
4343
description = "A collection of useful widgets for building terminal user interfaces using Ratatui"
44-
version = "0.2.2"
44+
version = "0.2.3"
4545
documentation = "https://docs.rs/tui-widgets"
4646

4747
authors.workspace = true
@@ -68,7 +68,7 @@ scrollview = ["tui-scrollview"]
6868
[dependencies]
6969
document-features.workspace = true
7070
ratatui = { workspace = true }
71-
tui-big-text = { version = "0.5.2", path = "tui-big-text", optional = true }
72-
tui-popup = { version = "0.4.4", path = "tui-popup", optional = true }
73-
tui-prompts = { version = "0.3.19", path = "tui-prompts", optional = true }
74-
tui-scrollview = { version = "0.3.11", path = "tui-scrollview", optional = true }
71+
tui-big-text = { version = "0.5.3", path = "tui-big-text", optional = true }
72+
tui-popup = { version = "0.4.5", path = "tui-popup", optional = true }
73+
tui-prompts = { version = "0.3.20", path = "tui-prompts", optional = true }
74+
tui-scrollview = { version = "0.3.12", path = "tui-scrollview", optional = true }

tui-big-text/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

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

5+
## [0.5.3] - 2024-08-02
6+
7+
### 📚 Documentation
8+
9+
- Clean up changelogs ([#17](https://github.com/joshka/tui-widgets/pull/17))
10+
> - removed unnecessary footer comments
11+
> - removed [unreleased] sections
12+
> - removed duplicate release notes
13+
14+
<!-- generated by git-cliff -->
515
## [0.5.2] - 2024-07-25
616

717
### ⚙️ Miscellaneous Tasks

tui-big-text/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tui-big-text"
3-
version = "0.5.2"
3+
version = "0.5.3"
44
description = "A Ratatui widget for displaying big text in the terminal"
55
documentation = "https://docs.rs/tui-big-text"
66

tui-popup/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

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

5+
## [0.4.5] - 2024-08-02
6+
7+
### 📚 Documentation
8+
9+
- Clean up changelogs ([#17](https://github.com/joshka/tui-widgets/pull/17))
10+
> - removed unnecessary footer comments
11+
> - removed [unreleased] sections
12+
> - removed duplicate release notes
13+
14+
<!-- generated by git-cliff -->
515
## [0.4.4] - 2024-07-25
616

717
### ⚙️ Miscellaneous Tasks

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.4"
3+
version = "0.4.5"
44
description = "A simple popup for ratatui"
55
documentation = "https://docs.rs/tui-popup"
66

tui-prompts/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

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

5+
## [0.3.20] - 2024-08-02
6+
7+
### 📚 Documentation
8+
9+
- Clean up changelogs ([#17](https://github.com/joshka/tui-widgets/pull/17))
10+
> - removed unnecessary footer comments
11+
> - removed [unreleased] sections
12+
> - removed duplicate release notes
13+
14+
<!-- generated by git-cliff -->
515
## [0.3.19] - 2024-07-25
616

717
### ⚙️ Miscellaneous Tasks

tui-prompts/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tui-prompts"
3-
version = "0.3.19"
3+
version = "0.3.20"
44
description = "A library for building interactive prompts for ratatui."
55

66
authors.workspace = true

tui-scrollview/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

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

5+
## [0.3.12] - 2024-08-02
6+
7+
### 📚 Documentation
8+
9+
- Clean up changelogs ([#17](https://github.com/joshka/tui-widgets/pull/17))
10+
> - removed unnecessary footer comments
11+
> - removed [unreleased] sections
12+
> - removed duplicate release notes
13+
14+
<!-- generated by git-cliff -->
515
## [0.3.11] - 2024-07-25
616

717
### ⚙️ 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.11"
3+
version = "0.3.12"
44
description = "A simple scrollable view for Ratatui"
55

66
authors.workspace = true

0 commit comments

Comments
 (0)