From 2302de4c2340886bf29ceaee786e6f58f2bae776 Mon Sep 17 00:00:00 2001 From: Arjo Bruijnes Date: Thu, 6 Aug 2026 17:22:39 +0200 Subject: [PATCH 1/2] Revert "Update changelog for pluggable-widgets-tools" This reverts commit f8b8bd31147384519adcb9836f06261d8224b188. --- packages/pluggable-widgets-tools/CHANGELOG.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/packages/pluggable-widgets-tools/CHANGELOG.md b/packages/pluggable-widgets-tools/CHANGELOG.md index acb8cfc4..2e9dcb38 100644 --- a/packages/pluggable-widgets-tools/CHANGELOG.md +++ b/packages/pluggable-widgets-tools/CHANGELOG.md @@ -6,8 +6,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Unreleased] -## [10.24.1] - 2026-08-06 - ### Added - We fixed an issue with the Jest configuration affecting unit tests for widgets importing enums from the mendix package (e.g. ValueStatus, FormatterType). It would cause tests to fail with the error "This package should not be used in the runtime". From 9a6d1a9d282a4a47b262da2fb24698606bab7468 Mon Sep 17 00:00:00 2001 From: Arjo Bruijnes Date: Fri, 7 Aug 2026 08:20:16 +0200 Subject: [PATCH 2/2] Revert "Update changelog for generator-widget" This reverts commit 371efd883b58bf475e40e26266925e9f84c3af2e. --- packages/generator-widget/CHANGELOG.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/packages/generator-widget/CHANGELOG.md b/packages/generator-widget/CHANGELOG.md index 0428bf73..eb1c7e35 100644 --- a/packages/generator-widget/CHANGELOG.md +++ b/packages/generator-widget/CHANGELOG.md @@ -6,12 +6,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Unreleased] -## [10.24.1] - 2026-08-04 - ### Changed - We cleaned up a template with unused imports. - - We increased the minimum node version to 22. - We updated the version of cypress when e2e tests are generated.