Releases
Changelogs and release documentation.
Contents
Section titled βContentsβ| Document | Description |
|---|---|
| Changelog | Version history and changes |
| Release 0.1.0 | Initial release notes |
| Codebase Cleanup | Cleanup release notes |
| ERP Connection Access Change | Authorization changes |
Creating Releases
Section titled βCreating ReleasesβUse changesets to create new releases:
# Create a changesetpnpm changeset
# Preview what will be releasedpnpm version:check
# Apply versions (CI does this automatically)pnpm version:applySee Deployment > Changesets Implementation for details.