A collection of web components.
npm i --save-exact @jaspero/web-components
Visit our documentation site for more details.
Versions are published with semantic-release from main. The package version in package.json stays 0.0.0-development; the real version comes from git tags and Conventional Commits.
Next release from current main: v1.205.0 (minor bump after v1.204.2, includes jp-multisearch itemremove).
- Ensure
mainhas the commits you want in the release. - In GitHub: Actions → Publish → Run workflow (or push a change under
packages/**, which also triggers the workflow). - The Release step needs a valid
NPM_TOKENrepository secret; without it, publish will fail.
After npm shows 1.205.0, you can bump consumers (for example docs/package.json dependency @jaspero/web-components) to ^1.205.0 in a follow-up commit.