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
- Monorepo root: https://github.com/tsparticles/tsparticles
- Bundles: https://github.com/tsparticles/tsparticles/tree/main/bundles
- Engine: https://github.com/tsparticles/tsparticles/tree/main/engine
- Wrappers: https://github.com/tsparticles/tsparticles/tree/main/wrappers
- Presets: https://github.com/tsparticles/tsparticles/tree/main/presets
- Palettes: https://github.com/tsparticles/tsparticles/tree/main/palettes
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
- Verify target package versions in workspace
package.jsonfiles. - Build and test affected projects.
- Validate docs links and playground behavior.
- Publish from the monorepo release flow.
