Skip to content

Changelog

Versioning

TokenFlight Embed SDK follows Semantic Versioning (SemVer):

  • Major (x.0.0) — Breaking changes to the public API
  • Minor (1.x.0) — New features, backwards compatible
  • Patch (1.0.x) — Bug fixes, backwards compatible

Current Version

The SDK is on the 0.x track. Run npm info @tokenflight/swap version for the latest published version.

Pre-1.0

Until 1.0.0, minor bumps (0.x.0) may include breaking changes. Pin to an exact version (e.g. "0.2.0") and read the release notes before upgrading.

Upgrading

  1. Update the package: pnpm add @tokenflight/swap@<version>
  2. If using adapter packages, bump them in lockstep — they are released at the same version
  3. Rebuild your project
  4. Test that the widget renders and the swap / receive flow completes