#62478 closed task (blessed) (fixed)
Block editor package updates for 6.7.1
Reported by: | desrosj | Owned by: | cbravobernal |
---|---|---|---|
Milestone: | 6.7.1 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Editor | Keywords: | has-patch commit dev-reviewed |
Focuses: | Cc: |
Description
There will be a few package updates required for the 6.7.1 release. This is for tracking these changes.
Change History (11)
This ticket was mentioned in Slack in #core by desrosj. View the logs.
2 months ago
This ticket was mentioned in PR #7851 on WordPress/wordpress-develop by @cbravobernal.
2 months ago
#3
- Keywords has-patch added; needs-patch removed
Syncs Editor packages for WordPress 6.7.1 RC1. Includes the following PRs:
- https://github.com/WordPress/gutenberg/pull/66945
- https://github.com/WordPress/gutenberg/pull/66889
- https://github.com/WordPress/gutenberg/pull/67139
Packages being updated:
- @wordpress/block-directory@5.8.18 - @wordpress/block-editor@14.3.15 - @wordpress/block-library@9.8.16 - @wordpress/commands@1.8.11 - @wordpress/components@28.8.11 - @wordpress/core-commands@1.8.15 - @wordpress/core-data@7.8.15 - @wordpress/customize-widgets@5.8.16 - @wordpress/dataviews@4.4.11 - @wordpress/edit-post@8.8.18 - @wordpress/edit-site@6.8.18 - @wordpress/edit-widgets@6.8.16 - @wordpress/editor@14.8.18 - @wordpress/fields@0.0.16 - @wordpress/format-library@5.8.15 - @wordpress/interface@6.8.11 - @wordpress/list-reusable-blocks@5.8.11 - @wordpress/nux@9.8.11 - @wordpress/patterns@2.8.15 - @wordpress/plugins@7.8.11 - @wordpress/preferences@4.8.11 - @wordpress/reusable-blocks@5.8.15 - @wordpress/server-side-render@5.8.11 - @wordpress/widgets@4.8.15
Trac ticket: https://core.trac.wordpress.org/ticket/62478
@jonsurrell commented on PR #7851:
2 months ago
#4
It looks like this needs src/wp-includes/assets/script-loader-packages.min.php
to be compiled and committed.
@cbravobernal commented on PR #7851:
2 months ago
#5
It looks like this needs
src/wp-includes/assets/script-loader-packages.min.php
to be compiled and committed.
Yep, just updated it.
#6
@
2 months ago
- Owner set to cbravobernal
- Resolution set to fixed
- Status changed from new to closed
In 59437:
@cbravobernal commented on PR #7851:
2 months ago
#7
Committed in https://core.trac.wordpress.org/changeset/59437
#8
@
2 months ago
- Keywords commit dev-feedback added
- Resolution fixed deleted
- Status changed from closed to reopened
Reopening for backport.
#9
@
2 months ago
- Keywords dev-reviewed added; dev-feedback removed
Looks like [59437] was committed to the 6.7 branch first. The changeset itself looks good to me.
We have brought changes forward in the past, especially during the post 5.0 release time frame where all block editor development that happened in the 5.0 branch was merged forward to trunk
.
#62479 was marked as a duplicate.