Skip to content

🎉 Publish Wallets Release - #115

Merged
towanTG merged 1 commit into
developfrom
changeset-release/develop
Jul 23, 2026
Merged

🎉 Publish Wallets Release#115
towanTG merged 1 commit into
developfrom
changeset-release/develop

Conversation

@github-actions

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 develop, this PR will be updated.

Releases

@swapkit/sdk@4.6.39

Patch Changes

  • #114 a5b2da2 Thanks @towanTG! - Update SwapKit SDK dependencies:

    • #336 82ddf32 Thanks @towanTG! - Upgrade @stellar/stellar-sdk from 15.1.0 to 16.1.0 to fix Stellar in browser bundles. v15 mapped the browser export condition to a minified UMD bundle, so bundlers like Vite resolved a namespace without named exports — every lazy const { Keypair } = await import("@stellar/stellar-sdk") yielded undefined in the browser. The fallout was silent: XLM keystore wallets registered with an empty address, getBalance failed with toolbox_stellar_account_not_found without a Horizon call ever firing, and transaction signing (including the trustline approval flow) was broken in web apps, while Node/Bun (and therefore all tests) resolved the default condition and worked. v16 ships native ESM with no browser condition, restoring correct named-export resolution everywhere. No SwapKit API changes. (via @swapkit/toolboxes@4.26.1)
    • Update generated token lists. (via @swapkit/toolboxes@4.26.1)
    • Update generated token lists. (via @swapkit/tokens@4.3.5)
    • Update generated token lists. (via @swapkit/helpers@4.19.1)
  • Updated dependencies [a5b2da2]:

    • @swapkit/wallets@4.8.31

@swapkit/wallet-extensions@4.5.25

Patch Changes

  • #114 a5b2da2 Thanks @towanTG! - Update SwapKit SDK dependencies:

    • #336 82ddf32 Thanks @towanTG! - Upgrade @stellar/stellar-sdk from 15.1.0 to 16.1.0 to fix Stellar in browser bundles. v15 mapped the browser export condition to a minified UMD bundle, so bundlers like Vite resolved a namespace without named exports — every lazy const { Keypair } = await import("@stellar/stellar-sdk") yielded undefined in the browser. The fallout was silent: XLM keystore wallets registered with an empty address, getBalance failed with toolbox_stellar_account_not_found without a Horizon call ever firing, and transaction signing (including the trustline approval flow) was broken in web apps, while Node/Bun (and therefore all tests) resolved the default condition and worked. v16 ships native ESM with no browser condition, restoring correct named-export resolution everywhere. No SwapKit API changes. (via @swapkit/toolboxes@4.26.1)
    • Update generated token lists. (via @swapkit/toolboxes@4.26.1)
    • Update generated token lists. (via @swapkit/tokens@4.3.5)
    • Update generated token lists. (via @swapkit/helpers@4.19.1)

@swapkit/wallet-hardware@4.9.26

Patch Changes

  • #114 a5b2da2 Thanks @towanTG! - Update SwapKit SDK dependencies:

    • #336 82ddf32 Thanks @towanTG! - Upgrade @stellar/stellar-sdk from 15.1.0 to 16.1.0 to fix Stellar in browser bundles. v15 mapped the browser export condition to a minified UMD bundle, so bundlers like Vite resolved a namespace without named exports — every lazy const { Keypair } = await import("@stellar/stellar-sdk") yielded undefined in the browser. The fallout was silent: XLM keystore wallets registered with an empty address, getBalance failed with toolbox_stellar_account_not_found without a Horizon call ever firing, and transaction signing (including the trustline approval flow) was broken in web apps, while Node/Bun (and therefore all tests) resolved the default condition and worked. v16 ships native ESM with no browser condition, restoring correct named-export resolution everywhere. No SwapKit API changes. (via @swapkit/toolboxes@4.26.1)
    • Update generated token lists. (via @swapkit/toolboxes@4.26.1)
    • Update generated token lists. (via @swapkit/tokens@4.3.5)
    • Update generated token lists. (via @swapkit/helpers@4.19.1)

@swapkit/wallet-mobile@4.3.18

Patch Changes

  • #114 a5b2da2 Thanks @towanTG! - Update SwapKit SDK dependencies:

    • #336 82ddf32 Thanks @towanTG! - Upgrade @stellar/stellar-sdk from 15.1.0 to 16.1.0 to fix Stellar in browser bundles. v15 mapped the browser export condition to a minified UMD bundle, so bundlers like Vite resolved a namespace without named exports — every lazy const { Keypair } = await import("@stellar/stellar-sdk") yielded undefined in the browser. The fallout was silent: XLM keystore wallets registered with an empty address, getBalance failed with toolbox_stellar_account_not_found without a Horizon call ever firing, and transaction signing (including the trustline approval flow) was broken in web apps, while Node/Bun (and therefore all tests) resolved the default condition and worked. v16 ships native ESM with no browser condition, restoring correct named-export resolution everywhere. No SwapKit API changes. (via @swapkit/toolboxes@4.26.1)
    • Update generated token lists. (via @swapkit/toolboxes@4.26.1)
    • Update generated token lists. (via @swapkit/tokens@4.3.5)
    • Update generated token lists. (via @swapkit/helpers@4.19.1)

@swapkit/wallets@4.8.31

Patch Changes

  • #114 a5b2da2 Thanks @towanTG! - Update SwapKit SDK dependencies:

    • #336 82ddf32 Thanks @towanTG! - Upgrade @stellar/stellar-sdk from 15.1.0 to 16.1.0 to fix Stellar in browser bundles. v15 mapped the browser export condition to a minified UMD bundle, so bundlers like Vite resolved a namespace without named exports — every lazy const { Keypair } = await import("@stellar/stellar-sdk") yielded undefined in the browser. The fallout was silent: XLM keystore wallets registered with an empty address, getBalance failed with toolbox_stellar_account_not_found without a Horizon call ever firing, and transaction signing (including the trustline approval flow) was broken in web apps, while Node/Bun (and therefore all tests) resolved the default condition and worked. v16 ships native ESM with no browser condition, restoring correct named-export resolution everywhere. No SwapKit API changes. (via @swapkit/toolboxes@4.26.1)
    • Update generated token lists. (via @swapkit/toolboxes@4.26.1)
    • Update generated token lists. (via @swapkit/tokens@4.3.5)
    • Update generated token lists. (via @swapkit/helpers@4.19.1)
  • Updated dependencies [a5b2da2]:

    • @swapkit/wallet-extensions@4.5.25
    • @swapkit/wallet-hardware@4.9.26

@towanTG
towanTG merged commit fb12735 into develop Jul 23, 2026
@towanTG
towanTG deleted the changeset-release/develop branch July 23, 2026 10:16
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