From 50dbef52c03ec6413805aaad43db05797a821379 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Tue, 27 Aug 2024 09:03:16 +0000 Subject: [PATCH] 0.99.2 Automatically generated by python-semantic-release --- CHANGELOG.md | 18 ++++++++++++------ pyproject.toml | 2 +- 2 files changed, 13 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index de16bd82..044eabfd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # CHANGELOG +## v0.99.2 (2024-08-27) + +### Ci + +* ci: additional tests are not allowed to fail ([`bb385f0`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/bb385f07ca18904461a541b5cadde05398c84438)) + +### Fix + +* fix(widgets): fixed default theme for widgets + +If not theme is set, the init of the BECWidget base class sets the default theme to "dark" ([`cf28730`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/cf28730515e3c2d5914e0205768734c578711e5c)) + ## v0.99.1 (2024-08-27) ### Fix @@ -130,12 +142,6 @@ * docs(device_browser): added user docs ([`2c31cc9`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/2c31cc90ae751f14a653cbbdd6c353d6359aaafe)) -* docs(user): widget gallery with documentation added ([`7357f3d`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/7357f3d2a189f9f04954a027f39ce07c394d57ec)) - -* docs: added sphinx-inline-tabs as sphinx dependency ([`e9ecd26`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/e9ecd268c602ea9572df0e8d508e49ee62d0c170)) - -* docs(cards): changed index cards to custom css class instead of overwriting the default sd-card theme ([`91ba30e`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/91ba30e8d054a9c7f6c6d98b21113a5d0b1bbbbb)) - ### Feature * feat(cli): added device_browser to cli ([`196504b`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/196504b533367a899c19b88af4ccd5b39dc46aac)) diff --git a/pyproject.toml b/pyproject.toml index 6c60c9cb..a5f3f0ed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "bec_widgets" -version = "0.99.1" +version = "0.99.2" description = "BEC Widgets" requires-python = ">=3.10" classifiers = [