Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release #18

Merged
merged 1 commit into from
Aug 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

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

## [0.2.3] - 2024-08-02

### 📚 Documentation

- Clean up changelogs ([#17](https://github.com/joshka/tui-widgets/pull/17))
> - removed unnecessary footer comments
> - removed [unreleased] sections
> - removed duplicate release notes

### ⚙️ Miscellaneous Tasks

- Remove changelog footer ([#19](https://github.com/joshka/tui-widgets/pull/19))
> wrt https://github.com/joshka/tui-widgets/pull/18/files#r1701302921
>
> not working as expected with `release-plz`

## [0.2.2] - 2024-07-25

### ⚙️ Miscellaneous Tasks
Expand Down
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ nursery = "warn"
[package]
name = "tui-widgets"
description = "A collection of useful widgets for building terminal user interfaces using Ratatui"
version = "0.2.2"
version = "0.2.3"
documentation = "https://docs.rs/tui-widgets"

authors.workspace = true
Expand All @@ -68,7 +68,7 @@ scrollview = ["tui-scrollview"]
[dependencies]
document-features.workspace = true
ratatui = { workspace = true }
tui-big-text = { version = "0.5.2", path = "tui-big-text", optional = true }
tui-popup = { version = "0.4.4", path = "tui-popup", optional = true }
tui-prompts = { version = "0.3.19", path = "tui-prompts", optional = true }
tui-scrollview = { version = "0.3.11", path = "tui-scrollview", optional = true }
tui-big-text = { version = "0.5.3", path = "tui-big-text", optional = true }
tui-popup = { version = "0.4.5", path = "tui-popup", optional = true }
tui-prompts = { version = "0.3.20", path = "tui-prompts", optional = true }
tui-scrollview = { version = "0.3.12", path = "tui-scrollview", optional = true }
9 changes: 9 additions & 0 deletions tui-big-text/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

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

## [0.5.3] - 2024-08-02

### 📚 Documentation

- Clean up changelogs ([#17](https://github.com/joshka/tui-widgets/pull/17))
> - removed unnecessary footer comments
> - removed [unreleased] sections
> - removed duplicate release notes

## [0.5.2] - 2024-07-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.5.2"
version = "0.5.3"
description = "A Ratatui widget for displaying big text in the terminal"
documentation = "https://docs.rs/tui-big-text"

Expand Down
9 changes: 9 additions & 0 deletions tui-popup/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

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

## [0.4.5] - 2024-08-02

### 📚 Documentation

- Clean up changelogs ([#17](https://github.com/joshka/tui-widgets/pull/17))
> - removed unnecessary footer comments
> - removed [unreleased] sections
> - removed duplicate release notes

## [0.4.4] - 2024-07-25

### ⚙️ Miscellaneous Tasks
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.4"
version = "0.4.5"
description = "A simple popup for ratatui"
documentation = "https://docs.rs/tui-popup"

Expand Down
9 changes: 9 additions & 0 deletions tui-prompts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

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

## [0.3.20] - 2024-08-02

### 📚 Documentation

- Clean up changelogs ([#17](https://github.com/joshka/tui-widgets/pull/17))
> - removed unnecessary footer comments
> - removed [unreleased] sections
> - removed duplicate release notes

## [0.3.19] - 2024-07-25

### ⚙️ Miscellaneous Tasks
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.19"
version = "0.3.20"
description = "A library for building interactive prompts for ratatui."

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

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

## [0.3.12] - 2024-08-02

### 📚 Documentation

- Clean up changelogs ([#17](https://github.com/joshka/tui-widgets/pull/17))
> - removed unnecessary footer comments
> - removed [unreleased] sections
> - removed duplicate release notes

## [0.3.11] - 2024-07-25

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

authors.workspace = true
Expand Down