Skip to content

chore: sync package.json version with npm registry (0.9.10)#104

Merged
SanthoshCharanBolt merged 1 commit into
mainfrom
SanthoshCharan/sync-version-after-oidc-test
Jul 6, 2026
Merged

chore: sync package.json version with npm registry (0.9.10)#104
SanthoshCharanBolt merged 1 commit into
mainfrom
SanthoshCharan/sync-version-after-oidc-test

Conversation

@SanthoshCharanBolt

@SanthoshCharanBolt SanthoshCharanBolt commented Jul 6, 2026

Copy link
Copy Markdown
Contributor

Description

While verifying the OIDC/Trusted Publishing fix from #102, a test publish landed 0.9.10 on npm from an untagged, off-main commit (see #103, closed). main's package.json is still at 0.9.9.

Without this fix, the next release-triggering commit to main would run yarn release --ci, compute the next version as 0.9.10 again (already published), and fail — npm rejects republishing an existing version.

This bumps main to 0.9.10 so the next real release correctly computes 0.9.11+.

Background on why main was broken

Versions 0.9.40.9.9 were bumped and tagged on main via chore: release commits, but every one of those publishes failed with a 404 (npm error 404 Not Found - PUT .../@boltpay%2freact-native), because npm Trusted Publishing was never configured for this package. That's now fixed:

Security Review

  • I have considered and reviewed security implications of this PR and included the summary below.

Security Impact Summary

Version-number-only change; no application code or production behavior affected.

Reviewer choices: None.

npm registry has 0.9.10 published (from a verification test of the OIDC
publish fix), but main's package.json was still at 0.9.9. Without this,
the next release-triggering commit would compute 0.9.10 again and fail
to publish since that version already exists on npm.
@snyk-io

snyk-io Bot commented Jul 6, 2026

Copy link
Copy Markdown
Contributor

Snyk checks have passed. No issues have been found so far.

Status Scan Engine Critical High Medium Low Total (0)
Open Source Security 0 0 0 0 0 issues
Licenses 0 0 0 0 0 issues
Code Security 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

@SanthoshCharanBolt SanthoshCharanBolt self-assigned this Jul 6, 2026
@SanthoshCharanBolt SanthoshCharanBolt marked this pull request as ready for review July 6, 2026 11:40
@SanthoshCharanBolt SanthoshCharanBolt requested a review from a team as a code owner July 6, 2026 11:40
@SanthoshCharanBolt SanthoshCharanBolt enabled auto-merge (squash) July 6, 2026 11:43
@SanthoshCharanBolt SanthoshCharanBolt merged commit df0b332 into main Jul 6, 2026
7 of 8 checks passed
@SanthoshCharanBolt SanthoshCharanBolt deleted the SanthoshCharan/sync-version-after-oidc-test branch July 6, 2026 13:05
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.

2 participants