Skip to content

[1.x] Publish packages#1011

Merged
lorisleiva merged 1 commit into
mainfrom
changeset-release/main
Jul 10, 2026
Merged

[1.x] Publish packages#1011
lorisleiva merged 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

@github-actions github-actions Bot commented Jun 18, 2026

Copy link
Copy Markdown
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@codama/dynamic-address-resolution@0.3.0

Minor Changes

  • #1002 506e7f1 Thanks @mikhd! - Split types generation in @codama/dynamic-address-resolution, @codama/dynamic-instructions and @codama/dynamic-client.

Patch Changes

  • #1012 008849c Thanks @mikhd! - Refactor internals of pda-seed-value visitor.
    Extract the constant-seed part of createPdaSeedValueVisitor into a standalone visitor. The pda-seed-value visitor now extends the constant-pda-seed with variable-seed handling (visitAccountValue / visitArgumentValue) on top. resolveStandalonePda method was simplified.
  • Updated dependencies [d3d9c1d]:
    • @codama/dynamic-codecs@1.2.3
    • codama@1.9.0
    • @codama/errors@1.9.0

@codama/dynamic-instructions@0.3.0

Minor Changes

  • #1016 9db43b5 Thanks @lorisleiva! - Add clear-signing instruction display text (sRFC 39). getInstructionDisplay resolves a concrete instruction into a human-readable intent label, an interpolated sentence, and a structured fallback list of labelled fields, honouring the display metadata on instructions, accounts, arguments, and types (amounts, dates, durations, strings, enum labels, struct flattening, and the provide/inject graph). @codama/dynamic-parsers now exports the ParsedInstruction type.

  • #1002 506e7f1 Thanks @mikhd! - Split types generation in @codama/dynamic-address-resolution, @codama/dynamic-instructions and @codama/dynamic-client.

Patch Changes

  • Updated dependencies [9db43b5, fc89fec, 008849c, 506e7f1, d3d9c1d]:
    • @codama/dynamic-parsers@1.3.0
    • @codama/dynamic-address-resolution@0.3.0
    • @codama/dynamic-codecs@1.2.3
    • codama@1.9.0
    • @codama/errors@1.9.0

@codama/dynamic-parsers@1.3.0

Minor Changes

  • #1016 9db43b5 Thanks @lorisleiva! - Add clear-signing instruction display text (sRFC 39). getInstructionDisplay resolves a concrete instruction into a human-readable intent label, an interpolated sentence, and a structured fallback list of labelled fields, honouring the display metadata on instructions, accounts, arguments, and types (amounts, dates, durations, strings, enum labels, struct flattening, and the provide/inject graph). @codama/dynamic-parsers now exports the ParsedInstruction type.

Patch Changes

  • #1010 fc89fec Thanks @mikhd! - Identify and decode nodes that omit a discriminator.

    When discriminator-based identification finds no match, identifyData (and the identify* / parse* helpers) now fall back to a Node without discriminator but only when the requested kinds resolve to exactly one candidate Node and that Node has no discriminator. Two or more Nodes without discriminator return undefined.

  • Updated dependencies [d3d9c1d]:

    • @codama/nodes@1.9.0
    • @codama/dynamic-codecs@1.2.3
    • @codama/visitors-core@1.9.0
    • @codama/errors@1.9.0

@codama/nodes@1.9.0

Minor Changes

  • #1020 d3d9c1d Thanks @lorisleiva! - Integrate @codama/spec@1.7.0, adding the presentation layer to the node meta-model. This introduces display nodes (amountNumberDisplayNode, dateTimeNumberDisplayNode, durationNumberDisplayNode, stringDisplayNode, instructionDisplayNode, instructionAccountDisplayNode, structFieldDisplayNode, enumVariantDisplayNode), the provide/inject graph (providedNode, injectedValueNode), the accountFieldValueNode contextual value backed by instructionAccountNode.accountLink, and the anyNode type expression. Existing nodes gain optional display/provides fields. All changes are additive and optional.

Patch Changes

  • Updated dependencies []:
    • @codama/errors@1.9.0
    • @codama/node-types@1.9.0

@codama/cli@1.5.4

