Skip to content

Releases

Changelogs and release documentation.

DocumentDescription
ChangelogVersion history and changes
Release 0.1.0Initial release notes
Codebase CleanupCleanup release notes
ERP Connection Access ChangeAuthorization changes

Use changesets to create new releases:

Terminal window
# Create a changeset
pnpm changeset
# Preview what will be released
pnpm version:check
# Apply versions (CI does this automatically)
pnpm version:apply

See Deployment > Changesets Implementation for details.