Publishing a New Version

  1. Create a changeset to describe your changes:

    pnpm changeset
    
  2. Version and update changelog:

    pnpm version-packages
    
  3. Commit and push the version changes:

    git add .
    git commit -m "chore: new version"
    git push
    
  4. Automatic release: The CI workflow automatically publishes to GitHub Packages.