Skip to content
This repository was archived by the owner on Dec 18, 2025. It is now read-only.
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
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ i18n-embed = { version = "0.16.0", default-features = true, features = [
"desktop-requester",
] }

mxl-relm4-components = { path = "mxl-relm4-components", version = "0.2.12" }
mxl-relm4-components = { path = "mxl-relm4-components", version = "0.2.13" }
6 changes: 6 additions & 0 deletions mxl-investigator/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [conven

- - -

## [0.2.8](https://github.com/x-software-com/mxl-crates/compare/mxl-investigator-v0.2.7...mxl-investigator-v0.2.8) - 2025-12-10

### Other

- use relm4 css classes

## [0.2.7](https://github.com/x-software-com/mxl-crates/compare/mxl-investigator-v0.2.6...mxl-investigator-v0.2.7) - 2025-12-03

### Other
Expand Down
2 changes: 1 addition & 1 deletion mxl-investigator/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mxl-investigator"
version = "0.2.7"
version = "0.2.8"
description = "This is a component of the X-Software MXL product line."
readme = "README.md"
license.workspace = true
Expand Down
6 changes: 6 additions & 0 deletions mxl-player-components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.15](https://github.com/x-software-com/mxl-crates/compare/mxl-player-components-v0.1.14...mxl-player-components-v0.1.15) - 2025-12-10

### Other

- use relm4 css classes

## [0.1.14](https://github.com/x-software-com/mxl-crates/compare/mxl-player-components-v0.1.13...mxl-player-components-v0.1.14) - 2025-12-03

### Other
Expand Down
2 changes: 1 addition & 1 deletion mxl-player-components/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mxl-player-components"
version = "0.1.14"
version = "0.1.15"
description = "This is a component of the X-Software MXL product line"
readme = "README.md"
exclude = ["tests"]
Expand Down
7 changes: 7 additions & 0 deletions mxl-relm4-components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [conven

- - -

## [0.2.13](https://github.com/x-software-com/mxl-crates/compare/mxl-relm4-components-v0.2.12...mxl-relm4-components-v0.2.13) - 2025-12-10

### Other

- use relm4 css classes
- enable relm4 css feature

## [0.2.12](https://github.com/x-software-com/mxl-crates/compare/mxl-relm4-components-v0.2.11...mxl-relm4-components-v0.2.12) - 2025-12-03

### Other
Expand Down
2 changes: 1 addition & 1 deletion mxl-relm4-components/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mxl-relm4-components"
version = "0.2.12"
version = "0.2.13"
description = "This is a component of the X-Software MXL product line"
readme = "README.md"
license.workspace = true
Expand Down
Loading