From 87accf9b21055fb8cb412c7a57747f3aef955e8f Mon Sep 17 00:00:00 2001 From: Tetsuaki Hamano Date: Tue, 20 Dec 2022 11:48:39 +0900 Subject: [PATCH] Move changelog into block-editor package --- packages/block-editor/CHANGELOG.md | 1 + packages/components/CHANGELOG.md | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/block-editor/CHANGELOG.md b/packages/block-editor/CHANGELOG.md index 34cd726c55fdf5..a990b54f945b33 100644 --- a/packages/block-editor/CHANGELOG.md +++ b/packages/block-editor/CHANGELOG.md @@ -14,6 +14,7 @@ ### Bug Fix - `SpacingSizesControl`: Change ARIA role from `region` to `group` to avoid unwanted ARIA landmark regions ([#46530](https://github.com/WordPress/gutenberg/pull/46530)). +- `FocalPointPicker`: Fix layout misalignment when placed in the `BlockInspector` ([#46631](https://github.com/WordPress/gutenberg/pull/46631)). ## 10.5.0 (2022-11-16) diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md index 5f0803a2e6a6c4..f459061f109e19 100644 --- a/packages/components/CHANGELOG.md +++ b/packages/components/CHANGELOG.md @@ -17,7 +17,6 @@ - `InputControl`: Fix internal `Flex` wrapper usage that could add an unintended `height: 100%` ([#46213](https://github.com/WordPress/gutenberg/pull/46213)). - `Navigator`: Allow calling `goTo` and `goBack` twice in one render cycle ([#46391](https://github.com/WordPress/gutenberg/pull/46391)). - `Modal`: Fix unexpected modal closing in IME Composition ([#46453](https://github.com/WordPress/gutenberg/pull/46453)). -- `FocalPointPicker`: Fix layout misalignment when placed in the `BlockInspector` ([#46631](https://github.com/WordPress/gutenberg/pull/46631)). ### Enhancements