Skip to content

release: v0.2.57 - #54

Merged
Evanfeenstra merged 1 commit into
mainfrom
release/v0.2.57
Jul 9, 2026
Merged

release: v0.2.57#54
Evanfeenstra merged 1 commit into
mainfrom
release/v0.2.57

Conversation

@Evanfeenstra

Copy link
Copy Markdown

Recovery release

The v0.2.56 release run partially failed:

package npm
system-canvas 0.2.56 published
system-canvas-react 0.2.56 published
system-canvas-standalone stuck at 0.2.55 (ENEEDAUTH)

The 3rd sequential OIDC npm publish (standalone) hung ~70s then fell back to token auth and failed with ENEEDAUTH — a transient OIDC token-exchange failure, not a config/secret issue (the first two publishes in the same job succeeded). Because the publish step failed, the final git push of the version-bump commit never ran, leaving main at 0.2.55 while npm has 0.2.56 for two packages.

Fix

Explicit bump of all three packages to 0.2.57 (root version changed 0.2.55 -> 0.2.57 triggers the workflow's explicit-release mode, avoiding an auto-patch collision with the already-published 0.2.56). standalone catches up; core/react republish harmlessly at the new version; repo and npm re-sync.

No code changes — version/dep-range bumps only.

Recovery release. The v0.2.56 run published system-canvas and
system-canvas-react to npm but failed on system-canvas-standalone
(transient OIDC token-exchange ENEEDAUTH on the 3rd sequential
publish), so the version-bump push never ran and standalone stayed at
0.2.55. Bump all three to 0.2.57 so standalone catches up and the repo
re-syncs with npm; core/react republish harmlessly at the new version.
@Evanfeenstra
Evanfeenstra merged commit fbcc705 into main Jul 9, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant