From 575c988c4f5f6a1510675e39f7caa95db1620984 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Wed, 19 Feb 2025 16:54:53 +0000 Subject: [PATCH] 1.22.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 32 ++++++++++++++++++++++++++++++++ pyproject.toml | 2 +- 2 files changed, 33 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 85865fac..9d9739c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,38 @@ # CHANGELOG +## v1.22.0 (2025-02-19) + +### Bug Fixes + +- **modular_toolbar**: Add action to an already existing bundle + ([`4c4f159`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/4c4f1592c29974bb095c3c8325e93a1383efa289)) + +- **toolbar**: Qmenu Icons are visible + ([`c2c0221`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/c2c022154bddc15d81eb55aad912d8fe1e34c698)) + +- **toolbar**: Update_separators logic updated, there cannot be two separators next to each other + ([`facb8c3`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/facb8c30ffa3b12a97c7c68f8594b0354372ca17)) + +- **toolbar**: Widget actions are more compact + ([`ef36a71`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/ef36a7124d54319c2cd592433c95e4f7513e982e)) + +### Features + +- **toolbar**: Switchabletoolbarbutton + ([`333570b`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/333570ba2fe67cb51fdbab17718003dfdb7f7b55)) + +### Refactoring + +- **toolbar**: Added dark mode button for testing appearance for the toolbar example + ([`6b08f7c`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/6b08f7cfb2115609a6dc6f681631ecfae23fa899)) + +### Testing + +- **toolbar**: Blocking tests fixed + ([`6ae33a2`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/6ae33a23a62eafb7c820e1fde9d6d91ec1796e55)) + + ## v1.21.4 (2025-02-19) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index ceca899c..c6a8a12b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "bec_widgets" -version = "1.21.4" +version = "1.22.0" description = "BEC Widgets" requires-python = ">=3.10" classifiers = [