[23.9] Packages: Recover August 26 npm release metadata - #82086
Conversation
Restores the 121 package versions published to npm on August 26, 2026, their release changelog sections, and the matching package-lock.json workspace entries. Co-Authored-By: Claude Opus 5 <[email protected]> Claude-Session: https://claude.ai/code/session_01CTTS777DnLJGJKEpgKLyqt
|
The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message. To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook. |
|
Size Change: 0 B Total Size: 7.92 MB |
|
Flaky tests detected in 3a02401. 🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/32991367968 keeps a new post discoverable after the editor automatically autosaves it in
|
What?
Companion to #82085.
Restores the August 26, 2026 npm package release metadata on
release/23.9.This updates the 121 package versions, their changelog sections, and the matching workspace entries in
package-lock.json. It does not change the Gutenberg plugin version, which stays at23.9.0-rc.1.This PR does not republish any npm packages or create tags.
Why?
The Gutenberg 23.9 RC1 package job published all 121 packages successfully, then failed in the post-publish verification phase while the npm registry was still propagating. Because verification runs before the finalization step, the job never backported the release metadata and never created the package tags.
The 23.9 release branch therefore still describes the previous npm package release.
How?
Uses the exact August 26 release sections prepared on
wp/latestand the exact versions published to npm. The release heading is inserted directly beneath## Unreleased, so any entries added after that publication remain unreleased. Existing release history and all other package metadata are unchanged.This is the same commit as #82085, cherry-picked. The two branches are byte-identical across
packages/*/package.json,packages/*/CHANGELOG.md, andpackage-lock.json, so no adaptation was required.Testing Instructions
Confirm every version in this PR is already published:
This should print nothing.
Confirm the Gutenberg plugin version in the root
package.jsonis unchanged.Testing Instructions for Keyboard
Not applicable; this does not change UI.
Screenshots or screencast
Not applicable.
Part of the 23.9 npm release recovery, alongside #82084 (
wp/latest) and #82085 (trunk). Follows the approach used for the July 29 recovery in #81303 and #81304.