Skip to content

Commit 57f7b9e

Browse files
committed
Release tui-react v0.23.1
1 parent 6d5e140 commit 57f7b9e

File tree

3 files changed

+31
-3
lines changed

3 files changed

+31
-3
lines changed

crosstermion/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ futures-channel = { version = "0.3.5", optional = true, default-features = false
2929
futures-core = { version = "0.3.5", optional = true, default-features = false }
3030
futures-lite = { version = "2.1.0", optional = true }
3131
tui = { package = "ratatui", version = "0.26.0", optional = true, default-features = false }
32-
tui-react = { version = "^0.23.0", optional = true, default-features = false, path = "../tui-react" }
32+
tui-react = { version = "^0.23.1", optional = true, default-features = false, path = "../tui-react" }
3333
ansiterm = { version = "0.12.2", optional = true, default-features = false }
3434
async-channel = { version = "2.1.1", optional = true }
3535

tui-react/CHANGELOG.md

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,35 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## 0.23.1 (2024-03-10)
9+
10+
### Bug Fixes
11+
12+
- <csr-id-6d5e140a59a9f31d9f0c22885b10c85ff6ce845a/> prevent potential overflow during height computation
13+
14+
### Commit Statistics
15+
16+
<csr-read-only-do-not-edit/>
17+
18+
- 1 commit contributed to the release.
19+
- 35 days passed between releases.
20+
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
21+
- 0 issues like '(#ID)' were seen in commit messages
22+
23+
### Commit Details
24+
25+
<csr-read-only-do-not-edit/>
26+
27+
<details><summary>view details</summary>
28+
29+
* **Uncategorized**
30+
- Prevent potential overflow during height computation ([`6d5e140`](https://github.com/Byron/tui-crates/commit/6d5e140a59a9f31d9f0c22885b10c85ff6ce845a))
31+
</details>
32+
833
## 0.23.0 (2024-02-03)
934

35+
<csr-id-ca29ee1037ed9a153c3d346c231e0562ee948467/>
36+
1037
### Chore
1138

1239
- <csr-id-ca29ee1037ed9a153c3d346c231e0562ee948467/> update ratatui to 0.26.0
@@ -19,7 +46,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1946

2047
<csr-read-only-do-not-edit/>
2148

22-
- 2 commits contributed to the release.
49+
- 3 commits contributed to the release.
2350
- 38 days passed between releases.
2451
- 2 commits were understood as [conventional](https://www.conventionalcommits.org).
2552
- 0 issues like '(#ID)' were seen in commit messages
@@ -31,6 +58,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3158
<details><summary>view details</summary>
3259

3360
* **Uncategorized**
61+
- Release tui-react v0.23.0, safety bump crosstermion v0.14.0 ([`c85ae46`](https://github.com/Byron/tui-crates/commit/c85ae466b18d6a97ddb45a7e2dce632d25ef971b))
3462
- Update ratatui to 0.26.0 ([`943d49d`](https://github.com/Byron/tui-crates/commit/943d49d47c04c4ddf36b6ade8652d234d2235961))
3563
- Update ratatui to 0.26.0 ([`ca29ee1`](https://github.com/Byron/tui-crates/commit/ca29ee1037ed9a153c3d346c231e0562ee948467))
3664
</details>

tui-react/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tui-react"
3-
version = "0.23.0"
3+
version = "0.23.1"
44
authors = ["Sebastian Thiel <[email protected]>"]
55
edition = "2018"
66
repository = "https://github.com/Byron/tui-crates"

0 commit comments

Comments
 (0)