From 731cce4122c86a63bfa6bdedf4e4845ba22d02a3 Mon Sep 17 00:00:00 2001 From: Juan Aldasoro Date: Tue, 19 Nov 2024 11:07:23 +0100 Subject: [PATCH] Add PR to changelog entry. --- packages/components/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md index 4f28bedfd9c1e6..a3886b4b640bff 100644 --- a/packages/components/CHANGELOG.md +++ b/packages/components/CHANGELOG.md @@ -11,7 +11,7 @@ - `ToggleGroupControl`: Fix active background for `0` value ([#66855](https://github.com/WordPress/gutenberg/pull/66855)). - `SlotFill`: Fix a bug where a stale value of `fillProps` could be used ([#67000](https://github.com/WordPress/gutenberg/pull/67000)). -- `ColorPalette`: Disable `Clear` button if there's no color value. ([TBD](TBD)). +- `ColorPalette`: Disable `Clear` button if there's no color value. ([#67108](https://github.com/WordPress/gutenberg/pull/67108)). ### Experimental