chore(types): release 0.10.13 (checkout_session_id on PayResult)#106
Closed
dangazineu wants to merge 1 commit into
Closed
chore(types): release 0.10.13 (checkout_session_id on PayResult)#106dangazineu wants to merge 1 commit into
dangazineu wants to merge 1 commit into
Conversation
Bump @codespar/types to 0.10.13 to publish the additive PayResult.checkout_session_id field merged in #105. 0.10.12 is already on the registry, so the field ships in the next patch. Tagging v0.10.13 after merge triggers the publish workflow (OIDC trusted publishing).
dangazineu
force-pushed
the
chore/release-types-0.10.13
branch
from
June 28, 2026 18:09
ee7a784 to
7213594
Compare
dangazineu
added a commit
that referenced
this pull request
Jun 28, 2026
Single release of @codespar/types at the next free version, 0.10.13. Consolidates two additive changes already on main, plus the manifest bump they require: - PayResult.checkout_session_id (merged in #105) - the payment-failure-triage demo scenarios + DEMO_SCENARIO_MANIFEST (merged in #103) 0.10.12 was published in parallel by unrelated work and predates both, so this ships at 0.10.13. Bumps packages/types/package.json AND DEMO_SCENARIO_MANIFEST.version in lockstep (the manifest self-test enforces equality with the package version — a package-only bump like #106 would fail it). Supersedes #106. After merge, tagging v0.10.13 publishes the package; the example (#104) and the managed parity test (#402) pin 0.10.13.
Contributor
Author
|
Superseded by #107, which is the single 0.10.13 release. #106 bumps only |
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.
Bump
@codespar/types0.10.11 → 0.10.13 to publish the additivePayResult.checkout_session_idfield merged in #105.0.10.11and0.10.12are already on the registry and predate the field, so it ships in the next free patch. After merge, taggingv0.10.13triggerspublish.yml(OIDC trusted publishing) to release it.Version-only change; field + docs already landed in #105.