chore: sync package.json version with npm registry (0.9.10)#104
Merged
SanthoshCharanBolt merged 1 commit intoJul 6, 2026
Merged
Conversation
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.
Contributor
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
januh
approved these changes
Jul 6, 2026
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.
Description
While verifying the OIDC/Trusted Publishing fix from #102, a test publish landed
0.9.10on npm from an untagged, off-maincommit (see #103, closed).main'spackage.jsonis still at0.9.9.Without this fix, the next release-triggering commit to
mainwould runyarn release --ci, compute the next version as0.9.10again (already published), and fail — npm rejects republishing an existing version.This bumps
mainto0.9.10so the next real release correctly computes0.9.11+.Background on why
mainwas brokenVersions
0.9.4–0.9.9were bumped and tagged onmainviachore: releasecommits, 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:id-token: write, correct registry URL, OIDC-based auth,--provenance)boltapp/bolt-react-native-sdk+main-release.ymlSecurity Review
Security Impact Summary
Version-number-only change; no application code or production behavior affected.
Reviewer choices: None.