From c250cfd7eec9b106928a4238b7ddc2b1e759fadd Mon Sep 17 00:00:00 2001 From: Arjo Bruijnes Date: Fri, 7 Aug 2026 11:05:31 +0200 Subject: [PATCH] Revert "Update changelog for pluggable-widgets-tools" This reverts commit 220fb1b2a64fc50e7ee3721baddae40ded9319bb. --- 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 ae2880e3..4824d2bc 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] -## [11.12.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".