Skip to content

Releases and Versioning

This project now ships from a single repository: tsparticles/tsparticles.

Current website package version: 4.0.0-beta.16

Where release work happens

Version alignment rule

  • Keep all @tsparticles/* packages aligned to the same release line.
  • Avoid mixing different beta lines or major versions in one app.

Practical release checklist

  1. Verify target package versions in workspace package.json files.
  2. Build and test affected projects.
  3. Validate docs links and playground behavior.
  4. Publish from the monorepo release flow.

Last updated: