From ed72393699153e03898eca64a8c40e3afa9872d4 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Thu, 21 Nov 2024 16:19:42 +0000 Subject: [PATCH] 1.5.3 Automatically generated by python-semantic-release --- CHANGELOG.md | 27 +++++++++++++-------------- pyproject.toml | 2 +- 2 files changed, 14 insertions(+), 15 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9fe67e6a..59873dd4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,19 @@ # CHANGELOG +## v1.5.3 (2024-11-21) + +### Bug Fixes + +- **alignment_1d**: Fix imports after widget module refactor + ([`e71e3b2`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/e71e3b2956feb3f3051e538432133f6e85bbd5a8)) + +### Continuous Integration + +- Fix ci syntax for package-dep-job + ([`6e39bdb`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/6e39bdbf53b147c8ff163527b45691835ce9a2eb)) + + ## v1.5.2 (2024-11-18) ### Bug Fixes @@ -200,17 +213,3 @@ - Rename 'compact' property -> 'compact_view' ([`6982711`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/6982711fea5fb8a73845ed7c0692e3ec53ef7871)) - -- Alignment 1D update, make app window a main window (in .ui file) - ([`0015f0e`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/0015f0e2d62adc02d3ef334e1f6dbb2d0288fec6)) - -### Features - -- New PositionerGroup widget - ([`af9655d`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/af9655de0c541092437accfbaa779628a2f48ccb)) - -- Add 'expand_popup' property to CompactPopupWidget - ([`e4121a0`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/e4121a01cb6b8d496e630cd43bc642b994b8f310)) - -This property tells if expand should show a popup (by default), or if the widget should expand - in-place diff --git a/pyproject.toml b/pyproject.toml index 2141d99b..47a0e6a2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "bec_widgets" -version = "1.5.2" +version = "1.5.3" description = "BEC Widgets" requires-python = ">=3.10" classifiers = [