Changelog
Versioning
Section titled “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
Section titled “Current Version”v1.0.0 — @tokenflight/swap
Check npm info @tokenflight/swap for the latest published version.
Upgrading
Section titled “Upgrading”When upgrading between minor/patch versions:
- Update the package:
pnpm add @tokenflight/swap@latest - If using adapter packages, update them too:
pnpm add @tokenflight/adapter-appkit@latest - Rebuild your project
- Test that the widget renders and functions correctly
No code changes should be needed for minor/patch upgrades within v1.x.