This library is consumed via git dependencies. To release a new version:
- Make your code changes in
lib/ - Bump the version in
package.json - Run
pnpm buildto generate fresh distribution files - Commit all changes including the
dist/directory - PR and merge changes
- Pull the latest changes to your local main branch
- Run
make tag-releaseto create and push the version tag
Consuming repositories will reference specific version tags:
{
"dependencies": {
"@invoke-ai/ui-library": "github:invoke-ai/ui-library#v0.0.XX"
}
}