Patch Changes

  • #1009 f6deb59 Thanks @senzenn! - Make codama convert work without a package.json. The CLI resolves an available @codama/nodes-from-anchor adapter directly. If the adapter is missing, it suggests an npx -p command instead of creating a package.json; projects with a package.json keep the existing install prompt.

  • Updated dependencies [d3d9c1d]:

    • @codama/nodes@1.9.0
    • @codama/visitors@1.9.0
    • @codama/visitors-core@1.9.0

@codama/dynamic-client@0.1.3

Patch Changes

  • #1002 506e7f1 Thanks @mikhd! - Split types generation in @codama/dynamic-address-resolution, @codama/dynamic-instructions and @codama/dynamic-client.

  • Updated dependencies [9db43b5, 008849c, 506e7f1, d3d9c1d]:

    • @codama/dynamic-instructions@0.3.0
    • @codama/dynamic-address-resolution@0.3.0
    • @codama/dynamic-codecs@1.2.3
    • codama@1.9.0
    • @codama/errors@1.9.0

@codama/dynamic-codecs@1.2.3

Patch Changes

  • #1020 d3d9c1d Thanks @lorisleiva! - Integrate @codama/spec@1.7.0, adding the presentation layer to the node meta-model. This introduces display nodes (amountNumberDisplayNode, dateTimeNumberDisplayNode, durationNumberDisplayNode, stringDisplayNode, instructionDisplayNode, instructionAccountDisplayNode, structFieldDisplayNode, enumVariantDisplayNode), the provide/inject graph (providedNode, injectedValueNode), the accountFieldValueNode contextual value backed by instructionAccountNode.accountLink, and the anyNode type expression. Existing nodes gain optional display/provides fields. All changes are additive and optional.

  • Updated dependencies [d3d9c1d]:

    • @codama/nodes@1.9.0
    • @codama/visitors-core@1.9.0
    • @codama/errors@1.9.0

@codama/errors@1.9.0

Patch Changes

  • Updated dependencies []:
    • @codama/node-types@1.9.0

@codama/fragments@0.1.2

Patch Changes

  • Updated dependencies []:
    • @codama/errors@1.9.0

codama@1.9.0

Patch Changes

  • Updated dependencies [f6deb59, d3d9c1d]:
    • @codama/cli@1.5.4
    • @codama/nodes@1.9.0
    • @codama/validators@1.9.0
    • @codama/visitors@1.9.0
    • @codama/errors@1.9.0

@codama/nodes-from-anchor@1.5.2

Patch Changes

  • Updated dependencies [d3d9c1d]:
    • @codama/nodes@1.9.0
    • @codama/visitors@1.9.0
    • @codama/errors@1.9.0

@codama/renderers-core@1.3.10

Patch Changes

  • Updated dependencies [d3d9c1d]:
    • @codama/nodes@1.9.0
    • @codama/visitors-core@1.9.0
    • @codama/errors@1.9.0
    • @codama/fragments@0.1.2

@codama/validators@1.9.0

Patch Changes

  • Updated dependencies [d3d9c1d]:
    • @codama/nodes@1.9.0
    • @codama/visitors-core@1.9.0
    • @codama/errors@1.9.0

@codama/visitors@1.9.0

Patch Changes

  • Updated dependencies [d3d9c1d]:
    • @codama/nodes@1.9.0
    • @codama/visitors-core@1.9.0
    • @codama/errors@1.9.0

@codama/visitors-core@1.9.0

Patch Changes

  • Updated dependencies [d3d9c1d]:
    • @codama/nodes@1.9.0
    • @codama/errors@1.9.0

@codama/node-types@1.9.0

@github-actions
github-actions Bot force-pushed the changeset-release/main branch 2 times, most recently from effbedb to 83fe821 Compare June 24, 2026 09:17
@github-actions
github-actions Bot force-pushed the changeset-release/main branch 5 times, most recently from 08899d4 to a3a8533 Compare July 9, 2026 14:42
@github-actions
github-actions Bot force-pushed the changeset-release/main branch from a3a8533 to 674d2a9 Compare July 9, 2026 15:55
@lorisleiva
lorisleiva merged commit 3a75e06 into main Jul 10, 2026
@lorisleiva
lorisleiva deleted the changeset-release/main branch July 10, 2026 09:02
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