From 9b880896f510651bff9d46b9eb5a29f1861f6559 Mon Sep 17 00:00:00 2001 From: Marc <31337222+marcbull@users.noreply.github.com> Date: Wed, 10 Dec 2025 10:48:33 +0100 Subject: [PATCH] chore: release --- Cargo.toml | 2 +- mxl-investigator/CHANGELOG.md | 6 ++++++ mxl-investigator/Cargo.toml | 2 +- mxl-player-components/CHANGELOG.md | 6 ++++++ mxl-player-components/Cargo.toml | 2 +- mxl-relm4-components/CHANGELOG.md | 7 +++++++ mxl-relm4-components/Cargo.toml | 2 +- 7 files changed, 23 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index bc72000..8d508ff 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" } diff --git a/mxl-investigator/CHANGELOG.md b/mxl-investigator/CHANGELOG.md index c1e74dc..7a524c6 100644 --- a/mxl-investigator/CHANGELOG.md +++ b/mxl-investigator/CHANGELOG.md @@ -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 diff --git a/mxl-investigator/Cargo.toml b/mxl-investigator/Cargo.toml index 2fd9610..d75579a 100644 --- a/mxl-investigator/Cargo.toml +++ b/mxl-investigator/Cargo.toml @@ -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 diff --git a/mxl-player-components/CHANGELOG.md b/mxl-player-components/CHANGELOG.md index 221d80b..5f21afb 100644 --- a/mxl-player-components/CHANGELOG.md +++ b/mxl-player-components/CHANGELOG.md @@ -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 diff --git a/mxl-player-components/Cargo.toml b/mxl-player-components/Cargo.toml index 9950e90..d37fa2e 100644 --- a/mxl-player-components/Cargo.toml +++ b/mxl-player-components/Cargo.toml @@ -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"] diff --git a/mxl-relm4-components/CHANGELOG.md b/mxl-relm4-components/CHANGELOG.md index 083ad1a..49f9ad4 100644 --- a/mxl-relm4-components/CHANGELOG.md +++ b/mxl-relm4-components/CHANGELOG.md @@ -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 diff --git a/mxl-relm4-components/Cargo.toml b/mxl-relm4-components/Cargo.toml index 0998178..15187d5 100644 --- a/mxl-relm4-components/Cargo.toml +++ b/mxl-relm4-components/Cargo.toml @@ -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