Skip to content

[1.x] Publish packages#988

Merged
lorisleiva merged 1 commit intomainfrom
changeset-release/main
Apr 14, 2026
Merged

[1.x] Publish packages#988
lorisleiva merged 1 commit intomainfrom
changeset-release/main

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions bot commented Mar 26, 2026

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-client@0.1.0

Minor Changes

  • #987 2428220 Thanks @mikhd! - Add dynamic-client - a runtime Solana instruction builder

Patch Changes

  • Updated dependencies [35516d4, 2428220, 6487af5]:
    • @codama/dynamic-codecs@1.2.0
    • @codama/errors@1.6.0
    • codama@1.6.0

@codama/dynamic-codecs@1.2.0

Minor Changes

Patch Changes

  • Updated dependencies [2428220, 6487af5]:
    • @codama/errors@1.6.0
    • @codama/nodes@1.6.0
    • @codama/visitors-core@1.6.0

@codama/dynamic-parsers@1.2.0

Minor Changes

Patch Changes

  • Updated dependencies [35516d4, 2428220, 6487af5]:
    • @codama/dynamic-codecs@1.2.0
    • @codama/errors@1.6.0
    • @codama/nodes@1.6.0
    • @codama/visitors-core@1.6.0

@codama/errors@1.6.0

Minor Changes

  • #987 2428220 Thanks @mikhd! - Add dynamic-client - a runtime Solana instruction builder

Patch Changes

  • #985 6487af5 Thanks @daog1! - Add new EventNode to ProgramNode and update the Anchor adapter accordingly.

  • Updated dependencies [6487af5]:

    • @codama/node-types@1.6.0

@codama/node-types@1.6.0

Minor Changes

  • #985 6487af5 Thanks @daog1! - Add new EventNode to ProgramNode and update the Anchor adapter accordingly.

@codama/nodes@1.6.0

Minor Changes

  • #985 6487af5 Thanks @daog1! - Add new EventNode to ProgramNode and update the Anchor adapter accordingly.

Patch Changes

  • Updated dependencies [2428220, 6487af5]:
    • @codama/errors@1.6.0
    • @codama/node-types@1.6.0

@codama/cli@1.5.1

Patch Changes

  • Updated dependencies [6487af5]:
    • @codama/nodes@1.6.0
    • @codama/visitors-core@1.6.0
    • @codama/visitors@1.6.0

codama@1.6.0

Patch Changes

  • Updated dependencies [2428220, 6487af5]:
    • @codama/errors@1.6.0
    • @codama/nodes@1.6.0
    • @codama/validators@1.6.0
    • @codama/visitors@1.6.0
    • @codama/cli@1.5.1

@codama/nodes-from-anchor@1.4.1

Patch Changes

  • #985 6487af5 Thanks @daog1! - Add new EventNode to ProgramNode and update the Anchor adapter accordingly.

  • Updated dependencies [2428220, 6487af5]:

    • @codama/errors@1.6.0
    • @codama/nodes@1.6.0
    • @codama/visitors@1.6.0

@codama/renderers-core@1.3.7

Patch Changes

  • Updated dependencies [2428220, 6487af5]:
    • @codama/errors@1.6.0
    • @codama/nodes@1.6.0
    • @codama/visitors-core@1.6.0

@codama/validators@1.6.0

Patch Changes

  • Updated dependencies [2428220, 6487af5]:
    • @codama/errors@1.6.0
    • @codama/nodes@1.6.0
    • @codama/visitors-core@1.6.0

@codama/visitors@1.6.0

Patch Changes

  • Updated dependencies [2428220, 6487af5]:
    • @codama/errors@1.6.0
    • @codama/nodes@1.6.0
    • @codama/visitors-core@1.6.0

@codama/visitors-core@1.6.0

Patch Changes

  • #985 6487af5 Thanks @daog1! - Add new EventNode to ProgramNode and update the Anchor adapter accordingly.

  • Updated dependencies [2428220, 6487af5]:

    • @codama/errors@1.6.0
    • @codama/nodes@1.6.0

@lorisleiva
Copy link
Copy Markdown
Member

@trevor-cortex

Copy link
Copy Markdown

@trevor-cortex trevor-cortex left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Summary

Standard Changesets release PR that bumps versions and updates changelogs for the EventNode addition to ProgramNode (from PR #985 by @daog1).

Version bumps

Package From To Type
@codama/node-types 1.5.1 1.6.0 Minor
@codama/nodes 1.5.1 1.6.0 Minor
@codama/errors 1.5.1 1.6.0 Patch (bumped minor to align)
@codama/visitors-core 1.5.1 1.6.0 Patch (bumped minor to align)
@codama/visitors 1.5.1 1.6.0 Patch (dep bump)
@codama/validators 1.5.1 1.6.0 Patch (dep bump)
@codama/nodes-from-anchor 1.4.0 1.4.1 Patch
@codama/cli 1.5.0 1.5.1 Patch
@codama/renderers-core 1.3.6 1.3.7 Patch
@codama/dynamic-codecs 1.1.31 1.1.32 Patch
@codama/dynamic-parsers 1.1.31 1.1.32 Patch
codama (library) 1.5.1 1.6.0 Patch (dep bump)

Review notes

  • The changeset (wicked-kangaroos-agree.md) is correctly removed.
  • All version bumps are consistent with the changeset declaration: node-types and nodes get minor bumps, errors, nodes-from-anchor, and visitors-core get patch changes, and dependents cascade appropriately.
  • CHANGELOGs all reference the correct commit (6487af5) and PR (#985).
  • No source code changes — purely version/changelog updates as expected from a Changesets release PR.

Looks good to merge when ready to publish. 🚀

@mcintyre94
Copy link
Copy Markdown
Contributor

@trevor-cortex

@mcintyre94 mcintyre94 requested a review from trevor-cortex April 1, 2026 14:33
@mcintyre94
Copy link
Copy Markdown
Contributor

@trevor-cortex

@github-actions github-actions bot force-pushed the changeset-release/main branch from 2ed5833 to e168546 Compare April 8, 2026 07:45
@github-actions github-actions bot force-pushed the changeset-release/main branch from e168546 to ef46e53 Compare April 14, 2026 15:22
@lorisleiva lorisleiva merged commit 394e9b6 into main Apr 14, 2026
@lorisleiva lorisleiva deleted the changeset-release/main branch April 14, 2026 15:41
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.

3 participants