diff --git a/bin/plugin/commands/changelog.js b/bin/plugin/commands/changelog.js index 999e992e594309..73d8afdae4edf1 100644 --- a/bin/plugin/commands/changelog.js +++ b/bin/plugin/commands/changelog.js @@ -123,7 +123,7 @@ const LABEL_FEATURE_MAPPING = { '[Package] Icons': 'Icons', '[Package] Block Editor': 'Block Editor', '[Package] Block library': 'Block Library', - '[Package] Editor': 'Editor', + '[Package] Editor': 'Post Editor', '[Package] Edit Widgets': 'Widgets Editor', '[Package] Widgets Customizer': 'Widgets Editor', '[Package] Components': 'Components', diff --git a/bin/plugin/commands/test/__snapshots__/changelog.js.snap b/bin/plugin/commands/test/__snapshots__/changelog.js.snap index 3defc341e94e55..ef31930bf1ddb0 100644 --- a/bin/plugin/commands/test/__snapshots__/changelog.js.snap +++ b/bin/plugin/commands/test/__snapshots__/changelog.js.snap @@ -75,8 +75,8 @@ exports[`formatChangelog verify that the changelog is properly formatted 1`] = ` #### Site Editor - Fix the site editor breaking in firefox. ([33896](https://github.com/WordPress/gutenberg/pull/33896)) -#### Editor -- Safer isPreviewingPost check. ([33840](https://github.com/WordPress/gutenberg/pull/33840)) +#### Post Editor +- Editor: Safer isPreviewingPost check. ([33840](https://github.com/WordPress/gutenberg/pull/33840)) #### Meta Boxes - Fix Safari 13 metaboxes from overlapping the content. ([33817](https://github.com/WordPress/gutenberg/pull/33817)) @@ -109,7 +109,7 @@ exports[`formatChangelog verify that the changelog is properly formatted 1`] = ` #### Template Editor - Template Mode: Remove 'per_page' argument from the template data selector. ([33742](https://github.com/WordPress/gutenberg/pull/33742)) -#### Editor +#### Post Editor - Refactor the HierarchicalTermSelector so that it does not cause unnecessary loading of terms. ([33418](https://github.com/WordPress/gutenberg/pull/33418))