[23.7] Packages: Recover July 29 npm release metadata - #81304
Merged
Conversation
ciampo
marked this pull request as ready for review
August 6, 2026 21:26
ciampo
requested review from
a team,
DAreRodz,
adamsilverstein,
adamziel,
ajitbohra,
atimmer,
dmsnell,
draganescu,
ellatrix,
fabiankaegy,
gigitux,
kevin940726,
luisherranz,
mmtr,
nerrad,
ntsekouras,
ntwb,
oandregal,
peterwilsoncc,
retrofox,
ryanwelcher,
swissspidy,
t-hamano and
talldan
as code owners
August 6, 2026 21:26
|
Size Change: 0 B Total Size: 7.76 MB |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Companion to #81303.
Follow-up to #80334.
What?
Restores the July 29, 2026 npm package release metadata on
release/23.7.This updates all 121 package versions, their changelogs, and the matching workspace entries in
package-lock.json. It does not change the Gutenberg plugin version.Why?
The Gutenberg 23.7 RC1 package job stopped during npm authentication checks. The packages were later published from commit
7e8b17a983f9391d3ebc7717af2a1c9ed7efc7ab, but the finalization step did not backport the release metadata or create the package tags.The 23.7 release branch therefore still describes the previous npm package release.
How?
Uses the exact July 29 release sections prepared on
wp/latestand the exact versions published to npm. Existing release history and all other package metadata remain unchanged.This PR does not republish any npm packages or create tags.
Testing Instructions
packages/ui/package.jsonuses version0.19.0.packages/ui/CHANGELOG.mdcontains0.19.0 (2026-07-29).package.jsonandpackage-lock.jsonremain unchanged.npm run lint:pkg-json.Additional verification
A focused consistency check verified all 121 packages:
git diff --checkpasses.The full package-json lint was unavailable in the preparation worktree because dependencies were not installed.
Use of AI Tools
Codex was used to investigate the failed release, prepare the metadata recovery, and run the focused consistency checks. The resulting diff and recovery decisions were reviewed by the author.