diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ddac6ab79d..234352974eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.0.0-alpha.2](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.1...v4.0.0-alpha.2) (2026-01-08) + +### Bug Fixes + +- fixed install script, now it's a module ([7a80a88](https://github.com/tsparticles/tsparticles/commit/7a80a880fe3a649199fa912dbea31e4ee45e9689)) + +# [4.0.0-alpha.1](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.0...v4.0.0-alpha.1) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/workspace + # [4.0.0-alpha.0](https://github.com/tsparticles/tsparticles/compare/v3.9.1...v4.0.0-alpha.0) (2026-01-07) ### Bug Fixes diff --git a/bundles/all/CHANGELOG.md b/bundles/all/CHANGELOG.md index f776e48ba8b..26e40516f73 100644 --- a/bundles/all/CHANGELOG.md +++ b/bundles/all/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.0.0-alpha.2](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.1...v4.0.0-alpha.2) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/all + +# [4.0.0-alpha.1](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.0...v4.0.0-alpha.1) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/all + # [4.0.0-alpha.0](https://github.com/tsparticles/tsparticles/compare/v3.9.1...v4.0.0-alpha.0) (2026-01-07) **Note:** Version bump only for package @tsparticles/all diff --git a/bundles/all/package.dist.json b/bundles/all/package.dist.json index 31cb7f8482f..360a52a94d6 100644 --- a/bundles/all/package.dist.json +++ b/bundles/all/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/all", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "Easily create highly customizable particle animations and use them as animated backgrounds for your website. Ready to use components available also for React, Vue.js (2.x and 3.x), Angular, Svelte, jQuery, Preact, Riot.js, Inferno.", "homepage": "https://particles.js.org", "repository": { @@ -99,64 +99,64 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/effect-bubble": "4.0.0-alpha.0", - "@tsparticles/effect-shadow": "4.0.0-alpha.0", - "@tsparticles/effect-trail": "4.0.0-alpha.0", - "@tsparticles/engine": "4.0.0-alpha.0", - "@tsparticles/interaction-external-particle": "4.0.0-alpha.0", - "@tsparticles/interaction-external-pop": "4.0.0-alpha.0", - "@tsparticles/interaction-light": "4.0.0-alpha.0", - "@tsparticles/interaction-particles-repulse": "4.0.0-alpha.0", - "@tsparticles/path-curl-noise": "4.0.0-alpha.0", - "@tsparticles/path-curves": "4.0.0-alpha.0", - "@tsparticles/path-fractal-noise": "4.0.0-alpha.0", - "@tsparticles/path-perlin-noise": "4.0.0-alpha.0", - "@tsparticles/path-polygon": "4.0.0-alpha.0", - "@tsparticles/path-simplex-noise": "4.0.0-alpha.0", - "@tsparticles/path-svg": "4.0.0-alpha.0", - "@tsparticles/path-zig-zag": "4.0.0-alpha.0", - "@tsparticles/pjs": "4.0.0-alpha.0", - "@tsparticles/plugin-background-mask": "4.0.0-alpha.0", - "@tsparticles/plugin-canvas-mask": "4.0.0-alpha.0", - "@tsparticles/plugin-easing-back": "4.0.0-alpha.0", - "@tsparticles/plugin-easing-circ": "4.0.0-alpha.0", - "@tsparticles/plugin-easing-cubic": "4.0.0-alpha.0", - "@tsparticles/plugin-easing-expo": "4.0.0-alpha.0", - "@tsparticles/plugin-easing-linear": "4.0.0-alpha.0", - "@tsparticles/plugin-easing-quart": "4.0.0-alpha.0", - "@tsparticles/plugin-easing-quint": "4.0.0-alpha.0", - "@tsparticles/plugin-easing-sine": "4.0.0-alpha.0", - "@tsparticles/plugin-emitters-shape-canvas": "4.0.0-alpha.0", - "@tsparticles/plugin-emitters-shape-path": "4.0.0-alpha.0", - "@tsparticles/plugin-emitters-shape-polygon": "4.0.0-alpha.0", - "@tsparticles/plugin-export-image": "4.0.0-alpha.0", - "@tsparticles/plugin-export-json": "4.0.0-alpha.0", - "@tsparticles/plugin-export-video": "4.0.0-alpha.0", - "@tsparticles/plugin-hsv-color": "4.0.0-alpha.0", - "@tsparticles/plugin-hwb-color": "4.0.0-alpha.0", - "@tsparticles/plugin-infection": "4.0.0-alpha.0", - "@tsparticles/plugin-lab-color": "4.0.0-alpha.0", - "@tsparticles/plugin-lch-color": "4.0.0-alpha.0", - "@tsparticles/plugin-motion": "4.0.0-alpha.0", - "@tsparticles/plugin-named-color": "4.0.0-alpha.0", - "@tsparticles/plugin-oklab-color": "4.0.0-alpha.0", - "@tsparticles/plugin-oklch-color": "4.0.0-alpha.0", - "@tsparticles/plugin-poisson-disc": "4.0.0-alpha.0", - "@tsparticles/plugin-polygon-mask": "4.0.0-alpha.0", - "@tsparticles/plugin-sounds": "4.0.0-alpha.0", - "@tsparticles/plugin-trail": "4.0.0-alpha.0", - "@tsparticles/shape-arrow": "4.0.0-alpha.0", - "@tsparticles/shape-cards": "4.0.0-alpha.0", - "@tsparticles/shape-cog": "4.0.0-alpha.0", - "@tsparticles/shape-heart": "4.0.0-alpha.0", - "@tsparticles/shape-infinity": "4.0.0-alpha.0", - "@tsparticles/shape-path": "4.0.0-alpha.0", - "@tsparticles/shape-rounded-polygon": "4.0.0-alpha.0", - "@tsparticles/shape-rounded-rect": "4.0.0-alpha.0", - "@tsparticles/shape-spiral": "4.0.0-alpha.0", - "@tsparticles/updater-gradient": "4.0.0-alpha.0", - "@tsparticles/updater-orbit": "4.0.0-alpha.0", - "tsparticles": "4.0.0-alpha.0" + "@tsparticles/effect-bubble": "4.0.0-alpha.2", + "@tsparticles/effect-shadow": "4.0.0-alpha.2", + "@tsparticles/effect-trail": "4.0.0-alpha.2", + "@tsparticles/engine": "4.0.0-alpha.2", + "@tsparticles/interaction-external-particle": "4.0.0-alpha.2", + "@tsparticles/interaction-external-pop": "4.0.0-alpha.2", + "@tsparticles/interaction-light": "4.0.0-alpha.2", + "@tsparticles/interaction-particles-repulse": "4.0.0-alpha.2", + "@tsparticles/path-curl-noise": "4.0.0-alpha.2", + "@tsparticles/path-curves": "4.0.0-alpha.2", + "@tsparticles/path-fractal-noise": "4.0.0-alpha.2", + "@tsparticles/path-perlin-noise": "4.0.0-alpha.2", + "@tsparticles/path-polygon": "4.0.0-alpha.2", + "@tsparticles/path-simplex-noise": "4.0.0-alpha.2", + "@tsparticles/path-svg": "4.0.0-alpha.2", + "@tsparticles/path-zig-zag": "4.0.0-alpha.2", + "@tsparticles/pjs": "4.0.0-alpha.2", + "@tsparticles/plugin-background-mask": "4.0.0-alpha.2", + "@tsparticles/plugin-canvas-mask": "4.0.0-alpha.2", + "@tsparticles/plugin-easing-back": "4.0.0-alpha.2", + "@tsparticles/plugin-easing-circ": "4.0.0-alpha.2", + "@tsparticles/plugin-easing-cubic": "4.0.0-alpha.2", + "@tsparticles/plugin-easing-expo": "4.0.0-alpha.2", + "@tsparticles/plugin-easing-linear": "4.0.0-alpha.2", + "@tsparticles/plugin-easing-quart": "4.0.0-alpha.2", + "@tsparticles/plugin-easing-quint": "4.0.0-alpha.2", + "@tsparticles/plugin-easing-sine": "4.0.0-alpha.2", + "@tsparticles/plugin-emitters-shape-canvas": "4.0.0-alpha.2", + "@tsparticles/plugin-emitters-shape-path": "4.0.0-alpha.2", + "@tsparticles/plugin-emitters-shape-polygon": "4.0.0-alpha.2", + "@tsparticles/plugin-export-image": "4.0.0-alpha.2", + "@tsparticles/plugin-export-json": "4.0.0-alpha.2", + "@tsparticles/plugin-export-video": "4.0.0-alpha.2", + "@tsparticles/plugin-hsv-color": "4.0.0-alpha.2", + "@tsparticles/plugin-hwb-color": "4.0.0-alpha.2", + "@tsparticles/plugin-infection": "4.0.0-alpha.2", + "@tsparticles/plugin-lab-color": "4.0.0-alpha.2", + "@tsparticles/plugin-lch-color": "4.0.0-alpha.2", + "@tsparticles/plugin-motion": "4.0.0-alpha.2", + "@tsparticles/plugin-named-color": "4.0.0-alpha.2", + "@tsparticles/plugin-oklab-color": "4.0.0-alpha.2", + "@tsparticles/plugin-oklch-color": "4.0.0-alpha.2", + "@tsparticles/plugin-poisson-disc": "4.0.0-alpha.2", + "@tsparticles/plugin-polygon-mask": "4.0.0-alpha.2", + "@tsparticles/plugin-sounds": "4.0.0-alpha.2", + "@tsparticles/plugin-trail": "4.0.0-alpha.2", + "@tsparticles/shape-arrow": "4.0.0-alpha.2", + "@tsparticles/shape-cards": "4.0.0-alpha.2", + "@tsparticles/shape-cog": "4.0.0-alpha.2", + "@tsparticles/shape-heart": "4.0.0-alpha.2", + "@tsparticles/shape-infinity": "4.0.0-alpha.2", + "@tsparticles/shape-path": "4.0.0-alpha.2", + "@tsparticles/shape-rounded-polygon": "4.0.0-alpha.2", + "@tsparticles/shape-rounded-rect": "4.0.0-alpha.2", + "@tsparticles/shape-spiral": "4.0.0-alpha.2", + "@tsparticles/updater-gradient": "4.0.0-alpha.2", + "@tsparticles/updater-orbit": "4.0.0-alpha.2", + "tsparticles": "4.0.0-alpha.2" }, "publishConfig": { "access": "public" diff --git a/bundles/all/package.json b/bundles/all/package.json index 02fe5233919..734402a2774 100644 --- a/bundles/all/package.json +++ b/bundles/all/package.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/all", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "Easily create highly customizable particle animations and use them as animated backgrounds for your website. Ready to use components available also for React, Vue.js (2.x and 3.x), Angular, Svelte, jQuery, Preact, Riot.js, Inferno.", "homepage": "https://particles.js.org", "scripts": { @@ -107,64 +107,64 @@ "./package.json": "./dist/package.json" }, "dependencies": { - "@tsparticles/effect-bubble": "workspace:4.0.0-alpha.0", - "@tsparticles/effect-shadow": "workspace:4.0.0-alpha.0", - "@tsparticles/effect-trail": "workspace:4.0.0-alpha.0", - "@tsparticles/engine": "workspace:4.0.0-alpha.0", - "@tsparticles/interaction-external-particle": "workspace:4.0.0-alpha.0", - "@tsparticles/interaction-external-pop": "workspace:4.0.0-alpha.0", - "@tsparticles/interaction-light": "workspace:4.0.0-alpha.0", - "@tsparticles/interaction-particles-repulse": "workspace:4.0.0-alpha.0", - "@tsparticles/path-curl-noise": "workspace:4.0.0-alpha.0", - "@tsparticles/path-curves": "workspace:4.0.0-alpha.0", - "@tsparticles/path-fractal-noise": "workspace:4.0.0-alpha.0", - "@tsparticles/path-perlin-noise": "workspace:4.0.0-alpha.0", - "@tsparticles/path-polygon": "workspace:4.0.0-alpha.0", - "@tsparticles/path-simplex-noise": "workspace:4.0.0-alpha.0", - "@tsparticles/path-svg": "workspace:4.0.0-alpha.0", - "@tsparticles/path-zig-zag": "workspace:4.0.0-alpha.0", - "@tsparticles/pjs": "workspace:4.0.0-alpha.0", - "@tsparticles/plugin-background-mask": "workspace:4.0.0-alpha.0", - "@tsparticles/plugin-canvas-mask": "workspace:4.0.0-alpha.0", - "@tsparticles/plugin-easing-back": "workspace:4.0.0-alpha.0", - "@tsparticles/plugin-easing-circ": "workspace:4.0.0-alpha.0", - "@tsparticles/plugin-easing-cubic": "workspace:4.0.0-alpha.0", - "@tsparticles/plugin-easing-expo": "workspace:4.0.0-alpha.0", - "@tsparticles/plugin-easing-linear": "workspace:4.0.0-alpha.0", - "@tsparticles/plugin-easing-quart": "workspace:4.0.0-alpha.0", - "@tsparticles/plugin-easing-quint": "workspace:4.0.0-alpha.0", - "@tsparticles/plugin-easing-sine": "workspace:4.0.0-alpha.0", - "@tsparticles/plugin-emitters-shape-canvas": "workspace:4.0.0-alpha.0", - "@tsparticles/plugin-emitters-shape-path": "workspace:4.0.0-alpha.0", - "@tsparticles/plugin-emitters-shape-polygon": "workspace:4.0.0-alpha.0", - "@tsparticles/plugin-export-image": "workspace:4.0.0-alpha.0", - "@tsparticles/plugin-export-json": "workspace:4.0.0-alpha.0", - "@tsparticles/plugin-export-video": "workspace:4.0.0-alpha.0", - "@tsparticles/plugin-hsv-color": "workspace:4.0.0-alpha.0", - "@tsparticles/plugin-hwb-color": "workspace:4.0.0-alpha.0", - "@tsparticles/plugin-infection": "workspace:4.0.0-alpha.0", - "@tsparticles/plugin-lab-color": "workspace:4.0.0-alpha.0", - "@tsparticles/plugin-lch-color": "workspace:4.0.0-alpha.0", - "@tsparticles/plugin-motion": "workspace:4.0.0-alpha.0", - "@tsparticles/plugin-named-color": "workspace:4.0.0-alpha.0", - "@tsparticles/plugin-oklab-color": "workspace:4.0.0-alpha.0", - "@tsparticles/plugin-oklch-color": "workspace:4.0.0-alpha.0", - "@tsparticles/plugin-poisson-disc": "workspace:4.0.0-alpha.0", - "@tsparticles/plugin-polygon-mask": "workspace:4.0.0-alpha.0", - "@tsparticles/plugin-sounds": "workspace:4.0.0-alpha.0", - "@tsparticles/plugin-trail": "workspace:4.0.0-alpha.0", - "@tsparticles/shape-arrow": "workspace:4.0.0-alpha.0", - "@tsparticles/shape-cards": "workspace:4.0.0-alpha.0", - "@tsparticles/shape-cog": "workspace:4.0.0-alpha.0", - "@tsparticles/shape-heart": "workspace:4.0.0-alpha.0", - "@tsparticles/shape-infinity": "workspace:4.0.0-alpha.0", - "@tsparticles/shape-path": "workspace:4.0.0-alpha.0", - "@tsparticles/shape-rounded-polygon": "workspace:4.0.0-alpha.0", - "@tsparticles/shape-rounded-rect": "workspace:4.0.0-alpha.0", - "@tsparticles/shape-spiral": "workspace:4.0.0-alpha.0", - "@tsparticles/updater-gradient": "workspace:4.0.0-alpha.0", - "@tsparticles/updater-orbit": "workspace:4.0.0-alpha.0", - "tsparticles": "workspace:4.0.0-alpha.0" + "@tsparticles/effect-bubble": "workspace:4.0.0-alpha.2", + "@tsparticles/effect-shadow": "workspace:4.0.0-alpha.2", + "@tsparticles/effect-trail": "workspace:4.0.0-alpha.2", + "@tsparticles/engine": "workspace:4.0.0-alpha.2", + "@tsparticles/interaction-external-particle": "workspace:4.0.0-alpha.2", + "@tsparticles/interaction-external-pop": "workspace:4.0.0-alpha.2", + "@tsparticles/interaction-light": "workspace:4.0.0-alpha.2", + "@tsparticles/interaction-particles-repulse": "workspace:4.0.0-alpha.2", + "@tsparticles/path-curl-noise": "workspace:4.0.0-alpha.2", + "@tsparticles/path-curves": "workspace:4.0.0-alpha.2", + "@tsparticles/path-fractal-noise": "workspace:4.0.0-alpha.2", + "@tsparticles/path-perlin-noise": "workspace:4.0.0-alpha.2", + "@tsparticles/path-polygon": "workspace:4.0.0-alpha.2", + "@tsparticles/path-simplex-noise": "workspace:4.0.0-alpha.2", + "@tsparticles/path-svg": "workspace:4.0.0-alpha.2", + "@tsparticles/path-zig-zag": "workspace:4.0.0-alpha.2", + "@tsparticles/pjs": "workspace:4.0.0-alpha.2", + "@tsparticles/plugin-background-mask": "workspace:4.0.0-alpha.2", + "@tsparticles/plugin-canvas-mask": "workspace:4.0.0-alpha.2", + "@tsparticles/plugin-easing-back": "workspace:4.0.0-alpha.2", + "@tsparticles/plugin-easing-circ": "workspace:4.0.0-alpha.2", + "@tsparticles/plugin-easing-cubic": "workspace:4.0.0-alpha.2", + "@tsparticles/plugin-easing-expo": "workspace:4.0.0-alpha.2", + "@tsparticles/plugin-easing-linear": "workspace:4.0.0-alpha.2", + "@tsparticles/plugin-easing-quart": "workspace:4.0.0-alpha.2", + "@tsparticles/plugin-easing-quint": "workspace:4.0.0-alpha.2", + "@tsparticles/plugin-easing-sine": "workspace:4.0.0-alpha.2", + "@tsparticles/plugin-emitters-shape-canvas": "workspace:4.0.0-alpha.2", + "@tsparticles/plugin-emitters-shape-path": "workspace:4.0.0-alpha.2", + "@tsparticles/plugin-emitters-shape-polygon": "workspace:4.0.0-alpha.2", + "@tsparticles/plugin-export-image": "workspace:4.0.0-alpha.2", + "@tsparticles/plugin-export-json": "workspace:4.0.0-alpha.2", + "@tsparticles/plugin-export-video": "workspace:4.0.0-alpha.2", + "@tsparticles/plugin-hsv-color": "workspace:4.0.0-alpha.2", + "@tsparticles/plugin-hwb-color": "workspace:4.0.0-alpha.2", + "@tsparticles/plugin-infection": "workspace:4.0.0-alpha.2", + "@tsparticles/plugin-lab-color": "workspace:4.0.0-alpha.2", + "@tsparticles/plugin-lch-color": "workspace:4.0.0-alpha.2", + "@tsparticles/plugin-motion": "workspace:4.0.0-alpha.2", + "@tsparticles/plugin-named-color": "workspace:4.0.0-alpha.2", + "@tsparticles/plugin-oklab-color": "workspace:4.0.0-alpha.2", + "@tsparticles/plugin-oklch-color": "workspace:4.0.0-alpha.2", + "@tsparticles/plugin-poisson-disc": "workspace:4.0.0-alpha.2", + "@tsparticles/plugin-polygon-mask": "workspace:4.0.0-alpha.2", + "@tsparticles/plugin-sounds": "workspace:4.0.0-alpha.2", + "@tsparticles/plugin-trail": "workspace:4.0.0-alpha.2", + "@tsparticles/shape-arrow": "workspace:4.0.0-alpha.2", + "@tsparticles/shape-cards": "workspace:4.0.0-alpha.2", + "@tsparticles/shape-cog": "workspace:4.0.0-alpha.2", + "@tsparticles/shape-heart": "workspace:4.0.0-alpha.2", + "@tsparticles/shape-infinity": "workspace:4.0.0-alpha.2", + "@tsparticles/shape-path": "workspace:4.0.0-alpha.2", + "@tsparticles/shape-rounded-polygon": "workspace:4.0.0-alpha.2", + "@tsparticles/shape-rounded-rect": "workspace:4.0.0-alpha.2", + "@tsparticles/shape-spiral": "workspace:4.0.0-alpha.2", + "@tsparticles/updater-gradient": "workspace:4.0.0-alpha.2", + "@tsparticles/updater-orbit": "workspace:4.0.0-alpha.2", + "tsparticles": "workspace:4.0.0-alpha.2" }, "publishConfig": { "access": "public", diff --git a/bundles/basic/CHANGELOG.md b/bundles/basic/CHANGELOG.md index f7fcceb710c..e7737d22130 100644 --- a/bundles/basic/CHANGELOG.md +++ b/bundles/basic/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.0.0-alpha.2](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.1...v4.0.0-alpha.2) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/basic + +# [4.0.0-alpha.1](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.0...v4.0.0-alpha.1) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/basic + # [4.0.0-alpha.0](https://github.com/tsparticles/tsparticles/compare/v3.9.1...v4.0.0-alpha.0) (2026-01-07) **Note:** Version bump only for package @tsparticles/basic diff --git a/bundles/basic/package.dist.json b/bundles/basic/package.dist.json index f6a9c9c5dd0..42623123150 100644 --- a/bundles/basic/package.dist.json +++ b/bundles/basic/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/basic", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "Easily create highly customizable particle animations and use them as animated backgrounds for your website. Ready to use components available also for React, Vue.js (2.x and 3.x), Angular, Svelte, jQuery, Preact, Riot.js, Inferno.", "homepage": "https://particles.js.org", "repository": { @@ -99,16 +99,16 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "4.0.0-alpha.0", - "@tsparticles/move-base": "4.0.0-alpha.0", - "@tsparticles/plugin-hex-color": "4.0.0-alpha.0", - "@tsparticles/plugin-hsl-color": "4.0.0-alpha.0", - "@tsparticles/plugin-rgb-color": "4.0.0-alpha.0", - "@tsparticles/shape-circle": "4.0.0-alpha.0", - "@tsparticles/updater-color": "4.0.0-alpha.0", - "@tsparticles/updater-opacity": "4.0.0-alpha.0", - "@tsparticles/updater-out-modes": "4.0.0-alpha.0", - "@tsparticles/updater-size": "4.0.0-alpha.0" + "@tsparticles/engine": "4.0.0-alpha.2", + "@tsparticles/move-base": "4.0.0-alpha.2", + "@tsparticles/plugin-hex-color": "4.0.0-alpha.2", + "@tsparticles/plugin-hsl-color": "4.0.0-alpha.2", + "@tsparticles/plugin-rgb-color": "4.0.0-alpha.2", + "@tsparticles/shape-circle": "4.0.0-alpha.2", + "@tsparticles/updater-color": "4.0.0-alpha.2", + "@tsparticles/updater-opacity": "4.0.0-alpha.2", + "@tsparticles/updater-out-modes": "4.0.0-alpha.2", + "@tsparticles/updater-size": "4.0.0-alpha.2" }, "publishConfig": { "access": "public" diff --git a/bundles/basic/package.json b/bundles/basic/package.json index 2a5794ac459..31e4042b321 100644 --- a/bundles/basic/package.json +++ b/bundles/basic/package.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/basic", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "Easily create highly customizable particle animations and use them as animated backgrounds for your website. Ready to use components available also for React, Vue.js (2.x and 3.x), Angular, Svelte, jQuery, Preact, Riot.js, Inferno.", "homepage": "https://particles.js.org", "scripts": { @@ -107,16 +107,16 @@ "./package.json": "./dist/package.json" }, "dependencies": { - "@tsparticles/engine": "workspace:4.0.0-alpha.0", - "@tsparticles/move-base": "workspace:4.0.0-alpha.0", - "@tsparticles/plugin-hex-color": "workspace:4.0.0-alpha.0", - "@tsparticles/plugin-hsl-color": "workspace:4.0.0-alpha.0", - "@tsparticles/plugin-rgb-color": "workspace:4.0.0-alpha.0", - "@tsparticles/shape-circle": "workspace:4.0.0-alpha.0", - "@tsparticles/updater-color": "workspace:4.0.0-alpha.0", - "@tsparticles/updater-opacity": "workspace:4.0.0-alpha.0", - "@tsparticles/updater-out-modes": "workspace:4.0.0-alpha.0", - "@tsparticles/updater-size": "workspace:4.0.0-alpha.0" + "@tsparticles/engine": "workspace:4.0.0-alpha.2", + "@tsparticles/move-base": "workspace:4.0.0-alpha.2", + "@tsparticles/plugin-hex-color": "workspace:4.0.0-alpha.2", + "@tsparticles/plugin-hsl-color": "workspace:4.0.0-alpha.2", + "@tsparticles/plugin-rgb-color": "workspace:4.0.0-alpha.2", + "@tsparticles/shape-circle": "workspace:4.0.0-alpha.2", + "@tsparticles/updater-color": "workspace:4.0.0-alpha.2", + "@tsparticles/updater-opacity": "workspace:4.0.0-alpha.2", + "@tsparticles/updater-out-modes": "workspace:4.0.0-alpha.2", + "@tsparticles/updater-size": "workspace:4.0.0-alpha.2" }, "publishConfig": { "access": "public", diff --git a/bundles/confetti/CHANGELOG.md b/bundles/confetti/CHANGELOG.md index 433d94d6e7b..d768258e14e 100644 --- a/bundles/confetti/CHANGELOG.md +++ b/bundles/confetti/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.0.0-alpha.2](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.1...v4.0.0-alpha.2) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/confetti + +# [4.0.0-alpha.1](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.0...v4.0.0-alpha.1) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/confetti + # [4.0.0-alpha.0](https://github.com/tsparticles/tsparticles/compare/v3.9.1...v4.0.0-alpha.0) (2026-01-07) ### Features diff --git a/bundles/confetti/package.dist.json b/bundles/confetti/package.dist.json index c3067e770dd..43563e59d06 100644 --- a/bundles/confetti/package.dist.json +++ b/bundles/confetti/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/confetti", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "Easily create highly customizable particle animations and use them as animated backgrounds for your website. Ready to use components available also for React, Vue.js (2.x and 3.x), Angular, Svelte, jQuery, Preact, Riot.js, Inferno.", "homepage": "https://particles.js.org", "repository": { @@ -99,22 +99,22 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/basic": "4.0.0-alpha.0", - "@tsparticles/engine": "4.0.0-alpha.0", - "@tsparticles/plugin-emitters": "4.0.0-alpha.0", - "@tsparticles/plugin-motion": "4.0.0-alpha.0", - "@tsparticles/shape-cards": "4.0.0-alpha.0", - "@tsparticles/shape-emoji": "4.0.0-alpha.0", - "@tsparticles/shape-heart": "4.0.0-alpha.0", - "@tsparticles/shape-image": "4.0.0-alpha.0", - "@tsparticles/shape-polygon": "4.0.0-alpha.0", - "@tsparticles/shape-square": "4.0.0-alpha.0", - "@tsparticles/shape-star": "4.0.0-alpha.0", - "@tsparticles/updater-life": "4.0.0-alpha.0", - "@tsparticles/updater-roll": "4.0.0-alpha.0", - "@tsparticles/updater-rotate": "4.0.0-alpha.0", - "@tsparticles/updater-tilt": "4.0.0-alpha.0", - "@tsparticles/updater-wobble": "4.0.0-alpha.0" + "@tsparticles/basic": "4.0.0-alpha.2", + "@tsparticles/engine": "4.0.0-alpha.2", + "@tsparticles/plugin-emitters": "4.0.0-alpha.2", + "@tsparticles/plugin-motion": "4.0.0-alpha.2", + "@tsparticles/shape-cards": "4.0.0-alpha.2", + "@tsparticles/shape-emoji": "4.0.0-alpha.2", + "@tsparticles/shape-heart": "4.0.0-alpha.2", + "@tsparticles/shape-image": "4.0.0-alpha.2", + "@tsparticles/shape-polygon": "4.0.0-alpha.2", + "@tsparticles/shape-square": "4.0.0-alpha.2", + "@tsparticles/shape-star": "4.0.0-alpha.2", + "@tsparticles/updater-life": "4.0.0-alpha.2", + "@tsparticles/updater-roll": "4.0.0-alpha.2", + "@tsparticles/updater-rotate": "4.0.0-alpha.2", + "@tsparticles/updater-tilt": "4.0.0-alpha.2", + "@tsparticles/updater-wobble": "4.0.0-alpha.2" }, "publishConfig": { "access": "public" diff --git a/bundles/confetti/package.json b/bundles/confetti/package.json index 76fb385a744..363a8097f67 100644 --- a/bundles/confetti/package.json +++ b/bundles/confetti/package.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/confetti", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "Easily create highly customizable particle animations and use them as animated backgrounds for your website. Ready to use components available also for React, Vue.js (2.x and 3.x), Angular, Svelte, jQuery, Preact, Riot.js, Inferno.", "homepage": "https://particles.js.org", "scripts": { @@ -107,22 +107,22 @@ "./package.json": "./dist/package.json" }, "dependencies": { - "@tsparticles/basic": "workspace:4.0.0-alpha.0", - "@tsparticles/engine": "workspace:4.0.0-alpha.0", - "@tsparticles/plugin-emitters": "workspace:4.0.0-alpha.0", - "@tsparticles/plugin-motion": "workspace:4.0.0-alpha.0", - "@tsparticles/shape-cards": "workspace:4.0.0-alpha.0", - "@tsparticles/shape-emoji": "workspace:4.0.0-alpha.0", - "@tsparticles/shape-heart": "workspace:4.0.0-alpha.0", - "@tsparticles/shape-image": "workspace:4.0.0-alpha.0", - "@tsparticles/shape-polygon": "workspace:4.0.0-alpha.0", - "@tsparticles/shape-square": "workspace:4.0.0-alpha.0", - "@tsparticles/shape-star": "workspace:4.0.0-alpha.0", - "@tsparticles/updater-life": "workspace:4.0.0-alpha.0", - "@tsparticles/updater-roll": "workspace:4.0.0-alpha.0", - "@tsparticles/updater-rotate": "workspace:4.0.0-alpha.0", - "@tsparticles/updater-tilt": "workspace:4.0.0-alpha.0", - "@tsparticles/updater-wobble": "workspace:4.0.0-alpha.0" + "@tsparticles/basic": "workspace:4.0.0-alpha.2", + "@tsparticles/engine": "workspace:4.0.0-alpha.2", + "@tsparticles/plugin-emitters": "workspace:4.0.0-alpha.2", + "@tsparticles/plugin-motion": "workspace:4.0.0-alpha.2", + "@tsparticles/shape-cards": "workspace:4.0.0-alpha.2", + "@tsparticles/shape-emoji": "workspace:4.0.0-alpha.2", + "@tsparticles/shape-heart": "workspace:4.0.0-alpha.2", + "@tsparticles/shape-image": "workspace:4.0.0-alpha.2", + "@tsparticles/shape-polygon": "workspace:4.0.0-alpha.2", + "@tsparticles/shape-square": "workspace:4.0.0-alpha.2", + "@tsparticles/shape-star": "workspace:4.0.0-alpha.2", + "@tsparticles/updater-life": "workspace:4.0.0-alpha.2", + "@tsparticles/updater-roll": "workspace:4.0.0-alpha.2", + "@tsparticles/updater-rotate": "workspace:4.0.0-alpha.2", + "@tsparticles/updater-tilt": "workspace:4.0.0-alpha.2", + "@tsparticles/updater-wobble": "workspace:4.0.0-alpha.2" }, "publishConfig": { "access": "public", diff --git a/bundles/fireworks/CHANGELOG.md b/bundles/fireworks/CHANGELOG.md index edeabc0547a..b2cb51fb12d 100644 --- a/bundles/fireworks/CHANGELOG.md +++ b/bundles/fireworks/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.0.0-alpha.2](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.1...v4.0.0-alpha.2) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/fireworks + +# [4.0.0-alpha.1](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.0...v4.0.0-alpha.1) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/fireworks + # [4.0.0-alpha.0](https://github.com/tsparticles/tsparticles/compare/v3.9.1...v4.0.0-alpha.0) (2026-01-07) **Note:** Version bump only for package @tsparticles/fireworks diff --git a/bundles/fireworks/package.dist.json b/bundles/fireworks/package.dist.json index 7b7ed7e3999..6a1809d09a4 100644 --- a/bundles/fireworks/package.dist.json +++ b/bundles/fireworks/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/fireworks", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "Easily create highly customizable particle animations and use them as animated backgrounds for your website. Ready to use components available also for React, Vue.js (2.x and 3.x), Angular, Svelte, jQuery, Preact, Riot.js, Inferno.", "homepage": "https://particles.js.org", "repository": { @@ -99,15 +99,15 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/basic": "4.0.0-alpha.0", - "@tsparticles/effect-trail": "4.0.0-alpha.0", - "@tsparticles/engine": "4.0.0-alpha.0", - "@tsparticles/plugin-emitters": "4.0.0-alpha.0", - "@tsparticles/plugin-emitters-shape-square": "4.0.0-alpha.0", - "@tsparticles/plugin-sounds": "4.0.0-alpha.0", - "@tsparticles/updater-destroy": "4.0.0-alpha.0", - "@tsparticles/updater-life": "4.0.0-alpha.0", - "@tsparticles/updater-rotate": "4.0.0-alpha.0" + "@tsparticles/basic": "4.0.0-alpha.2", + "@tsparticles/effect-trail": "4.0.0-alpha.2", + "@tsparticles/engine": "4.0.0-alpha.2", + "@tsparticles/plugin-emitters": "4.0.0-alpha.2", + "@tsparticles/plugin-emitters-shape-square": "4.0.0-alpha.2", + "@tsparticles/plugin-sounds": "4.0.0-alpha.2", + "@tsparticles/updater-destroy": "4.0.0-alpha.2", + "@tsparticles/updater-life": "4.0.0-alpha.2", + "@tsparticles/updater-rotate": "4.0.0-alpha.2" }, "publishConfig": { "access": "public" diff --git a/bundles/fireworks/package.json b/bundles/fireworks/package.json index 0396c50ad0b..b60ddb6b078 100644 --- a/bundles/fireworks/package.json +++ b/bundles/fireworks/package.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/fireworks", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "Easily create highly customizable particle animations and use them as animated backgrounds for your website. Ready to use components available also for React, Vue.js (2.x and 3.x), Angular, Svelte, jQuery, Preact, Riot.js, Inferno.", "homepage": "https://particles.js.org", "scripts": { @@ -107,15 +107,15 @@ "./package.json": "./dist/package.json" }, "dependencies": { - "@tsparticles/basic": "workspace:4.0.0-alpha.0", - "@tsparticles/effect-trail": "workspace:4.0.0-alpha.0", - "@tsparticles/engine": "workspace:4.0.0-alpha.0", - "@tsparticles/plugin-emitters": "workspace:4.0.0-alpha.0", - "@tsparticles/plugin-emitters-shape-square": "workspace:4.0.0-alpha.0", - "@tsparticles/plugin-sounds": "workspace:4.0.0-alpha.0", - "@tsparticles/updater-destroy": "workspace:4.0.0-alpha.0", - "@tsparticles/updater-life": "workspace:4.0.0-alpha.0", - "@tsparticles/updater-rotate": "workspace:4.0.0-alpha.0" + "@tsparticles/basic": "workspace:4.0.0-alpha.2", + "@tsparticles/effect-trail": "workspace:4.0.0-alpha.2", + "@tsparticles/engine": "workspace:4.0.0-alpha.2", + "@tsparticles/plugin-emitters": "workspace:4.0.0-alpha.2", + "@tsparticles/plugin-emitters-shape-square": "workspace:4.0.0-alpha.2", + "@tsparticles/plugin-sounds": "workspace:4.0.0-alpha.2", + "@tsparticles/updater-destroy": "workspace:4.0.0-alpha.2", + "@tsparticles/updater-life": "workspace:4.0.0-alpha.2", + "@tsparticles/updater-rotate": "workspace:4.0.0-alpha.2" }, "publishConfig": { "access": "public", diff --git a/bundles/full/CHANGELOG.md b/bundles/full/CHANGELOG.md index 5c7400f40f8..51e62dd0da6 100644 --- a/bundles/full/CHANGELOG.md +++ b/bundles/full/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.0.0-alpha.2](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.1...v4.0.0-alpha.2) (2026-01-08) + +**Note:** Version bump only for package tsparticles + +# [4.0.0-alpha.1](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.0...v4.0.0-alpha.1) (2026-01-08) + +**Note:** Version bump only for package tsparticles + # [4.0.0-alpha.0](https://github.com/tsparticles/tsparticles/compare/v3.9.1...v4.0.0-alpha.0) (2026-01-07) **Note:** Version bump only for package tsparticles diff --git a/bundles/full/package.dist.json b/bundles/full/package.dist.json index 3c41378ced6..9c9e1f62aca 100644 --- a/bundles/full/package.dist.json +++ b/bundles/full/package.dist.json @@ -1,6 +1,6 @@ { "name": "tsparticles", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "Easily create highly customizable particle animations and use them as animated backgrounds for your website. Ready to use components available also for React, Vue.js (2.x and 3.x), Angular, Svelte, jQuery, Preact, Riot.js, Inferno.", "homepage": "https://particles.js.org", "repository": { @@ -99,19 +99,19 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "4.0.0-alpha.0", - "@tsparticles/interaction-external-trail": "4.0.0-alpha.0", - "@tsparticles/plugin-absorbers": "4.0.0-alpha.0", - "@tsparticles/plugin-emitters": "4.0.0-alpha.0", - "@tsparticles/plugin-emitters-shape-circle": "4.0.0-alpha.0", - "@tsparticles/plugin-emitters-shape-square": "4.0.0-alpha.0", - "@tsparticles/shape-text": "4.0.0-alpha.0", - "@tsparticles/slim": "4.0.0-alpha.0", - "@tsparticles/updater-destroy": "4.0.0-alpha.0", - "@tsparticles/updater-roll": "4.0.0-alpha.0", - "@tsparticles/updater-tilt": "4.0.0-alpha.0", - "@tsparticles/updater-twinkle": "4.0.0-alpha.0", - "@tsparticles/updater-wobble": "4.0.0-alpha.0" + "@tsparticles/engine": "4.0.0-alpha.2", + "@tsparticles/interaction-external-trail": "4.0.0-alpha.2", + "@tsparticles/plugin-absorbers": "4.0.0-alpha.2", + "@tsparticles/plugin-emitters": "4.0.0-alpha.2", + "@tsparticles/plugin-emitters-shape-circle": "4.0.0-alpha.2", + "@tsparticles/plugin-emitters-shape-square": "4.0.0-alpha.2", + "@tsparticles/shape-text": "4.0.0-alpha.2", + "@tsparticles/slim": "4.0.0-alpha.2", + "@tsparticles/updater-destroy": "4.0.0-alpha.2", + "@tsparticles/updater-roll": "4.0.0-alpha.2", + "@tsparticles/updater-tilt": "4.0.0-alpha.2", + "@tsparticles/updater-twinkle": "4.0.0-alpha.2", + "@tsparticles/updater-wobble": "4.0.0-alpha.2" }, "publishConfig": { "access": "public" diff --git a/bundles/full/package.json b/bundles/full/package.json index dbb1fb9c89d..6d96d50d23b 100644 --- a/bundles/full/package.json +++ b/bundles/full/package.json @@ -1,6 +1,6 @@ { "name": "tsparticles", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "Easily create highly customizable particle animations and use them as animated backgrounds for your website. Ready to use components available also for React, Vue.js (2.x and 3.x), Angular, Svelte, jQuery, Preact, Riot.js, Inferno.", "homepage": "https://particles.js.org", "scripts": { @@ -107,19 +107,19 @@ "./package.json": "./dist/package.json" }, "dependencies": { - "@tsparticles/engine": "workspace:4.0.0-alpha.0", - "@tsparticles/interaction-external-trail": "workspace:4.0.0-alpha.0", - "@tsparticles/plugin-absorbers": "workspace:4.0.0-alpha.0", - "@tsparticles/plugin-emitters": "workspace:4.0.0-alpha.0", - "@tsparticles/plugin-emitters-shape-circle": "workspace:4.0.0-alpha.0", - "@tsparticles/plugin-emitters-shape-square": "workspace:4.0.0-alpha.0", - "@tsparticles/shape-text": "workspace:4.0.0-alpha.0", - "@tsparticles/slim": "workspace:4.0.0-alpha.0", - "@tsparticles/updater-destroy": "workspace:4.0.0-alpha.0", - "@tsparticles/updater-roll": "workspace:4.0.0-alpha.0", - "@tsparticles/updater-tilt": "workspace:4.0.0-alpha.0", - "@tsparticles/updater-twinkle": "workspace:4.0.0-alpha.0", - "@tsparticles/updater-wobble": "workspace:4.0.0-alpha.0" + "@tsparticles/engine": "workspace:4.0.0-alpha.2", + "@tsparticles/interaction-external-trail": "workspace:4.0.0-alpha.2", + "@tsparticles/plugin-absorbers": "workspace:4.0.0-alpha.2", + "@tsparticles/plugin-emitters": "workspace:4.0.0-alpha.2", + "@tsparticles/plugin-emitters-shape-circle": "workspace:4.0.0-alpha.2", + "@tsparticles/plugin-emitters-shape-square": "workspace:4.0.0-alpha.2", + "@tsparticles/shape-text": "workspace:4.0.0-alpha.2", + "@tsparticles/slim": "workspace:4.0.0-alpha.2", + "@tsparticles/updater-destroy": "workspace:4.0.0-alpha.2", + "@tsparticles/updater-roll": "workspace:4.0.0-alpha.2", + "@tsparticles/updater-tilt": "workspace:4.0.0-alpha.2", + "@tsparticles/updater-twinkle": "workspace:4.0.0-alpha.2", + "@tsparticles/updater-wobble": "workspace:4.0.0-alpha.2" }, "publishConfig": { "access": "public", diff --git a/bundles/pjs/CHANGELOG.md b/bundles/pjs/CHANGELOG.md index 6ecdef5961a..a5fc95b2c57 100644 --- a/bundles/pjs/CHANGELOG.md +++ b/bundles/pjs/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.0.0-alpha.2](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.1...v4.0.0-alpha.2) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/pjs + +# [4.0.0-alpha.1](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.0...v4.0.0-alpha.1) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/pjs + # [4.0.0-alpha.0](https://github.com/tsparticles/tsparticles/compare/v3.9.1...v4.0.0-alpha.0) (2026-01-07) ### Bug Fixes diff --git a/bundles/pjs/package.dist.json b/bundles/pjs/package.dist.json index 980c951aaa9..37156a67b95 100644 --- a/bundles/pjs/package.dist.json +++ b/bundles/pjs/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/pjs", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "Easily create highly customizable particle animations and use them as animated backgrounds for your website. Ready to use components available also for React, Vue.js (2.x and 3.x), Angular, Svelte, jQuery, Preact, Riot.js, Inferno.", "homepage": "https://particles.js.org", "repository": { @@ -99,7 +99,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "4.0.0-alpha.0" + "@tsparticles/engine": "4.0.0-alpha.2" }, "publishConfig": { "access": "public" diff --git a/bundles/pjs/package.json b/bundles/pjs/package.json index 15537d12479..4b59e6eb5ed 100644 --- a/bundles/pjs/package.json +++ b/bundles/pjs/package.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/pjs", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "Easily create highly customizable particle animations and use them as animated backgrounds for your website. Ready to use components available also for React, Vue.js (2.x and 3.x), Angular, Svelte, jQuery, Preact, Riot.js, Inferno.", "homepage": "https://particles.js.org", "scripts": { @@ -107,7 +107,7 @@ "./package.json": "./dist/package.json" }, "dependencies": { - "@tsparticles/engine": "workspace:4.0.0-alpha.0" + "@tsparticles/engine": "workspace:4.0.0-alpha.2" }, "publishConfig": { "access": "public", diff --git a/bundles/slim/CHANGELOG.md b/bundles/slim/CHANGELOG.md index 405abcfde4f..85fd0ae80ba 100644 --- a/bundles/slim/CHANGELOG.md +++ b/bundles/slim/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.0.0-alpha.2](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.1...v4.0.0-alpha.2) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/slim + +# [4.0.0-alpha.1](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.0...v4.0.0-alpha.1) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/slim + # [4.0.0-alpha.0](https://github.com/tsparticles/tsparticles/compare/v3.9.1...v4.0.0-alpha.0) (2026-01-07) **Note:** Version bump only for package @tsparticles/slim diff --git a/bundles/slim/package.dist.json b/bundles/slim/package.dist.json index 5b9f7be6be1..415837f40cb 100644 --- a/bundles/slim/package.dist.json +++ b/bundles/slim/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/slim", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "Easily create highly customizable particle animations and use them as animated backgrounds for your website. Ready to use components available also for React, Vue.js (2.x and 3.x), Angular, Svelte, jQuery, Preact, Riot.js, Inferno.", "homepage": "https://particles.js.org", "repository": { @@ -99,32 +99,32 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/basic": "4.0.0-alpha.0", - "@tsparticles/engine": "4.0.0-alpha.0", - "@tsparticles/interaction-external-attract": "4.0.0-alpha.0", - "@tsparticles/interaction-external-bounce": "4.0.0-alpha.0", - "@tsparticles/interaction-external-bubble": "4.0.0-alpha.0", - "@tsparticles/interaction-external-connect": "4.0.0-alpha.0", - "@tsparticles/interaction-external-grab": "4.0.0-alpha.0", - "@tsparticles/interaction-external-pause": "4.0.0-alpha.0", - "@tsparticles/interaction-external-push": "4.0.0-alpha.0", - "@tsparticles/interaction-external-remove": "4.0.0-alpha.0", - "@tsparticles/interaction-external-repulse": "4.0.0-alpha.0", - "@tsparticles/interaction-external-slow": "4.0.0-alpha.0", - "@tsparticles/interaction-particles-attract": "4.0.0-alpha.0", - "@tsparticles/interaction-particles-collisions": "4.0.0-alpha.0", - "@tsparticles/interaction-particles-links": "4.0.0-alpha.0", - "@tsparticles/move-parallax": "4.0.0-alpha.0", - "@tsparticles/plugin-easing-quad": "4.0.0-alpha.0", - "@tsparticles/shape-emoji": "4.0.0-alpha.0", - "@tsparticles/shape-image": "4.0.0-alpha.0", - "@tsparticles/shape-line": "4.0.0-alpha.0", - "@tsparticles/shape-polygon": "4.0.0-alpha.0", - "@tsparticles/shape-square": "4.0.0-alpha.0", - "@tsparticles/shape-star": "4.0.0-alpha.0", - "@tsparticles/updater-life": "4.0.0-alpha.0", - "@tsparticles/updater-rotate": "4.0.0-alpha.0", - "@tsparticles/updater-stroke-color": "4.0.0-alpha.0" + "@tsparticles/basic": "4.0.0-alpha.2", + "@tsparticles/engine": "4.0.0-alpha.2", + "@tsparticles/interaction-external-attract": "4.0.0-alpha.2", + "@tsparticles/interaction-external-bounce": "4.0.0-alpha.2", + "@tsparticles/interaction-external-bubble": "4.0.0-alpha.2", + "@tsparticles/interaction-external-connect": "4.0.0-alpha.2", + "@tsparticles/interaction-external-grab": "4.0.0-alpha.2", + "@tsparticles/interaction-external-pause": "4.0.0-alpha.2", + "@tsparticles/interaction-external-push": "4.0.0-alpha.2", + "@tsparticles/interaction-external-remove": "4.0.0-alpha.2", + "@tsparticles/interaction-external-repulse": "4.0.0-alpha.2", + "@tsparticles/interaction-external-slow": "4.0.0-alpha.2", + "@tsparticles/interaction-particles-attract": "4.0.0-alpha.2", + "@tsparticles/interaction-particles-collisions": "4.0.0-alpha.2", + "@tsparticles/interaction-particles-links": "4.0.0-alpha.2", + "@tsparticles/move-parallax": "4.0.0-alpha.2", + "@tsparticles/plugin-easing-quad": "4.0.0-alpha.2", + "@tsparticles/shape-emoji": "4.0.0-alpha.2", + "@tsparticles/shape-image": "4.0.0-alpha.2", + "@tsparticles/shape-line": "4.0.0-alpha.2", + "@tsparticles/shape-polygon": "4.0.0-alpha.2", + "@tsparticles/shape-square": "4.0.0-alpha.2", + "@tsparticles/shape-star": "4.0.0-alpha.2", + "@tsparticles/updater-life": "4.0.0-alpha.2", + "@tsparticles/updater-rotate": "4.0.0-alpha.2", + "@tsparticles/updater-stroke-color": "4.0.0-alpha.2" }, "publishConfig": { "access": "public" diff --git a/bundles/slim/package.json b/bundles/slim/package.json index 0f2968d6984..3b13cbc9bd3 100644 --- a/bundles/slim/package.json +++ b/bundles/slim/package.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/slim", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "Easily create highly customizable particle animations and use them as animated backgrounds for your website. Ready to use components available also for React, Vue.js (2.x and 3.x), Angular, Svelte, jQuery, Preact, Riot.js, Inferno.", "homepage": "https://particles.js.org", "scripts": { @@ -107,32 +107,32 @@ "./package.json": "./dist/package.json" }, "dependencies": { - "@tsparticles/basic": "workspace:4.0.0-alpha.0", - "@tsparticles/engine": "workspace:4.0.0-alpha.0", - "@tsparticles/interaction-external-attract": "workspace:4.0.0-alpha.0", - "@tsparticles/interaction-external-bounce": "workspace:4.0.0-alpha.0", - "@tsparticles/interaction-external-bubble": "workspace:4.0.0-alpha.0", - "@tsparticles/interaction-external-connect": "workspace:4.0.0-alpha.0", - "@tsparticles/interaction-external-grab": "workspace:4.0.0-alpha.0", - "@tsparticles/interaction-external-pause": "workspace:4.0.0-alpha.0", - "@tsparticles/interaction-external-push": "workspace:4.0.0-alpha.0", - "@tsparticles/interaction-external-remove": "workspace:4.0.0-alpha.0", - "@tsparticles/interaction-external-repulse": "workspace:4.0.0-alpha.0", - "@tsparticles/interaction-external-slow": "workspace:4.0.0-alpha.0", - "@tsparticles/interaction-particles-attract": "workspace:4.0.0-alpha.0", - "@tsparticles/interaction-particles-collisions": "workspace:4.0.0-alpha.0", - "@tsparticles/interaction-particles-links": "workspace:4.0.0-alpha.0", - "@tsparticles/move-parallax": "workspace:4.0.0-alpha.0", - "@tsparticles/plugin-easing-quad": "workspace:4.0.0-alpha.0", - "@tsparticles/shape-emoji": "workspace:4.0.0-alpha.0", - "@tsparticles/shape-image": "workspace:4.0.0-alpha.0", - "@tsparticles/shape-line": "workspace:4.0.0-alpha.0", - "@tsparticles/shape-polygon": "workspace:4.0.0-alpha.0", - "@tsparticles/shape-square": "workspace:4.0.0-alpha.0", - "@tsparticles/shape-star": "workspace:4.0.0-alpha.0", - "@tsparticles/updater-life": "workspace:4.0.0-alpha.0", - "@tsparticles/updater-rotate": "workspace:4.0.0-alpha.0", - "@tsparticles/updater-stroke-color": "workspace:4.0.0-alpha.0" + "@tsparticles/basic": "workspace:4.0.0-alpha.2", + "@tsparticles/engine": "workspace:4.0.0-alpha.2", + "@tsparticles/interaction-external-attract": "workspace:4.0.0-alpha.2", + "@tsparticles/interaction-external-bounce": "workspace:4.0.0-alpha.2", + "@tsparticles/interaction-external-bubble": "workspace:4.0.0-alpha.2", + "@tsparticles/interaction-external-connect": "workspace:4.0.0-alpha.2", + "@tsparticles/interaction-external-grab": "workspace:4.0.0-alpha.2", + "@tsparticles/interaction-external-pause": "workspace:4.0.0-alpha.2", + "@tsparticles/interaction-external-push": "workspace:4.0.0-alpha.2", + "@tsparticles/interaction-external-remove": "workspace:4.0.0-alpha.2", + "@tsparticles/interaction-external-repulse": "workspace:4.0.0-alpha.2", + "@tsparticles/interaction-external-slow": "workspace:4.0.0-alpha.2", + "@tsparticles/interaction-particles-attract": "workspace:4.0.0-alpha.2", + "@tsparticles/interaction-particles-collisions": "workspace:4.0.0-alpha.2", + "@tsparticles/interaction-particles-links": "workspace:4.0.0-alpha.2", + "@tsparticles/move-parallax": "workspace:4.0.0-alpha.2", + "@tsparticles/plugin-easing-quad": "workspace:4.0.0-alpha.2", + "@tsparticles/shape-emoji": "workspace:4.0.0-alpha.2", + "@tsparticles/shape-image": "workspace:4.0.0-alpha.2", + "@tsparticles/shape-line": "workspace:4.0.0-alpha.2", + "@tsparticles/shape-polygon": "workspace:4.0.0-alpha.2", + "@tsparticles/shape-square": "workspace:4.0.0-alpha.2", + "@tsparticles/shape-star": "workspace:4.0.0-alpha.2", + "@tsparticles/updater-life": "workspace:4.0.0-alpha.2", + "@tsparticles/updater-rotate": "workspace:4.0.0-alpha.2", + "@tsparticles/updater-stroke-color": "workspace:4.0.0-alpha.2" }, "publishConfig": { "access": "public", diff --git a/demo/electron/CHANGELOG.md b/demo/electron/CHANGELOG.md index 32d7d67f9aa..9feebc68ddc 100644 --- a/demo/electron/CHANGELOG.md +++ b/demo/electron/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.0.0-alpha.2](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.1...v4.0.0-alpha.2) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/electron-demo + +# [4.0.0-alpha.1](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.0...v4.0.0-alpha.1) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/electron-demo + # [4.0.0-alpha.0](https://github.com/tsparticles/tsparticles/compare/v3.9.1...v4.0.0-alpha.0) (2026-01-07) **Note:** Version bump only for package @tsparticles/electron-demo diff --git a/demo/electron/package.json b/demo/electron/package.json index dbee83a6be9..c74b6bd28b9 100644 --- a/demo/electron/package.json +++ b/demo/electron/package.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/electron-demo", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "", "main": "app/index.js", "private": true, @@ -14,9 +14,9 @@ "author": "Matteo Bruni ", "license": "MIT", "dependencies": { - "@tsparticles/configs": "workspace:4.0.0-alpha.0", - "@tsparticles/engine": "workspace:4.0.0-alpha.0", - "tsparticles": "workspace:4.0.0-alpha.0" + "@tsparticles/configs": "workspace:4.0.0-alpha.2", + "@tsparticles/engine": "workspace:4.0.0-alpha.2", + "tsparticles": "workspace:4.0.0-alpha.2" }, "devDependencies": { "electron": "^39.2.7" diff --git a/demo/vanilla/CHANGELOG.md b/demo/vanilla/CHANGELOG.md index 450d623b51f..130b2905d34 100644 --- a/demo/vanilla/CHANGELOG.md +++ b/demo/vanilla/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.0.0-alpha.2](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.1...v4.0.0-alpha.2) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/demo + +# [4.0.0-alpha.1](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.0...v4.0.0-alpha.1) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/demo + # [4.0.0-alpha.0](https://github.com/tsparticles/tsparticles/compare/v3.9.1...v4.0.0-alpha.0) (2026-01-07) ### Bug Fixes diff --git a/demo/vanilla/package.json b/demo/vanilla/package.json index 35ead9d401a..8306173fb58 100644 --- a/demo/vanilla/package.json +++ b/demo/vanilla/package.json @@ -1,7 +1,7 @@ { "name": "@tsparticles/demo", "private": true, - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "> TODO: description", "author": "Matteo Bruni ", "homepage": "https://particles.js.org", @@ -50,119 +50,119 @@ "winston": "^3.19.0" }, "dependencies": { - "@tsparticles/all": "workspace:4.0.0-alpha.0", - "@tsparticles/basic": "workspace:4.0.0-alpha.0", - "@tsparticles/confetti": "workspace:4.0.0-alpha.0", - "@tsparticles/configs": "workspace:4.0.0-alpha.0", - "@tsparticles/effect-bubble": "workspace:4.0.0-alpha.0", - "@tsparticles/effect-shadow": "workspace:4.0.0-alpha.0", - "@tsparticles/effect-trail": "workspace:4.0.0-alpha.0", - "@tsparticles/engine": "workspace:4.0.0-alpha.0", - "@tsparticles/fireworks": "workspace:4.0.0-alpha.0", - "@tsparticles/fractal-noise": "workspace:4.0.0-alpha.0", - "@tsparticles/interaction-external-attract": "workspace:4.0.0-alpha.0", - "@tsparticles/interaction-external-bounce": "workspace:4.0.0-alpha.0", - "@tsparticles/interaction-external-bubble": "workspace:4.0.0-alpha.0", - "@tsparticles/interaction-external-connect": "workspace:4.0.0-alpha.0", - "@tsparticles/interaction-external-grab": "workspace:4.0.0-alpha.0", - "@tsparticles/interaction-external-particle": "workspace:4.0.0-alpha.0", - "@tsparticles/interaction-external-pause": "workspace:4.0.0-alpha.0", - "@tsparticles/interaction-external-pop": "workspace:4.0.0-alpha.0", - "@tsparticles/interaction-external-push": "workspace:4.0.0-alpha.0", - "@tsparticles/interaction-external-remove": "workspace:4.0.0-alpha.0", - "@tsparticles/interaction-external-repulse": "workspace:4.0.0-alpha.0", - "@tsparticles/interaction-external-slow": "workspace:4.0.0-alpha.0", - "@tsparticles/interaction-external-trail": "workspace:4.0.0-alpha.0", - "@tsparticles/interaction-light": "workspace:4.0.0-alpha.0", - "@tsparticles/interaction-particles-attract": "workspace:4.0.0-alpha.0", - "@tsparticles/interaction-particles-collisions": "workspace:4.0.0-alpha.0", - "@tsparticles/interaction-particles-links": "workspace:4.0.0-alpha.0", - "@tsparticles/interaction-particles-repulse": "workspace:4.0.0-alpha.0", - "@tsparticles/move-base": "workspace:4.0.0-alpha.0", - "@tsparticles/move-parallax": "workspace:4.0.0-alpha.0", - "@tsparticles/noise-field": "workspace:4.0.0-alpha.0", - "@tsparticles/path-curl-noise": "workspace:4.0.0-alpha.0", - "@tsparticles/path-curves": "workspace:4.0.0-alpha.0", - "@tsparticles/path-fractal-noise": "workspace:4.0.0-alpha.0", - "@tsparticles/path-perlin-noise": "workspace:4.0.0-alpha.0", - "@tsparticles/path-polygon": "workspace:4.0.0-alpha.0", - "@tsparticles/path-simplex-noise": "workspace:4.0.0-alpha.0", - "@tsparticles/path-svg": "workspace:4.0.0-alpha.0", - "@tsparticles/path-zig-zag": "workspace:4.0.0-alpha.0", - "@tsparticles/perlin-noise": "workspace:4.0.0-alpha.0", - "@tsparticles/pjs": "workspace:4.0.0-alpha.0", - "@tsparticles/plugin-absorbers": "workspace:4.0.0-alpha.0", - "@tsparticles/plugin-background-mask": "workspace:4.0.0-alpha.0", - "@tsparticles/plugin-canvas-mask": "workspace:4.0.0-alpha.0", - "@tsparticles/plugin-easing-back": "workspace:4.0.0-alpha.0", - "@tsparticles/plugin-easing-circ": "workspace:4.0.0-alpha.0", - "@tsparticles/plugin-easing-cubic": "workspace:4.0.0-alpha.0", - "@tsparticles/plugin-easing-expo": "workspace:4.0.0-alpha.0", - "@tsparticles/plugin-easing-linear": "workspace:4.0.0-alpha.0", - "@tsparticles/plugin-easing-quad": "workspace:4.0.0-alpha.0", - "@tsparticles/plugin-easing-quart": "workspace:4.0.0-alpha.0", - "@tsparticles/plugin-easing-quint": "workspace:4.0.0-alpha.0", - "@tsparticles/plugin-easing-sine": "workspace:4.0.0-alpha.0", - "@tsparticles/plugin-emitters": "workspace:4.0.0-alpha.0", - "@tsparticles/plugin-emitters-shape-canvas": "workspace:4.0.0-alpha.0", - "@tsparticles/plugin-emitters-shape-circle": "workspace:4.0.0-alpha.0", - "@tsparticles/plugin-emitters-shape-path": "workspace:4.0.0-alpha.0", - "@tsparticles/plugin-emitters-shape-polygon": "workspace:4.0.0-alpha.0", - "@tsparticles/plugin-emitters-shape-square": "workspace:4.0.0-alpha.0", - "@tsparticles/plugin-export-image": "workspace:4.0.0-alpha.0", - "@tsparticles/plugin-export-json": "workspace:4.0.0-alpha.0", - "@tsparticles/plugin-export-video": "workspace:4.0.0-alpha.0", - "@tsparticles/plugin-hex-color": "workspace:4.0.0-alpha.0", - "@tsparticles/plugin-hsl-color": "workspace:4.0.0-alpha.0", - "@tsparticles/plugin-hsv-color": "workspace:4.0.0-alpha.0", - "@tsparticles/plugin-hwb-color": "workspace:4.0.0-alpha.0", - "@tsparticles/plugin-infection": "workspace:4.0.0-alpha.0", - "@tsparticles/plugin-lab-color": "workspace:4.0.0-alpha.0", - "@tsparticles/plugin-lch-color": "workspace:4.0.0-alpha.0", - "@tsparticles/plugin-motion": "workspace:4.0.0-alpha.0", - "@tsparticles/plugin-named-color": "workspace:4.0.0-alpha.0", - "@tsparticles/plugin-oklab-color": "workspace:4.0.0-alpha.0", - "@tsparticles/plugin-oklch-color": "workspace:4.0.0-alpha.0", - "@tsparticles/plugin-poisson-disc": "workspace:4.0.0-alpha.0", - "@tsparticles/plugin-polygon-mask": "workspace:4.0.0-alpha.0", - "@tsparticles/plugin-rgb-color": "workspace:4.0.0-alpha.0", - "@tsparticles/plugin-sounds": "workspace:4.0.0-alpha.0", - "@tsparticles/plugin-trail": "workspace:4.0.0-alpha.0", - "@tsparticles/shape-arrow": "workspace:4.0.0-alpha.0", - "@tsparticles/shape-cards": "workspace:4.0.0-alpha.0", - "@tsparticles/shape-circle": "workspace:4.0.0-alpha.0", - "@tsparticles/shape-cog": "workspace:4.0.0-alpha.0", - "@tsparticles/shape-emoji": "workspace:4.0.0-alpha.0", - "@tsparticles/shape-heart": "workspace:4.0.0-alpha.0", - "@tsparticles/shape-image": "workspace:4.0.0-alpha.0", - "@tsparticles/shape-infinity": "workspace:4.0.0-alpha.0", - "@tsparticles/shape-line": "workspace:4.0.0-alpha.0", - "@tsparticles/shape-path": "workspace:4.0.0-alpha.0", - "@tsparticles/shape-polygon": "workspace:4.0.0-alpha.0", - "@tsparticles/shape-rounded-polygon": "workspace:4.0.0-alpha.0", - "@tsparticles/shape-rounded-rect": "workspace:4.0.0-alpha.0", - "@tsparticles/shape-spiral": "workspace:4.0.0-alpha.0", - "@tsparticles/shape-square": "workspace:4.0.0-alpha.0", - "@tsparticles/shape-star": "workspace:4.0.0-alpha.0", - "@tsparticles/shape-text": "workspace:4.0.0-alpha.0", - "@tsparticles/simplex-noise": "workspace:4.0.0-alpha.0", - "@tsparticles/slim": "workspace:4.0.0-alpha.0", - "@tsparticles/smooth-value-noise": "workspace:4.0.0-alpha.0", - "@tsparticles/updater-color": "workspace:4.0.0-alpha.0", - "@tsparticles/updater-destroy": "workspace:4.0.0-alpha.0", - "@tsparticles/updater-gradient": "workspace:4.0.0-alpha.0", - "@tsparticles/updater-life": "workspace:4.0.0-alpha.0", - "@tsparticles/updater-opacity": "workspace:4.0.0-alpha.0", - "@tsparticles/updater-orbit": "workspace:4.0.0-alpha.0", - "@tsparticles/updater-out-modes": "workspace:4.0.0-alpha.0", - "@tsparticles/updater-roll": "workspace:4.0.0-alpha.0", - "@tsparticles/updater-rotate": "workspace:4.0.0-alpha.0", - "@tsparticles/updater-size": "workspace:4.0.0-alpha.0", - "@tsparticles/updater-stroke-color": "workspace:4.0.0-alpha.0", - "@tsparticles/updater-tilt": "workspace:4.0.0-alpha.0", - "@tsparticles/updater-twinkle": "workspace:4.0.0-alpha.0", - "@tsparticles/updater-wobble": "workspace:4.0.0-alpha.0", - "tsparticles": "workspace:4.0.0-alpha.0" + "@tsparticles/all": "workspace:4.0.0-alpha.2", + "@tsparticles/basic": "workspace:4.0.0-alpha.2", + "@tsparticles/confetti": "workspace:4.0.0-alpha.2", + "@tsparticles/configs": "workspace:4.0.0-alpha.2", + "@tsparticles/effect-bubble": "workspace:4.0.0-alpha.2", + "@tsparticles/effect-shadow": "workspace:4.0.0-alpha.2", + "@tsparticles/effect-trail": "workspace:4.0.0-alpha.2", + "@tsparticles/engine": "workspace:4.0.0-alpha.2", + "@tsparticles/fireworks": "workspace:4.0.0-alpha.2", + "@tsparticles/fractal-noise": "workspace:4.0.0-alpha.2", + "@tsparticles/interaction-external-attract": "workspace:4.0.0-alpha.2", + "@tsparticles/interaction-external-bounce": "workspace:4.0.0-alpha.2", + "@tsparticles/interaction-external-bubble": "workspace:4.0.0-alpha.2", + "@tsparticles/interaction-external-connect": "workspace:4.0.0-alpha.2", + "@tsparticles/interaction-external-grab": "workspace:4.0.0-alpha.2", + "@tsparticles/interaction-external-particle": "workspace:4.0.0-alpha.2", + "@tsparticles/interaction-external-pause": "workspace:4.0.0-alpha.2", + "@tsparticles/interaction-external-pop": "workspace:4.0.0-alpha.2", + "@tsparticles/interaction-external-push": "workspace:4.0.0-alpha.2", + "@tsparticles/interaction-external-remove": "workspace:4.0.0-alpha.2", + "@tsparticles/interaction-external-repulse": "workspace:4.0.0-alpha.2", + "@tsparticles/interaction-external-slow": "workspace:4.0.0-alpha.2", + "@tsparticles/interaction-external-trail": "workspace:4.0.0-alpha.2", + "@tsparticles/interaction-light": "workspace:4.0.0-alpha.2", + "@tsparticles/interaction-particles-attract": "workspace:4.0.0-alpha.2", + "@tsparticles/interaction-particles-collisions": "workspace:4.0.0-alpha.2", + "@tsparticles/interaction-particles-links": "workspace:4.0.0-alpha.2", + "@tsparticles/interaction-particles-repulse": "workspace:4.0.0-alpha.2", + "@tsparticles/move-base": "workspace:4.0.0-alpha.2", + "@tsparticles/move-parallax": "workspace:4.0.0-alpha.2", + "@tsparticles/noise-field": "workspace:4.0.0-alpha.2", + "@tsparticles/path-curl-noise": "workspace:4.0.0-alpha.2", + "@tsparticles/path-curves": "workspace:4.0.0-alpha.2", + "@tsparticles/path-fractal-noise": "workspace:4.0.0-alpha.2", + "@tsparticles/path-perlin-noise": "workspace:4.0.0-alpha.2", + "@tsparticles/path-polygon": "workspace:4.0.0-alpha.2", + "@tsparticles/path-simplex-noise": "workspace:4.0.0-alpha.2", + "@tsparticles/path-svg": "workspace:4.0.0-alpha.2", + "@tsparticles/path-zig-zag": "workspace:4.0.0-alpha.2", + "@tsparticles/perlin-noise": "workspace:4.0.0-alpha.2", + "@tsparticles/pjs": "workspace:4.0.0-alpha.2", + "@tsparticles/plugin-absorbers": "workspace:4.0.0-alpha.2", + "@tsparticles/plugin-background-mask": "workspace:4.0.0-alpha.2", + "@tsparticles/plugin-canvas-mask": "workspace:4.0.0-alpha.2", + "@tsparticles/plugin-easing-back": "workspace:4.0.0-alpha.2", + "@tsparticles/plugin-easing-circ": "workspace:4.0.0-alpha.2", + "@tsparticles/plugin-easing-cubic": "workspace:4.0.0-alpha.2", + "@tsparticles/plugin-easing-expo": "workspace:4.0.0-alpha.2", + "@tsparticles/plugin-easing-linear": "workspace:4.0.0-alpha.2", + "@tsparticles/plugin-easing-quad": "workspace:4.0.0-alpha.2", + "@tsparticles/plugin-easing-quart": "workspace:4.0.0-alpha.2", + "@tsparticles/plugin-easing-quint": "workspace:4.0.0-alpha.2", + "@tsparticles/plugin-easing-sine": "workspace:4.0.0-alpha.2", + "@tsparticles/plugin-emitters": "workspace:4.0.0-alpha.2", + "@tsparticles/plugin-emitters-shape-canvas": "workspace:4.0.0-alpha.2", + "@tsparticles/plugin-emitters-shape-circle": "workspace:4.0.0-alpha.2", + "@tsparticles/plugin-emitters-shape-path": "workspace:4.0.0-alpha.2", + "@tsparticles/plugin-emitters-shape-polygon": "workspace:4.0.0-alpha.2", + "@tsparticles/plugin-emitters-shape-square": "workspace:4.0.0-alpha.2", + "@tsparticles/plugin-export-image": "workspace:4.0.0-alpha.2", + "@tsparticles/plugin-export-json": "workspace:4.0.0-alpha.2", + "@tsparticles/plugin-export-video": "workspace:4.0.0-alpha.2", + "@tsparticles/plugin-hex-color": "workspace:4.0.0-alpha.2", + "@tsparticles/plugin-hsl-color": "workspace:4.0.0-alpha.2", + "@tsparticles/plugin-hsv-color": "workspace:4.0.0-alpha.2", + "@tsparticles/plugin-hwb-color": "workspace:4.0.0-alpha.2", + "@tsparticles/plugin-infection": "workspace:4.0.0-alpha.2", + "@tsparticles/plugin-lab-color": "workspace:4.0.0-alpha.2", + "@tsparticles/plugin-lch-color": "workspace:4.0.0-alpha.2", + "@tsparticles/plugin-motion": "workspace:4.0.0-alpha.2", + "@tsparticles/plugin-named-color": "workspace:4.0.0-alpha.2", + "@tsparticles/plugin-oklab-color": "workspace:4.0.0-alpha.2", + "@tsparticles/plugin-oklch-color": "workspace:4.0.0-alpha.2", + "@tsparticles/plugin-poisson-disc": "workspace:4.0.0-alpha.2", + "@tsparticles/plugin-polygon-mask": "workspace:4.0.0-alpha.2", + "@tsparticles/plugin-rgb-color": "workspace:4.0.0-alpha.2", + "@tsparticles/plugin-sounds": "workspace:4.0.0-alpha.2", + "@tsparticles/plugin-trail": "workspace:4.0.0-alpha.2", + "@tsparticles/shape-arrow": "workspace:4.0.0-alpha.2", + "@tsparticles/shape-cards": "workspace:4.0.0-alpha.2", + "@tsparticles/shape-circle": "workspace:4.0.0-alpha.2", + "@tsparticles/shape-cog": "workspace:4.0.0-alpha.2", + "@tsparticles/shape-emoji": "workspace:4.0.0-alpha.2", + "@tsparticles/shape-heart": "workspace:4.0.0-alpha.2", + "@tsparticles/shape-image": "workspace:4.0.0-alpha.2", + "@tsparticles/shape-infinity": "workspace:4.0.0-alpha.2", + "@tsparticles/shape-line": "workspace:4.0.0-alpha.2", + "@tsparticles/shape-path": "workspace:4.0.0-alpha.2", + "@tsparticles/shape-polygon": "workspace:4.0.0-alpha.2", + "@tsparticles/shape-rounded-polygon": "workspace:4.0.0-alpha.2", + "@tsparticles/shape-rounded-rect": "workspace:4.0.0-alpha.2", + "@tsparticles/shape-spiral": "workspace:4.0.0-alpha.2", + "@tsparticles/shape-square": "workspace:4.0.0-alpha.2", + "@tsparticles/shape-star": "workspace:4.0.0-alpha.2", + "@tsparticles/shape-text": "workspace:4.0.0-alpha.2", + "@tsparticles/simplex-noise": "workspace:4.0.0-alpha.2", + "@tsparticles/slim": "workspace:4.0.0-alpha.2", + "@tsparticles/smooth-value-noise": "workspace:4.0.0-alpha.2", + "@tsparticles/updater-color": "workspace:4.0.0-alpha.2", + "@tsparticles/updater-destroy": "workspace:4.0.0-alpha.2", + "@tsparticles/updater-gradient": "workspace:4.0.0-alpha.2", + "@tsparticles/updater-life": "workspace:4.0.0-alpha.2", + "@tsparticles/updater-opacity": "workspace:4.0.0-alpha.2", + "@tsparticles/updater-orbit": "workspace:4.0.0-alpha.2", + "@tsparticles/updater-out-modes": "workspace:4.0.0-alpha.2", + "@tsparticles/updater-roll": "workspace:4.0.0-alpha.2", + "@tsparticles/updater-rotate": "workspace:4.0.0-alpha.2", + "@tsparticles/updater-size": "workspace:4.0.0-alpha.2", + "@tsparticles/updater-stroke-color": "workspace:4.0.0-alpha.2", + "@tsparticles/updater-tilt": "workspace:4.0.0-alpha.2", + "@tsparticles/updater-twinkle": "workspace:4.0.0-alpha.2", + "@tsparticles/updater-wobble": "workspace:4.0.0-alpha.2", + "tsparticles": "workspace:4.0.0-alpha.2" }, "type": "module" } diff --git a/demo/vanilla_new/CHANGELOG.md b/demo/vanilla_new/CHANGELOG.md index d4ac023e70a..42b659b972b 100644 --- a/demo/vanilla_new/CHANGELOG.md +++ b/demo/vanilla_new/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.0.0-alpha.2](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.1...v4.0.0-alpha.2) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/demo-new + +# [4.0.0-alpha.1](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.0...v4.0.0-alpha.1) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/demo-new + # [4.0.0-alpha.0](https://github.com/tsparticles/tsparticles/compare/v3.9.1...v4.0.0-alpha.0) (2026-01-07) **Note:** Version bump only for package @tsparticles/demo-new diff --git a/demo/vanilla_new/package.json b/demo/vanilla_new/package.json index 375ff448288..7e80b103011 100644 --- a/demo/vanilla_new/package.json +++ b/demo/vanilla_new/package.json @@ -1,7 +1,7 @@ { "name": "@tsparticles/demo-new", "private": true, - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles Demo Website", "main": "index.html", "scripts": { @@ -34,23 +34,24 @@ }, "homepage": "https://particles.js.org", "devDependencies": { + "@swc/core": "^1.15.8", "fs-extra": "^11.3.3", "minify": "^15.0.0", "sass": "^1.97.1" }, "dependencies": { - "@tsparticles/configs": "workspace:4.0.0-alpha.0", - "@tsparticles/engine": "workspace:4.0.0-alpha.0", - "@tsparticles/interaction-light": "workspace:4.0.0-alpha.0", - "@tsparticles/interaction-particles-repulse": "workspace:4.0.0-alpha.0", - "@tsparticles/path-curves": "workspace:4.0.0-alpha.0", - "@tsparticles/path-perlin-noise": "workspace:4.0.0-alpha.0", - "@tsparticles/path-polygon": "workspace:4.0.0-alpha.0", - "@tsparticles/path-simplex-noise": "workspace:4.0.0-alpha.0", - "@tsparticles/plugin-infection": "workspace:4.0.0-alpha.0", - "@tsparticles/updater-gradient": "workspace:4.0.0-alpha.0", - "@tsparticles/updater-orbit": "workspace:4.0.0-alpha.0", - "tsparticles": "workspace:4.0.0-alpha.0" + "@tsparticles/configs": "workspace:4.0.0-alpha.2", + "@tsparticles/engine": "workspace:4.0.0-alpha.2", + "@tsparticles/interaction-light": "workspace:4.0.0-alpha.2", + "@tsparticles/interaction-particles-repulse": "workspace:4.0.0-alpha.2", + "@tsparticles/path-curves": "workspace:4.0.0-alpha.2", + "@tsparticles/path-perlin-noise": "workspace:4.0.0-alpha.2", + "@tsparticles/path-polygon": "workspace:4.0.0-alpha.2", + "@tsparticles/path-simplex-noise": "workspace:4.0.0-alpha.2", + "@tsparticles/plugin-infection": "workspace:4.0.0-alpha.2", + "@tsparticles/updater-gradient": "workspace:4.0.0-alpha.2", + "@tsparticles/updater-orbit": "workspace:4.0.0-alpha.2", + "tsparticles": "workspace:4.0.0-alpha.2" }, "type": "module" } diff --git a/demo/vite/CHANGELOG.md b/demo/vite/CHANGELOG.md index 8ee33cb8946..30cc9cc6351 100644 --- a/demo/vite/CHANGELOG.md +++ b/demo/vite/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.0.0-alpha.2](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.1...v4.0.0-alpha.2) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/vite-demo + +# [4.0.0-alpha.1](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.0...v4.0.0-alpha.1) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/vite-demo + # [4.0.0-alpha.0](https://github.com/tsparticles/tsparticles/compare/v3.9.1...v4.0.0-alpha.0) (2026-01-07) **Note:** Version bump only for package @tsparticles/vite-demo diff --git a/demo/vite/package.json b/demo/vite/package.json index befd0fcf693..b2abf976d07 100644 --- a/demo/vite/package.json +++ b/demo/vite/package.json @@ -1,7 +1,7 @@ { "name": "@tsparticles/vite-demo", "private": true, - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "type": "module", "scripts": { "dev": "vite", @@ -9,9 +9,9 @@ "preview": "vite preview" }, "dependencies": { - "@tsparticles/all": "workspace:4.0.0-alpha.0", - "@tsparticles/configs": "workspace:4.0.0-alpha.0", - "@tsparticles/engine": "workspace:4.0.0-alpha.0" + "@tsparticles/all": "workspace:4.0.0-alpha.2", + "@tsparticles/configs": "workspace:4.0.0-alpha.2", + "@tsparticles/engine": "workspace:4.0.0-alpha.2" }, "devDependencies": { "typescript": "^5.9.3", diff --git a/effects/bubble/CHANGELOG.md b/effects/bubble/CHANGELOG.md index 2748a5396c6..5611f83071f 100644 --- a/effects/bubble/CHANGELOG.md +++ b/effects/bubble/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.0.0-alpha.2](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.1...v4.0.0-alpha.2) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/effect-bubble + +# [4.0.0-alpha.1](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.0...v4.0.0-alpha.1) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/effect-bubble + # [4.0.0-alpha.0](https://github.com/tsparticles/tsparticles/compare/v3.9.1...v4.0.0-alpha.0) (2026-01-07) **Note:** Version bump only for package @tsparticles/effect-bubble diff --git a/effects/bubble/package.dist.json b/effects/bubble/package.dist.json index a903d796335..175ebb44a65 100644 --- a/effects/bubble/package.dist.json +++ b/effects/bubble/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/effect-bubble", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles bubble effect", "homepage": "https://particles.js.org", "repository": { @@ -100,7 +100,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "4.0.0-alpha.0" + "@tsparticles/engine": "4.0.0-alpha.2" }, "publishConfig": { "access": "public" diff --git a/effects/bubble/package.json b/effects/bubble/package.json index 880d932741f..be559171b31 100644 --- a/effects/bubble/package.json +++ b/effects/bubble/package.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/effect-bubble", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles bubble effect", "homepage": "https://particles.js.org", "scripts": { @@ -108,7 +108,7 @@ "./package.json": "./dist/package.json" }, "dependencies": { - "@tsparticles/engine": "workspace:4.0.0-alpha.0" + "@tsparticles/engine": "workspace:4.0.0-alpha.2" }, "publishConfig": { "access": "public", diff --git a/effects/shadow/CHANGELOG.md b/effects/shadow/CHANGELOG.md index d4fac19f759..d075f04d13b 100644 --- a/effects/shadow/CHANGELOG.md +++ b/effects/shadow/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.0.0-alpha.2](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.1...v4.0.0-alpha.2) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/effect-shadow + +# [4.0.0-alpha.1](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.0...v4.0.0-alpha.1) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/effect-shadow + # [4.0.0-alpha.0](https://github.com/tsparticles/tsparticles/compare/v3.9.1...v4.0.0-alpha.0) (2026-01-07) ### Features diff --git a/effects/shadow/package.dist.json b/effects/shadow/package.dist.json index a528acc03e1..9e76e1694d0 100644 --- a/effects/shadow/package.dist.json +++ b/effects/shadow/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/effect-shadow", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles shadow effect", "homepage": "https://particles.js.org", "repository": { @@ -100,7 +100,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "4.0.0-alpha.0" + "@tsparticles/engine": "4.0.0-alpha.2" }, "publishConfig": { "access": "public" diff --git a/effects/shadow/package.json b/effects/shadow/package.json index dee0341e6b9..12bae969af0 100644 --- a/effects/shadow/package.json +++ b/effects/shadow/package.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/effect-shadow", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles shadow effect", "homepage": "https://particles.js.org", "scripts": { @@ -108,7 +108,7 @@ "./package.json": "./dist/package.json" }, "dependencies": { - "@tsparticles/engine": "workspace:4.0.0-alpha.0" + "@tsparticles/engine": "workspace:4.0.0-alpha.2" }, "publishConfig": { "access": "public", diff --git a/effects/trail/CHANGELOG.md b/effects/trail/CHANGELOG.md index 2da017c0583..265793bc600 100644 --- a/effects/trail/CHANGELOG.md +++ b/effects/trail/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.0.0-alpha.2](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.1...v4.0.0-alpha.2) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/effect-trail + +# [4.0.0-alpha.1](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.0...v4.0.0-alpha.1) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/effect-trail + # [4.0.0-alpha.0](https://github.com/tsparticles/tsparticles/compare/v3.9.1...v4.0.0-alpha.0) (2026-01-07) **Note:** Version bump only for package @tsparticles/effect-trail diff --git a/effects/trail/package.dist.json b/effects/trail/package.dist.json index 94a10af3c71..25df492a2ee 100644 --- a/effects/trail/package.dist.json +++ b/effects/trail/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/effect-trail", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles trail effect", "homepage": "https://particles.js.org", "repository": { @@ -100,7 +100,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "4.0.0-alpha.0" + "@tsparticles/engine": "4.0.0-alpha.2" }, "publishConfig": { "access": "public" diff --git a/effects/trail/package.json b/effects/trail/package.json index e5295f8f014..2dc802376d2 100644 --- a/effects/trail/package.json +++ b/effects/trail/package.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/effect-trail", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles trail effect", "homepage": "https://particles.js.org", "scripts": { @@ -108,7 +108,7 @@ "./package.json": "./dist/package.json" }, "dependencies": { - "@tsparticles/engine": "workspace:4.0.0-alpha.0" + "@tsparticles/engine": "workspace:4.0.0-alpha.2" }, "publishConfig": { "access": "public", diff --git a/engine/.mocharc.json b/engine/.mocharc.json deleted file mode 100644 index 5681774ee6d..00000000000 --- a/engine/.mocharc.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "extension": [ - "ts" - ], - "spec": "tests/**/*.ts", - "require": [ - "jsdom-global/register", - "ts-node/register", - "source-map-support/register" - ], - "recursive": true -} diff --git a/engine/CHANGELOG.md b/engine/CHANGELOG.md index b824a24c978..ac01aee9ed4 100644 --- a/engine/CHANGELOG.md +++ b/engine/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.0.0-alpha.2](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.1...v4.0.0-alpha.2) (2026-01-08) + +### Bug Fixes + +- fixed install script, now it's a module ([7a80a88](https://github.com/tsparticles/tsparticles/commit/7a80a880fe3a649199fa912dbea31e4ee45e9689)) + +# [4.0.0-alpha.1](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.0...v4.0.0-alpha.1) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/engine + # [4.0.0-alpha.0](https://github.com/tsparticles/tsparticles/compare/v3.9.1...v4.0.0-alpha.0) (2026-01-07) ### Bug Fixes diff --git a/engine/package.dist.json b/engine/package.dist.json index 00246d4d199..dcbc7c63008 100644 --- a/engine/package.dist.json +++ b/engine/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/engine", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "Easily create highly customizable particle, confetti and fireworks animations and use them as animated backgrounds for your website. Ready to use components available also for React, Vue.js (2.x and 3.x), Angular, Svelte, jQuery, Preact, Riot.js, Inferno.", "homepage": "https://particles.js.org", "scripts": { diff --git a/engine/package.json b/engine/package.json index 6afcd7fd118..c78ce98deaa 100644 --- a/engine/package.json +++ b/engine/package.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/engine", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "Easily create highly customizable particle, confetti and fireworks animations and use them as animated backgrounds for your website. Ready to use components available also for React, Vue.js (2.x and 3.x), Angular, Svelte, jQuery, Preact, Riot.js, Inferno.", "homepage": "https://particles.js.org", "scripts": { diff --git a/engine/scripts/install.js b/engine/scripts/install.js index d05d8abe176..86a801b07a8 100644 --- a/engine/scripts/install.js +++ b/engine/scripts/install.js @@ -1,243 +1,267 @@ -const path = require("path"), - particlesJsFoundError = "particles.js-found", - reactParticlesJsFoundError = "react-particles-js-found", - reactParticlesFoundError = "react-particles-found", - reactTsParticlesFoundError = "react-tsparticles-found", - angularParticlesFoundError = "ng-particles-found", - vue2ParticlesFoundError = "vue2-particles-found", - vue3ParticlesFoundError = "vue3-particles-found"; - -try { - console.log("Thank you for installing tsParticles."); - console.log("Remember to checkout the official website https://particles.js.org to explore some samples."); - console.log("You can find more samples on CodePen too: https://codepen.io/collection/DPOage"); - console.log("If you need documentation you can find it here: https://particles.js.org/docs"); - console.log( - "Don't forget to star the tsParticles repository, if you like the project and want to support it: https://github.com/tsparticles/tsparticles" - ); - - const pkgSettings = require(path.join(process.env.INIT_CWD, "package.json")); - - if (!pkgSettings) { - return; - } - - const dependencies = pkgSettings.dependencies; +import path from "path"; +import { fileURLToPath } from "url"; +import fs from "fs-extra"; - if (!dependencies) { - return; - } +async function checkErrors() { + const angularParticlesFoundError = "ng-particles-found", + particlesJsFoundError = "particles.js-found", + reactParticlesJsFoundError = "react-particles-js-found", + reactParticlesFoundError = "react-particles-found", + reactTsParticlesFoundError = "react-tsparticles-found", + svelteParticlesFoundError = "svelte-particles-found", + vue2ParticlesFoundError = "vue2-particles-found", + vue3ParticlesFoundError = "vue3-particles-found"; - if (dependencies["particles.js"]) { - console.error( - "\x1b[31m%s\x1b[0m", - "The package particles.js can't be installed with tsparticles, since it can lead to unexpected behaviors, please uninstall particles.js and remove it from the package.json file." + try { + console.log("Thank you for installing tsParticles."); + console.log("Remember to checkout the official website https://particles.js.org to explore some samples."); + console.log("You can find more samples on CodePen too: https://codepen.io/collection/DPOage"); + console.log("If you need documentation you can find it here: https://particles.js.org/docs"); + console.log( + "Don't forget to star the tsParticles repository, if you like the project and want to support it: https://github.com/tsparticles/tsparticles" ); - throw new Error(reactParticlesJsFoundError); - } + const rootPkgPath = path.join(process.env.INIT_CWD, "package.json"), + pkgSettings = await fs.readJson(rootPkgPath); - if (dependencies["particlesjs"]) { - console.error( - "\x1b[31m%s\x1b[0m", - "The package particlesjs can't be installed with tsparticles, since it can lead to unexpected behaviors, please uninstall particlesjs and remove it from the package.json file." - ); + if (!pkgSettings) { + return; + } - throw new Error(reactParticlesJsFoundError); - } + const dependencies = pkgSettings.dependencies; - if (dependencies["react-particles-js"]) { - console.error( - "\x1b[31m%s\x1b[0m", - "The package react-particles-js has been deprecated and is not supported anymore." - ); - console.error("\x1b[31m%s\x1b[0m", "Please consider switching to react-particles package."); - console.error( - "\x1b[31m%s\x1b[0m", - "This error will be fixed once react-particles-js is removed from the package.json file." - ); + if (!dependencies) { + return; + } - throw new Error(reactParticlesJsFoundError); - } + if (dependencies["particles.js"]) { + console.error( + "\x1b[31m%s\x1b[0m", + "The package particles.js can't be installed with tsparticles, since it can lead to unexpected behaviors, please uninstall particles.js and remove it from the package.json file." + ); - if (dependencies["react-tsparticles"]) { - console.error( - "\x1b[31m%s\x1b[0m", - "The package react-tsparticles has been deprecated and is not supported anymore." - ); - console.error("\x1b[31m%s\x1b[0m", "Please consider switching to @tsparticles/react package."); - console.error( - "\x1b[31m%s\x1b[0m", - "This error will be fixed once react-tsparticles is removed from the package.json file." - ); + throw new Error(reactParticlesJsFoundError); + } - throw new Error(reactTsParticlesFoundError); - } + if (dependencies["particlesjs"]) { + console.error( + "\x1b[31m%s\x1b[0m", + "The package particlesjs can't be installed with tsparticles, since it can lead to unexpected behaviors, please uninstall particlesjs and remove it from the package.json file." + ); - if (dependencies["react-particles"]) { - console.error( - "\x1b[31m%s\x1b[0m", - "The package react-particles has been deprecated and is not supported anymore." - ); - console.error("\x1b[31m%s\x1b[0m", "Please consider switching to @tsparticles/react package."); - console.error( - "\x1b[31m%s\x1b[0m", - "This error will be fixed once react-particles is removed from the package.json file." - ); + throw new Error(reactParticlesJsFoundError); + } - throw new Error(reactParticlesFoundError); - } + if (dependencies["react-particles-js"]) { + console.error( + "\x1b[31m%s\x1b[0m", + "The package react-particles-js has been deprecated and is not supported anymore." + ); + console.error("\x1b[31m%s\x1b[0m", "Please consider switching to react-particles package."); + console.error( + "\x1b[31m%s\x1b[0m", + "This error will be fixed once react-particles-js is removed from the package.json file." + ); - if (dependencies["react"] || dependencies["next"]) { - if (!dependencies["@tsparticles/react"]) { - console.warn( - "\x1b[43m\x1b[30m%s\x1b[0m", - "Found React installed. Please download react-particles to use tsParticles with a component ready to use and easier to configure." + throw new Error(reactParticlesJsFoundError); + } + + if (dependencies["react-tsparticles"]) { + console.error( + "\x1b[31m%s\x1b[0m", + "The package react-tsparticles has been deprecated and is not supported anymore." ); - console.log( - "You can read more about the component here: https://github.com/tsparticles/react/#readme" + console.error("\x1b[31m%s\x1b[0m", "Please consider switching to @tsparticles/react package."); + console.error( + "\x1b[31m%s\x1b[0m", + "This error will be fixed once react-tsparticles is removed from the package.json file." ); + + throw new Error(reactTsParticlesFoundError); } - } - if (dependencies["ng-particles"]) { - console.error( - "\x1b[31m%s\x1b[0m", - "The package ng-particles has been deprecated and is not supported anymore." - ); - console.error("\x1b[31m%s\x1b[0m", "Please consider switching to @tsparticles/angular package."); - console.error( - "\x1b[31m%s\x1b[0m", - "This error will be fixed once ng-particles is removed from the package.json file." - ); + if (dependencies["react-particles"]) { + console.error( + "\x1b[31m%s\x1b[0m", + "The package react-particles has been deprecated and is not supported anymore." + ); + console.error("\x1b[31m%s\x1b[0m", "Please consider switching to @tsparticles/react package."); + console.error( + "\x1b[31m%s\x1b[0m", + "This error will be fixed once react-particles is removed from the package.json file." + ); - throw new Error(angularParticlesFoundError); - } + throw new Error(reactParticlesFoundError); + } - if (dependencies["@angular/core"]) { - if (!dependencies["@tsparticles/angular"]) { - console.warn( - "\x1b[43m\x1b[30m%s\x1b[0m", - "Found Angular installed. Please download ng-particles to use tsParticles with a component ready to use and easier to configure." + if (dependencies["react"] || dependencies["next"]) { + if (!dependencies["@tsparticles/react"]) { + console.warn( + "\x1b[43m\x1b[30m%s\x1b[0m", + "Found React installed. Please download react-particles to use tsParticles with a component ready to use and easier to configure." + ); + console.log( + "You can read more about the component here: https://github.com/tsparticles/react/#readme" + ); + } + } + + if (dependencies["ng-particles"]) { + console.error( + "\x1b[31m%s\x1b[0m", + "The package ng-particles has been deprecated and is not supported anymore." + ); + console.error("\x1b[31m%s\x1b[0m", "Please consider switching to @tsparticles/angular package."); + console.error( + "\x1b[31m%s\x1b[0m", + "This error will be fixed once ng-particles is removed from the package.json file." ); - console.log("You can read more about the component here: https://github.com/tsparticles/angular/#readme"); + + throw new Error(angularParticlesFoundError); } - } - if (dependencies["vue3-particles"]) { - console.error( - "\x1b[31m%s\x1b[0m", - "The package vue3-particles has been deprecated and is not supported anymore." - ); - console.error("\x1b[31m%s\x1b[0m", "Please consider switching to @tsparticles/vue3 package."); - console.error( - "\x1b[31m%s\x1b[0m", - "This error will be fixed once vue3-particles is removed from the package.json file." - ); + if (dependencies["@angular/core"]) { + if (!dependencies["@tsparticles/angular"]) { + console.warn( + "\x1b[43m\x1b[30m%s\x1b[0m", + "Found Angular installed. Please download ng-particles to use tsParticles with a component ready to use and easier to configure." + ); + console.log("You can read more about the component here: https://github.com/tsparticles/angular/#readme"); + } + } - throw new Error(vue3ParticlesFoundError); - } + if (dependencies["vue3-particles"]) { + console.error( + "\x1b[31m%s\x1b[0m", + "The package vue3-particles has been deprecated and is not supported anymore." + ); + console.error("\x1b[31m%s\x1b[0m", "Please consider switching to @tsparticles/vue3 package."); + console.error( + "\x1b[31m%s\x1b[0m", + "This error will be fixed once vue3-particles is removed from the package.json file." + ); - if (dependencies["vue2-particles"]) { - console.error( - "\x1b[31m%s\x1b[0m", - "The package vue2-particles has been deprecated and is not supported anymore." - ); - console.error("\x1b[31m%s\x1b[0m", "Please consider switching to @tsparticles/vue2 package."); - console.error( - "\x1b[31m%s\x1b[0m", - "This error will be fixed once vue2-particles is removed from the package.json file." - ); + throw new Error(vue3ParticlesFoundError); + } - throw new Error(vue2ParticlesFoundError); - } + if (dependencies["vue2-particles"]) { + console.error( + "\x1b[31m%s\x1b[0m", + "The package vue2-particles has been deprecated and is not supported anymore." + ); + console.error("\x1b[31m%s\x1b[0m", "Please consider switching to @tsparticles/vue2 package."); + console.error( + "\x1b[31m%s\x1b[0m", + "This error will be fixed once vue2-particles is removed from the package.json file." + ); + + throw new Error(vue2ParticlesFoundError); + } - if (dependencies["vue"] || dependencies["nuxt"]) { - const vueVersion = dependencies["vue"], - nuxtVersion = dependencies["nuxt"], - vueMajor = (vueVersion || nuxtVersion).split(".")[0]; + if (dependencies["vue"] || dependencies["nuxt"]) { + const vueVersion = dependencies["vue"], + nuxtVersion = dependencies["nuxt"], + vueMajor = (vueVersion || nuxtVersion).split(".")[0]; - if (vueMajor > 2) { - if (!dependencies["@tsparticles/vue3"]) { + if (vueMajor > 2) { + if (!dependencies["@tsparticles/vue3"]) { + console.warn( + "\x1b[43m\x1b[30m%s\x1b[0m", + "Found Vue 3.x installed. Please Download @tsparticles/vue3 to use tsParticles with a component ready to use and easier to configure." + ); + console.log( + "You can read more about the component here: https://github.com/tsparticles/vue3/#readme" + ); + } + } else { + if (!dependencies["@tsparticles/vue2"]) { + console.warn( + "\x1b[43m\x1b[30m%s\x1b[0m", + "Found Vue 2.x installed. Please Download @tsparticles/vue2 to use tsParticles with a component ready to use and easier to configure." + ); + console.log( + "You can read more about the component here: https://github.com/tsparticles/vue2/#readme" + ); + } + } + } + + if (dependencies["svelte"]) { + if (dependencies["svelte-particles"]) { + console.error( + "\x1b[31m%s\x1b[0m", + "The package svelte-particles has been deprecated and is not supported anymore." + ); + console.error("\x1b[31m%s\x1b[0m", "Please consider switching to @tsparticles/svelte package."); + console.error( + "\x1b[31m%s\x1b[0m", + "This error will be fixed once svelte-particles is removed from the package.json file." + ); + + throw new Error(svelteParticlesFoundError); + } + + if (!dependencies["@tsparticles/svelte"]) { console.warn( "\x1b[43m\x1b[30m%s\x1b[0m", - "Found Vue 3.x installed. Please Download @tsparticles/vue3 to use tsParticles with a component ready to use and easier to configure." + "Found Svelte installed. Please Download @tsparticles/svelte to use tsParticles with a component ready to use and easier to configure." ); console.log( - "You can read more about the component here: https://github.com/tsparticles/vue3/#readme" + "You can read more about the component here: https://github.com/tsparticles/svelte/#readme" ); } - } else { - if (!dependencies["@tsparticles/vue2"]) { + } + + if (dependencies["inferno"]) { + if (!dependencies["inferno-particles"]) { console.warn( "\x1b[43m\x1b[30m%s\x1b[0m", - "Found Vue 2.x installed. Please Download @tsparticles/vue2 to use tsParticles with a component ready to use and easier to configure." + "Found Inferno installed. Please Download inferno-particles to use tsParticles with a component ready to use and easier to configure." ); console.log( - "You can read more about the component here: https://github.com/tsparticles/vue2/#readme" + "You can read more about the component here: https://github.com/tsparticles/tsparticles/blob/main/components/inferno/README.md" ); } } - } - if (dependencies["svelte"]) { - if (!dependencies["svelte-particles"]) { - console.warn( - "\x1b[43m\x1b[30m%s\x1b[0m", - "Found Svelte installed. Please Download svelte-particles to use tsParticles with a component ready to use and easier to configure." - ); - console.log( - "You can read more about the component here: https://github.com/tsparticles/tsparticles/blob/main/components/svelte/README.md" - ); + if (dependencies["preact"]) { + if (!dependencies["preact-particles"]) { + console.warn( + "\x1b[43m\x1b[30m%s\x1b[0m", + "Found Preact installed. Please Download preact-particles to use tsParticles with a component ready to use and easier to configure." + ); + console.log( + "You can read more about the component here: https://github.com/tsparticles/tsparticles/blob/main/components/preact/README.md" + ); + } } - } - if (dependencies["inferno"]) { - if (!dependencies["inferno-particles"]) { - console.warn( - "\x1b[43m\x1b[30m%s\x1b[0m", - "Found Inferno installed. Please Download inferno-particles to use tsParticles with a component ready to use and easier to configure." - ); - console.log( - "You can read more about the component here: https://github.com/tsparticles/tsparticles/blob/main/components/inferno/README.md" - ); + if (dependencies["jquery"]) { + if (!dependencies["jquery-particles"]) { + console.warn( + "\x1b[43m\x1b[30m%s\x1b[0m", + "Found jQuery installed. Please Download jquery-particles to use tsParticles with a plugin ready to use and easier to configure." + ); + console.log( + "You can read more about the plugin here: https://github.com/tsparticles/tsparticles/blob/main/components/jquery/README.md" + ); + } } - } - - if (dependencies["preact"]) { - if (!dependencies["preact-particles"]) { - console.warn( - "\x1b[43m\x1b[30m%s\x1b[0m", - "Found Preact installed. Please Download preact-particles to use tsParticles with a component ready to use and easier to configure." - ); - console.log( - "You can read more about the component here: https://github.com/tsparticles/tsparticles/blob/main/components/preact/README.md" - ); + } catch (error) { + if (error.message === reactParticlesJsFoundError || + error.message === particlesJsFoundError || + error.message === reactParticlesFoundError || + error.message === reactTsParticlesFoundError || + error.message === angularParticlesFoundError || + error.message === vue2ParticlesFoundError || + error.message === vue3ParticlesFoundError || + error.message === svelteParticlesFoundError + ) { + throw error; } - } - if (dependencies["jquery"]) { - if (!dependencies["jquery-particles"]) { - console.warn( - "\x1b[43m\x1b[30m%s\x1b[0m", - "Found jQuery installed. Please Download jquery-particles to use tsParticles with a plugin ready to use and easier to configure." - ); - console.log( - "You can read more about the plugin here: https://github.com/tsparticles/tsparticles/blob/main/components/jquery/README.md" - ); - } + console.log(error); } -} catch (error) { - if (error.message === reactParticlesJsFoundError || - error.message === particlesJsFoundError || - error.message === reactParticlesFoundError || - error.message === reactTsParticlesFoundError || - error.message === angularParticlesFoundError || - error.message === vue2ParticlesFoundError || - error.message === vue3ParticlesFoundError - ) { - throw error; - } - - console.log(error); } + +checkErrors(); \ No newline at end of file diff --git a/interactions/external/attract/CHANGELOG.md b/interactions/external/attract/CHANGELOG.md index f6ae47ec78b..32d696653c2 100644 --- a/interactions/external/attract/CHANGELOG.md +++ b/interactions/external/attract/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.0.0-alpha.2](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.1...v4.0.0-alpha.2) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/interaction-external-attract + +# [4.0.0-alpha.1](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.0...v4.0.0-alpha.1) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/interaction-external-attract + # [4.0.0-alpha.0](https://github.com/tsparticles/tsparticles/compare/v3.9.1...v4.0.0-alpha.0) (2026-01-07) **Note:** Version bump only for package @tsparticles/interaction-external-attract diff --git a/interactions/external/attract/package.dist.json b/interactions/external/attract/package.dist.json index c3f933485d0..61f8c10bafd 100644 --- a/interactions/external/attract/package.dist.json +++ b/interactions/external/attract/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/interaction-external-attract", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles attract external interaction", "homepage": "https://particles.js.org", "repository": { @@ -87,7 +87,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "4.0.0-alpha.0" + "@tsparticles/engine": "4.0.0-alpha.2" }, "publishConfig": { "access": "public" diff --git a/interactions/external/attract/package.json b/interactions/external/attract/package.json index 1036c81a92b..99db1e614b3 100644 --- a/interactions/external/attract/package.json +++ b/interactions/external/attract/package.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/interaction-external-attract", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles attract external interaction", "homepage": "https://particles.js.org", "scripts": { @@ -95,7 +95,7 @@ "./package.json": "./dist/package.json" }, "dependencies": { - "@tsparticles/engine": "workspace:4.0.0-alpha.0" + "@tsparticles/engine": "workspace:4.0.0-alpha.2" }, "publishConfig": { "access": "public", diff --git a/interactions/external/bounce/CHANGELOG.md b/interactions/external/bounce/CHANGELOG.md index 7685d89b524..58b4d0b068f 100644 --- a/interactions/external/bounce/CHANGELOG.md +++ b/interactions/external/bounce/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.0.0-alpha.2](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.1...v4.0.0-alpha.2) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/interaction-external-bounce + +# [4.0.0-alpha.1](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.0...v4.0.0-alpha.1) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/interaction-external-bounce + # [4.0.0-alpha.0](https://github.com/tsparticles/tsparticles/compare/v3.9.1...v4.0.0-alpha.0) (2026-01-07) ### Bug Fixes diff --git a/interactions/external/bounce/package.dist.json b/interactions/external/bounce/package.dist.json index 472e9fdc8b4..342eeb704b4 100644 --- a/interactions/external/bounce/package.dist.json +++ b/interactions/external/bounce/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/interaction-external-bounce", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles bounce external interaction", "homepage": "https://particles.js.org", "repository": { @@ -87,7 +87,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "4.0.0-alpha.0" + "@tsparticles/engine": "4.0.0-alpha.2" }, "publishConfig": { "access": "public" diff --git a/interactions/external/bounce/package.json b/interactions/external/bounce/package.json index 83b0a692eef..049c20f1457 100644 --- a/interactions/external/bounce/package.json +++ b/interactions/external/bounce/package.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/interaction-external-bounce", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles bounce external interaction", "homepage": "https://particles.js.org", "scripts": { @@ -95,7 +95,7 @@ "./package.json": "./dist/package.json" }, "dependencies": { - "@tsparticles/engine": "workspace:4.0.0-alpha.0" + "@tsparticles/engine": "workspace:4.0.0-alpha.2" }, "publishConfig": { "access": "public", diff --git a/interactions/external/bubble/CHANGELOG.md b/interactions/external/bubble/CHANGELOG.md index 3ea8b17c715..6cb007de348 100644 --- a/interactions/external/bubble/CHANGELOG.md +++ b/interactions/external/bubble/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.0.0-alpha.2](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.1...v4.0.0-alpha.2) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/interaction-external-bubble + +# [4.0.0-alpha.1](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.0...v4.0.0-alpha.1) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/interaction-external-bubble + # [4.0.0-alpha.0](https://github.com/tsparticles/tsparticles/compare/v3.9.1...v4.0.0-alpha.0) (2026-01-07) **Note:** Version bump only for package @tsparticles/interaction-external-bubble diff --git a/interactions/external/bubble/package.dist.json b/interactions/external/bubble/package.dist.json index 198c24f2dad..54eb12a20b2 100644 --- a/interactions/external/bubble/package.dist.json +++ b/interactions/external/bubble/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/interaction-external-bubble", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles bubble external interaction", "homepage": "https://particles.js.org", "repository": { @@ -87,7 +87,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "4.0.0-alpha.0" + "@tsparticles/engine": "4.0.0-alpha.2" }, "publishConfig": { "access": "public" diff --git a/interactions/external/bubble/package.json b/interactions/external/bubble/package.json index f5a64390bc4..7313a9d7462 100644 --- a/interactions/external/bubble/package.json +++ b/interactions/external/bubble/package.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/interaction-external-bubble", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles bubble external interaction", "homepage": "https://particles.js.org", "scripts": { @@ -95,7 +95,7 @@ "./package.json": "./dist/package.json" }, "dependencies": { - "@tsparticles/engine": "workspace:4.0.0-alpha.0" + "@tsparticles/engine": "workspace:4.0.0-alpha.2" }, "publishConfig": { "access": "public", diff --git a/interactions/external/connect/CHANGELOG.md b/interactions/external/connect/CHANGELOG.md index a35ce95ae17..8addcaa4b54 100644 --- a/interactions/external/connect/CHANGELOG.md +++ b/interactions/external/connect/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.0.0-alpha.2](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.1...v4.0.0-alpha.2) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/interaction-external-connect + +# [4.0.0-alpha.1](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.0...v4.0.0-alpha.1) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/interaction-external-connect + # [4.0.0-alpha.0](https://github.com/tsparticles/tsparticles/compare/v3.9.1...v4.0.0-alpha.0) (2026-01-07) ### Features diff --git a/interactions/external/connect/package.dist.json b/interactions/external/connect/package.dist.json index f5f74b966bd..7306bbc07d5 100644 --- a/interactions/external/connect/package.dist.json +++ b/interactions/external/connect/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/interaction-external-connect", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles connect external interaction", "homepage": "https://particles.js.org", "repository": { @@ -87,7 +87,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "4.0.0-alpha.0" + "@tsparticles/engine": "4.0.0-alpha.2" }, "publishConfig": { "access": "public" diff --git a/interactions/external/connect/package.json b/interactions/external/connect/package.json index c774849e699..8024e4ce5b6 100644 --- a/interactions/external/connect/package.json +++ b/interactions/external/connect/package.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/interaction-external-connect", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles connect external interaction", "homepage": "https://particles.js.org", "scripts": { @@ -95,7 +95,7 @@ "./package.json": "./dist/package.json" }, "dependencies": { - "@tsparticles/engine": "workspace:4.0.0-alpha.0" + "@tsparticles/engine": "workspace:4.0.0-alpha.2" }, "publishConfig": { "access": "public", diff --git a/interactions/external/grab/CHANGELOG.md b/interactions/external/grab/CHANGELOG.md index 085a245be4b..c6271cc03cc 100644 --- a/interactions/external/grab/CHANGELOG.md +++ b/interactions/external/grab/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.0.0-alpha.2](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.1...v4.0.0-alpha.2) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/interaction-external-grab + +# [4.0.0-alpha.1](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.0...v4.0.0-alpha.1) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/interaction-external-grab + # [4.0.0-alpha.0](https://github.com/tsparticles/tsparticles/compare/v3.9.1...v4.0.0-alpha.0) (2026-01-07) ### Features diff --git a/interactions/external/grab/package.dist.json b/interactions/external/grab/package.dist.json index d8b9dafc238..07c9cb55c7e 100644 --- a/interactions/external/grab/package.dist.json +++ b/interactions/external/grab/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/interaction-external-grab", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles grab external interaction", "homepage": "https://particles.js.org", "repository": { @@ -87,7 +87,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "4.0.0-alpha.0" + "@tsparticles/engine": "4.0.0-alpha.2" }, "publishConfig": { "access": "public" diff --git a/interactions/external/grab/package.json b/interactions/external/grab/package.json index 912ea2b5168..b317f0ecba6 100644 --- a/interactions/external/grab/package.json +++ b/interactions/external/grab/package.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/interaction-external-grab", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles grab external interaction", "homepage": "https://particles.js.org", "scripts": { @@ -95,7 +95,7 @@ "./package.json": "./dist/package.json" }, "dependencies": { - "@tsparticles/engine": "workspace:4.0.0-alpha.0" + "@tsparticles/engine": "workspace:4.0.0-alpha.2" }, "publishConfig": { "access": "public", diff --git a/interactions/external/particle/CHANGELOG.md b/interactions/external/particle/CHANGELOG.md index 020a68edc69..14b0a963cec 100644 --- a/interactions/external/particle/CHANGELOG.md +++ b/interactions/external/particle/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.0.0-alpha.2](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.1...v4.0.0-alpha.2) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/interaction-external-particle + +# [4.0.0-alpha.1](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.0...v4.0.0-alpha.1) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/interaction-external-particle + # [4.0.0-alpha.0](https://github.com/tsparticles/tsparticles/compare/v3.9.1...v4.0.0-alpha.0) (2026-01-07) **Note:** Version bump only for package @tsparticles/interaction-external-particle diff --git a/interactions/external/particle/package.dist.json b/interactions/external/particle/package.dist.json index bc6f93f51e2..21ce8c7aaa0 100644 --- a/interactions/external/particle/package.dist.json +++ b/interactions/external/particle/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/interaction-external-particle", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles particle external interaction", "homepage": "https://particles.js.org", "repository": { @@ -87,7 +87,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "4.0.0-alpha.0" + "@tsparticles/engine": "4.0.0-alpha.2" }, "publishConfig": { "access": "public" diff --git a/interactions/external/particle/package.json b/interactions/external/particle/package.json index 847dd83f733..15fd1717117 100644 --- a/interactions/external/particle/package.json +++ b/interactions/external/particle/package.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/interaction-external-particle", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles particle external interaction", "homepage": "https://particles.js.org", "scripts": { @@ -67,7 +67,7 @@ "./package.json": "./dist/package.json" }, "dependencies": { - "@tsparticles/engine": "workspace:4.0.0-alpha.0" + "@tsparticles/engine": "workspace:4.0.0-alpha.2" }, "publishConfig": { "access": "public", diff --git a/interactions/external/pause/CHANGELOG.md b/interactions/external/pause/CHANGELOG.md index 051bb38ee0d..32f03b6b6f3 100644 --- a/interactions/external/pause/CHANGELOG.md +++ b/interactions/external/pause/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.0.0-alpha.2](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.1...v4.0.0-alpha.2) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/interaction-external-pause + +# [4.0.0-alpha.1](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.0...v4.0.0-alpha.1) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/interaction-external-pause + # [4.0.0-alpha.0](https://github.com/tsparticles/tsparticles/compare/v3.9.1...v4.0.0-alpha.0) (2026-01-07) **Note:** Version bump only for package @tsparticles/interaction-external-pause diff --git a/interactions/external/pause/package.dist.json b/interactions/external/pause/package.dist.json index 73a829f06cf..666680061d9 100644 --- a/interactions/external/pause/package.dist.json +++ b/interactions/external/pause/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/interaction-external-pause", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles pause external interaction", "homepage": "https://particles.js.org", "repository": { @@ -87,7 +87,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "4.0.0-alpha.0" + "@tsparticles/engine": "4.0.0-alpha.2" }, "publishConfig": { "access": "public" diff --git a/interactions/external/pause/package.json b/interactions/external/pause/package.json index 44c2bd7417c..632ccc94aaf 100644 --- a/interactions/external/pause/package.json +++ b/interactions/external/pause/package.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/interaction-external-pause", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles pause external interaction", "homepage": "https://particles.js.org", "scripts": { @@ -95,7 +95,7 @@ "./package.json": "./dist/package.json" }, "dependencies": { - "@tsparticles/engine": "workspace:4.0.0-alpha.0" + "@tsparticles/engine": "workspace:4.0.0-alpha.2" }, "publishConfig": { "access": "public", diff --git a/interactions/external/pop/CHANGELOG.md b/interactions/external/pop/CHANGELOG.md index a599d4b46cd..5276d3326e1 100644 --- a/interactions/external/pop/CHANGELOG.md +++ b/interactions/external/pop/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.0.0-alpha.2](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.1...v4.0.0-alpha.2) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/interaction-external-pop + +# [4.0.0-alpha.1](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.0...v4.0.0-alpha.1) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/interaction-external-pop + # [4.0.0-alpha.0](https://github.com/tsparticles/tsparticles/compare/v3.9.1...v4.0.0-alpha.0) (2026-01-07) **Note:** Version bump only for package @tsparticles/interaction-external-pop diff --git a/interactions/external/pop/package.dist.json b/interactions/external/pop/package.dist.json index f330378c257..427900e6023 100644 --- a/interactions/external/pop/package.dist.json +++ b/interactions/external/pop/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/interaction-external-pop", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles pop external interaction", "homepage": "https://particles.js.org", "repository": { @@ -87,7 +87,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "4.0.0-alpha.0" + "@tsparticles/engine": "4.0.0-alpha.2" }, "publishConfig": { "access": "public" diff --git a/interactions/external/pop/package.json b/interactions/external/pop/package.json index e9b2642a2c1..d9aa05868d0 100644 --- a/interactions/external/pop/package.json +++ b/interactions/external/pop/package.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/interaction-external-pop", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles pop external interaction", "homepage": "https://particles.js.org", "scripts": { @@ -95,7 +95,7 @@ "./package.json": "./dist/package.json" }, "dependencies": { - "@tsparticles/engine": "workspace:4.0.0-alpha.0" + "@tsparticles/engine": "workspace:4.0.0-alpha.2" }, "publishConfig": { "access": "public", diff --git a/interactions/external/push/CHANGELOG.md b/interactions/external/push/CHANGELOG.md index f51400d6294..0e717493062 100644 --- a/interactions/external/push/CHANGELOG.md +++ b/interactions/external/push/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.0.0-alpha.2](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.1...v4.0.0-alpha.2) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/interaction-external-push + +# [4.0.0-alpha.1](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.0...v4.0.0-alpha.1) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/interaction-external-push + # [4.0.0-alpha.0](https://github.com/tsparticles/tsparticles/compare/v3.9.1...v4.0.0-alpha.0) (2026-01-07) **Note:** Version bump only for package @tsparticles/interaction-external-push diff --git a/interactions/external/push/package.dist.json b/interactions/external/push/package.dist.json index d49ed9724e5..d401ffef162 100644 --- a/interactions/external/push/package.dist.json +++ b/interactions/external/push/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/interaction-external-push", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles push external interaction", "homepage": "https://particles.js.org", "repository": { @@ -87,7 +87,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "4.0.0-alpha.0" + "@tsparticles/engine": "4.0.0-alpha.2" }, "publishConfig": { "access": "public" diff --git a/interactions/external/push/package.json b/interactions/external/push/package.json index 37e5b58be1d..b8096b654b2 100644 --- a/interactions/external/push/package.json +++ b/interactions/external/push/package.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/interaction-external-push", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles push external interaction", "homepage": "https://particles.js.org", "scripts": { @@ -95,7 +95,7 @@ "./package.json": "./dist/package.json" }, "dependencies": { - "@tsparticles/engine": "workspace:4.0.0-alpha.0" + "@tsparticles/engine": "workspace:4.0.0-alpha.2" }, "publishConfig": { "access": "public", diff --git a/interactions/external/remove/CHANGELOG.md b/interactions/external/remove/CHANGELOG.md index 7e0be08531e..a350eeb9077 100644 --- a/interactions/external/remove/CHANGELOG.md +++ b/interactions/external/remove/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.0.0-alpha.2](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.1...v4.0.0-alpha.2) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/interaction-external-remove + +# [4.0.0-alpha.1](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.0...v4.0.0-alpha.1) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/interaction-external-remove + # [4.0.0-alpha.0](https://github.com/tsparticles/tsparticles/compare/v3.9.1...v4.0.0-alpha.0) (2026-01-07) **Note:** Version bump only for package @tsparticles/interaction-external-remove diff --git a/interactions/external/remove/package.dist.json b/interactions/external/remove/package.dist.json index 42c79f9fd2b..96455e12bfe 100644 --- a/interactions/external/remove/package.dist.json +++ b/interactions/external/remove/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/interaction-external-remove", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles remove external interaction", "homepage": "https://particles.js.org", "repository": { @@ -87,7 +87,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "4.0.0-alpha.0" + "@tsparticles/engine": "4.0.0-alpha.2" }, "publishConfig": { "access": "public" diff --git a/interactions/external/remove/package.json b/interactions/external/remove/package.json index 7d163eaad8f..16e2827977e 100644 --- a/interactions/external/remove/package.json +++ b/interactions/external/remove/package.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/interaction-external-remove", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles remove external interaction", "homepage": "https://particles.js.org", "scripts": { @@ -95,7 +95,7 @@ "./package.json": "./dist/package.json" }, "dependencies": { - "@tsparticles/engine": "workspace:4.0.0-alpha.0" + "@tsparticles/engine": "workspace:4.0.0-alpha.2" }, "publishConfig": { "access": "public", diff --git a/interactions/external/repulse/CHANGELOG.md b/interactions/external/repulse/CHANGELOG.md index 0fa9380a912..be02a631c0d 100644 --- a/interactions/external/repulse/CHANGELOG.md +++ b/interactions/external/repulse/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.0.0-alpha.2](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.1...v4.0.0-alpha.2) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/interaction-external-repulse + +# [4.0.0-alpha.1](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.0...v4.0.0-alpha.1) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/interaction-external-repulse + # [4.0.0-alpha.0](https://github.com/tsparticles/tsparticles/compare/v3.9.1...v4.0.0-alpha.0) (2026-01-07) **Note:** Version bump only for package @tsparticles/interaction-external-repulse diff --git a/interactions/external/repulse/package.dist.json b/interactions/external/repulse/package.dist.json index 379b2779d38..427e336a13b 100644 --- a/interactions/external/repulse/package.dist.json +++ b/interactions/external/repulse/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/interaction-external-repulse", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles repulse external interaction", "homepage": "https://particles.js.org", "repository": { @@ -87,7 +87,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "4.0.0-alpha.0" + "@tsparticles/engine": "4.0.0-alpha.2" }, "publishConfig": { "access": "public" diff --git a/interactions/external/repulse/package.json b/interactions/external/repulse/package.json index 78d5b23f4b9..683b7471826 100644 --- a/interactions/external/repulse/package.json +++ b/interactions/external/repulse/package.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/interaction-external-repulse", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles repulse external interaction", "homepage": "https://particles.js.org", "scripts": { @@ -95,7 +95,7 @@ "./package.json": "./dist/package.json" }, "dependencies": { - "@tsparticles/engine": "workspace:4.0.0-alpha.0" + "@tsparticles/engine": "workspace:4.0.0-alpha.2" }, "publishConfig": { "access": "public", diff --git a/interactions/external/slow/CHANGELOG.md b/interactions/external/slow/CHANGELOG.md index ecdd3c012ab..438390866b6 100644 --- a/interactions/external/slow/CHANGELOG.md +++ b/interactions/external/slow/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.0.0-alpha.2](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.1...v4.0.0-alpha.2) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/interaction-external-slow + +# [4.0.0-alpha.1](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.0...v4.0.0-alpha.1) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/interaction-external-slow + # [4.0.0-alpha.0](https://github.com/tsparticles/tsparticles/compare/v3.9.1...v4.0.0-alpha.0) (2026-01-07) **Note:** Version bump only for package @tsparticles/interaction-external-slow diff --git a/interactions/external/slow/package.dist.json b/interactions/external/slow/package.dist.json index 83f00a5f92e..6535cda79e4 100644 --- a/interactions/external/slow/package.dist.json +++ b/interactions/external/slow/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/interaction-external-slow", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles slow external interaction", "homepage": "https://particles.js.org", "repository": { @@ -87,7 +87,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "4.0.0-alpha.0" + "@tsparticles/engine": "4.0.0-alpha.2" }, "publishConfig": { "access": "public" diff --git a/interactions/external/slow/package.json b/interactions/external/slow/package.json index c0bdb3caf73..60282c5dafd 100644 --- a/interactions/external/slow/package.json +++ b/interactions/external/slow/package.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/interaction-external-slow", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles slow external interaction", "homepage": "https://particles.js.org", "scripts": { @@ -95,7 +95,7 @@ "./package.json": "./dist/package.json" }, "dependencies": { - "@tsparticles/engine": "workspace:4.0.0-alpha.0" + "@tsparticles/engine": "workspace:4.0.0-alpha.2" }, "publishConfig": { "access": "public", diff --git a/interactions/external/trail/CHANGELOG.md b/interactions/external/trail/CHANGELOG.md index 1521f6c6c50..5ce12f6fde9 100644 --- a/interactions/external/trail/CHANGELOG.md +++ b/interactions/external/trail/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.0.0-alpha.2](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.1...v4.0.0-alpha.2) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/interaction-external-trail + +# [4.0.0-alpha.1](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.0...v4.0.0-alpha.1) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/interaction-external-trail + # [4.0.0-alpha.0](https://github.com/tsparticles/tsparticles/compare/v3.9.1...v4.0.0-alpha.0) (2026-01-07) **Note:** Version bump only for package @tsparticles/interaction-external-trail diff --git a/interactions/external/trail/package.dist.json b/interactions/external/trail/package.dist.json index fb5cda91127..e68f660b147 100644 --- a/interactions/external/trail/package.dist.json +++ b/interactions/external/trail/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/interaction-external-trail", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles trail external interaction", "homepage": "https://particles.js.org", "repository": { @@ -87,7 +87,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "4.0.0-alpha.0" + "@tsparticles/engine": "4.0.0-alpha.2" }, "publishConfig": { "access": "public" diff --git a/interactions/external/trail/package.json b/interactions/external/trail/package.json index 5d765eeaeb6..fefc33450f9 100644 --- a/interactions/external/trail/package.json +++ b/interactions/external/trail/package.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/interaction-external-trail", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles trail external interaction", "homepage": "https://particles.js.org", "scripts": { @@ -67,7 +67,7 @@ "./package.json": "./dist/package.json" }, "dependencies": { - "@tsparticles/engine": "workspace:4.0.0-alpha.0" + "@tsparticles/engine": "workspace:4.0.0-alpha.2" }, "publishConfig": { "access": "public", diff --git a/interactions/light/CHANGELOG.md b/interactions/light/CHANGELOG.md index aa311dfcf6d..0364e24ed6b 100644 --- a/interactions/light/CHANGELOG.md +++ b/interactions/light/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.0.0-alpha.2](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.1...v4.0.0-alpha.2) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/interaction-light + +# [4.0.0-alpha.1](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.0...v4.0.0-alpha.1) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/interaction-light + # [4.0.0-alpha.0](https://github.com/tsparticles/tsparticles/compare/v3.9.1...v4.0.0-alpha.0) (2026-01-07) ### Features diff --git a/interactions/light/package.dist.json b/interactions/light/package.dist.json index b97b6466f57..e7498d76ee2 100644 --- a/interactions/light/package.dist.json +++ b/interactions/light/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/interaction-light", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles Light interaction", "homepage": "https://particles.js.org", "repository": { @@ -101,7 +101,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "4.0.0-alpha.0" + "@tsparticles/engine": "4.0.0-alpha.2" }, "publishConfig": { "access": "public" diff --git a/interactions/light/package.json b/interactions/light/package.json index 02208467ca8..77fadb7f48e 100644 --- a/interactions/light/package.json +++ b/interactions/light/package.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/interaction-light", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles Light interaction", "homepage": "https://particles.js.org", "scripts": { @@ -109,7 +109,7 @@ "./package.json": "./dist/package.json" }, "dependencies": { - "@tsparticles/engine": "workspace:4.0.0-alpha.0" + "@tsparticles/engine": "workspace:4.0.0-alpha.2" }, "publishConfig": { "access": "public", diff --git a/interactions/particles/attract/CHANGELOG.md b/interactions/particles/attract/CHANGELOG.md index 0fb744cd409..9b9f47b8897 100644 --- a/interactions/particles/attract/CHANGELOG.md +++ b/interactions/particles/attract/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.0.0-alpha.2](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.1...v4.0.0-alpha.2) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/interaction-particles-attract + +# [4.0.0-alpha.1](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.0...v4.0.0-alpha.1) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/interaction-particles-attract + # [4.0.0-alpha.0](https://github.com/tsparticles/tsparticles/compare/v3.9.1...v4.0.0-alpha.0) (2026-01-07) **Note:** Version bump only for package @tsparticles/interaction-particles-attract diff --git a/interactions/particles/attract/package.dist.json b/interactions/particles/attract/package.dist.json index 84de1158be2..8bcefc1129d 100644 --- a/interactions/particles/attract/package.dist.json +++ b/interactions/particles/attract/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/interaction-particles-attract", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles attract particles interaction", "homepage": "https://particles.js.org", "repository": { @@ -87,7 +87,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "4.0.0-alpha.0" + "@tsparticles/engine": "4.0.0-alpha.2" }, "publishConfig": { "access": "public" diff --git a/interactions/particles/attract/package.json b/interactions/particles/attract/package.json index f03de4c1b90..ec39c06976b 100644 --- a/interactions/particles/attract/package.json +++ b/interactions/particles/attract/package.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/interaction-particles-attract", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles attract particles interaction", "homepage": "https://particles.js.org", "scripts": { @@ -95,7 +95,7 @@ "./package.json": "./dist/package.json" }, "dependencies": { - "@tsparticles/engine": "workspace:4.0.0-alpha.0" + "@tsparticles/engine": "workspace:4.0.0-alpha.2" }, "publishConfig": { "access": "public", diff --git a/interactions/particles/collisions/CHANGELOG.md b/interactions/particles/collisions/CHANGELOG.md index 195e669ba99..d6957632804 100644 --- a/interactions/particles/collisions/CHANGELOG.md +++ b/interactions/particles/collisions/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.0.0-alpha.2](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.1...v4.0.0-alpha.2) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/interaction-particles-collisions + +# [4.0.0-alpha.1](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.0...v4.0.0-alpha.1) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/interaction-particles-collisions + # [4.0.0-alpha.0](https://github.com/tsparticles/tsparticles/compare/v3.9.1...v4.0.0-alpha.0) (2026-01-07) **Note:** Version bump only for package @tsparticles/interaction-particles-collisions diff --git a/interactions/particles/collisions/package.dist.json b/interactions/particles/collisions/package.dist.json index 60fe7b56ed6..844a26382d2 100644 --- a/interactions/particles/collisions/package.dist.json +++ b/interactions/particles/collisions/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/interaction-particles-collisions", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles collisions particles interaction", "homepage": "https://particles.js.org", "repository": { @@ -87,7 +87,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "4.0.0-alpha.0" + "@tsparticles/engine": "4.0.0-alpha.2" }, "publishConfig": { "access": "public" diff --git a/interactions/particles/collisions/package.json b/interactions/particles/collisions/package.json index 09677e6c9cf..7f86ee36fc7 100644 --- a/interactions/particles/collisions/package.json +++ b/interactions/particles/collisions/package.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/interaction-particles-collisions", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles collisions particles interaction", "homepage": "https://particles.js.org", "scripts": { @@ -95,7 +95,7 @@ "./package.json": "./dist/package.json" }, "dependencies": { - "@tsparticles/engine": "workspace:4.0.0-alpha.0" + "@tsparticles/engine": "workspace:4.0.0-alpha.2" }, "publishConfig": { "access": "public", diff --git a/interactions/particles/links/CHANGELOG.md b/interactions/particles/links/CHANGELOG.md index 8cf96a9a60d..6ed91d79b8b 100644 --- a/interactions/particles/links/CHANGELOG.md +++ b/interactions/particles/links/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.0.0-alpha.2](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.1...v4.0.0-alpha.2) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/interaction-particles-links + +# [4.0.0-alpha.1](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.0...v4.0.0-alpha.1) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/interaction-particles-links + # [4.0.0-alpha.0](https://github.com/tsparticles/tsparticles/compare/v3.9.1...v4.0.0-alpha.0) (2026-01-07) ### Features diff --git a/interactions/particles/links/package.dist.json b/interactions/particles/links/package.dist.json index dd4f2b52ac6..3b72b0e32a6 100644 --- a/interactions/particles/links/package.dist.json +++ b/interactions/particles/links/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/interaction-particles-links", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles links particles interaction", "homepage": "https://particles.js.org", "repository": { @@ -87,7 +87,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "4.0.0-alpha.0" + "@tsparticles/engine": "4.0.0-alpha.2" }, "publishConfig": { "access": "public" diff --git a/interactions/particles/links/package.json b/interactions/particles/links/package.json index c30133cdbf3..48370629930 100644 --- a/interactions/particles/links/package.json +++ b/interactions/particles/links/package.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/interaction-particles-links", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles links particles interaction", "homepage": "https://particles.js.org", "scripts": { @@ -95,7 +95,7 @@ "./package.json": "./dist/package.json" }, "dependencies": { - "@tsparticles/engine": "workspace:4.0.0-alpha.0" + "@tsparticles/engine": "workspace:4.0.0-alpha.2" }, "publishConfig": { "access": "public", diff --git a/interactions/particles/repulse/CHANGELOG.md b/interactions/particles/repulse/CHANGELOG.md index b9960b88263..5fda4054613 100644 --- a/interactions/particles/repulse/CHANGELOG.md +++ b/interactions/particles/repulse/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.0.0-alpha.2](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.1...v4.0.0-alpha.2) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/interaction-particles-repulse + +# [4.0.0-alpha.1](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.0...v4.0.0-alpha.1) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/interaction-particles-repulse + # [4.0.0-alpha.0](https://github.com/tsparticles/tsparticles/compare/v3.9.1...v4.0.0-alpha.0) (2026-01-07) **Note:** Version bump only for package @tsparticles/interaction-particles-repulse diff --git a/interactions/particles/repulse/package.dist.json b/interactions/particles/repulse/package.dist.json index d90053b190b..4c0cb550d2f 100644 --- a/interactions/particles/repulse/package.dist.json +++ b/interactions/particles/repulse/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/interaction-particles-repulse", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles repulse particles interaction", "homepage": "https://particles.js.org", "repository": { @@ -101,7 +101,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "4.0.0-alpha.0" + "@tsparticles/engine": "4.0.0-alpha.2" }, "publishConfig": { "access": "public" diff --git a/interactions/particles/repulse/package.json b/interactions/particles/repulse/package.json index 0273b6ee23a..44d4355ca86 100644 --- a/interactions/particles/repulse/package.json +++ b/interactions/particles/repulse/package.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/interaction-particles-repulse", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles repulse particles interaction", "homepage": "https://particles.js.org", "scripts": { @@ -109,7 +109,7 @@ "./package.json": "./dist/package.json" }, "dependencies": { - "@tsparticles/engine": "workspace:4.0.0-alpha.0" + "@tsparticles/engine": "workspace:4.0.0-alpha.2" }, "publishConfig": { "access": "public", diff --git a/lerna.json b/lerna.json index 5997504b27f..96074e9b04f 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "npmClient": "pnpm", "conventionalCommits": true, "command": { diff --git a/move/base/CHANGELOG.md b/move/base/CHANGELOG.md index 043045146ab..ccb10039ca5 100644 --- a/move/base/CHANGELOG.md +++ b/move/base/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.0.0-alpha.2](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.1...v4.0.0-alpha.2) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/move-base + +# [4.0.0-alpha.1](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.0...v4.0.0-alpha.1) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/move-base + # [4.0.0-alpha.0](https://github.com/tsparticles/tsparticles/compare/v3.9.1...v4.0.0-alpha.0) (2026-01-07) **Note:** Version bump only for package @tsparticles/move-base diff --git a/move/base/package.dist.json b/move/base/package.dist.json index fb558f9b4de..bed3c7ee79a 100644 --- a/move/base/package.dist.json +++ b/move/base/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/move-base", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles Base movement", "homepage": "https://particles.js.org", "repository": { @@ -87,7 +87,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "4.0.0-alpha.0" + "@tsparticles/engine": "4.0.0-alpha.2" }, "publishConfig": { "access": "public" diff --git a/move/base/package.json b/move/base/package.json index 9576c0b2d7a..10b194fa11a 100644 --- a/move/base/package.json +++ b/move/base/package.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/move-base", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles Base movement", "homepage": "https://particles.js.org", "scripts": { @@ -95,7 +95,7 @@ "./package.json": "./dist/package.json" }, "dependencies": { - "@tsparticles/engine": "workspace:4.0.0-alpha.0" + "@tsparticles/engine": "workspace:4.0.0-alpha.2" }, "publishConfig": { "access": "public", diff --git a/move/parallax/CHANGELOG.md b/move/parallax/CHANGELOG.md index ff0129d9402..4ca1e9e608d 100644 --- a/move/parallax/CHANGELOG.md +++ b/move/parallax/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.0.0-alpha.2](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.1...v4.0.0-alpha.2) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/move-parallax + +# [4.0.0-alpha.1](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.0...v4.0.0-alpha.1) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/move-parallax + # [4.0.0-alpha.0](https://github.com/tsparticles/tsparticles/compare/v3.9.1...v4.0.0-alpha.0) (2026-01-07) **Note:** Version bump only for package @tsparticles/move-parallax diff --git a/move/parallax/package.dist.json b/move/parallax/package.dist.json index 330087476c5..72b650ad9c7 100644 --- a/move/parallax/package.dist.json +++ b/move/parallax/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/move-parallax", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles Parallax movement", "homepage": "https://particles.js.org", "repository": { @@ -59,7 +59,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "4.0.0-alpha.0" + "@tsparticles/engine": "4.0.0-alpha.2" }, "publishConfig": { "access": "public" diff --git a/move/parallax/package.json b/move/parallax/package.json index b5a7dd21acf..842373ab3ea 100644 --- a/move/parallax/package.json +++ b/move/parallax/package.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/move-parallax", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles Parallax movement", "homepage": "https://particles.js.org", "scripts": { @@ -67,7 +67,7 @@ "./package.json": "./dist/package.json" }, "dependencies": { - "@tsparticles/engine": "workspace:4.0.0-alpha.0" + "@tsparticles/engine": "workspace:4.0.0-alpha.2" }, "publishConfig": { "access": "public", diff --git a/package.json b/package.json index d9e187e2af8..8a090bb8f70 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "build:docs:json": "rimraf docs.json && typedoc --json docs.json", "prettify:ci:readme": "prettier --check ./README.md && prettier --check ./markdown/*", "prettify:readme": "prettier --write ./README.md && prettier --write ./markdown/*", - "version:alpha": "lerna version premajor --preid alpha --conventional-commits", + "version:alpha": "lerna version prerelease --preid alpha --conventional-commits", "version:beta": "lerna version prerelease --preid beta --conventional-commits", "publish:alpha": "lerna publish from-package --pre-dist-tag alpha --preid alpha", "publish:beta": "lerna publish from-package --pre-dist-tag beta --preid beta", @@ -26,8 +26,8 @@ "prettier": "@tsparticles/prettier-config", "devDependencies": { "@babel/core": "^7.28.5", - "@commitlint/cli": "^20.2.0", - "@commitlint/config-conventional": "^20.2.0", + "@commitlint/cli": "^20.3.0", + "@commitlint/config-conventional": "^20.3.0", "@nx/workspace": "^22.3.3", "@tsparticles/cli": "^3.0.14", "@tsparticles/eslint-config": "^3.0.9", @@ -73,11 +73,11 @@ "typedoc-plugin-mdn-links": "^5.0.10", "typedoc-plugin-missing-exports": "^4.1.2", "typescript": "^5.9.3", - "typescript-eslint": "^8.51.0", + "typescript-eslint": "^8.52.0", "typescript-json-schema": "^0.67.1", "vitest": "^4.0.16", "webpack": "^5.104.1", - "webpack-bundle-analyzer": "^5.1.0", + "webpack-bundle-analyzer": "^5.1.1", "webpack-cli": "^6.0.1", "yargs": "^18.0.0" }, diff --git a/paths/curlNoise/CHANGELOG.md b/paths/curlNoise/CHANGELOG.md index c8b68c89541..505f7583227 100644 --- a/paths/curlNoise/CHANGELOG.md +++ b/paths/curlNoise/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.0.0-alpha.2](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.1...v4.0.0-alpha.2) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/path-curl-noise + +# [4.0.0-alpha.1](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.0...v4.0.0-alpha.1) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/path-curl-noise + # [4.0.0-alpha.0](https://github.com/tsparticles/tsparticles/compare/v3.9.1...v4.0.0-alpha.0) (2026-01-07) **Note:** Version bump only for package @tsparticles/path-curl-noise diff --git a/paths/curlNoise/package.dist.json b/paths/curlNoise/package.dist.json index 3d6f94482fb..e7a5e51508f 100644 --- a/paths/curlNoise/package.dist.json +++ b/paths/curlNoise/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/path-curl-noise", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles curl noise path", "homepage": "https://particles.js.org", "repository": { @@ -104,8 +104,8 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "4.0.0-alpha.0", - "@tsparticles/simplex-noise": "4.0.0-alpha.0" + "@tsparticles/engine": "4.0.0-alpha.2", + "@tsparticles/simplex-noise": "4.0.0-alpha.2" }, "type": "module" } diff --git a/paths/curlNoise/package.json b/paths/curlNoise/package.json index 07f24a065dc..d9367b01026 100644 --- a/paths/curlNoise/package.json +++ b/paths/curlNoise/package.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/path-curl-noise", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles curl noise path", "homepage": "https://particles.js.org", "scripts": { @@ -95,8 +95,8 @@ "./package.json": "./dist/package.json" }, "dependencies": { - "@tsparticles/engine": "workspace:4.0.0-alpha.0", - "@tsparticles/simplex-noise": "workspace:4.0.0-alpha.0" + "@tsparticles/engine": "workspace:4.0.0-alpha.2", + "@tsparticles/simplex-noise": "workspace:4.0.0-alpha.2" }, "publishConfig": { "access": "public", diff --git a/paths/curves/CHANGELOG.md b/paths/curves/CHANGELOG.md index cda792987d5..9708fe008e4 100644 --- a/paths/curves/CHANGELOG.md +++ b/paths/curves/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.0.0-alpha.2](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.1...v4.0.0-alpha.2) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/path-curves + +# [4.0.0-alpha.1](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.0...v4.0.0-alpha.1) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/path-curves + # [4.0.0-alpha.0](https://github.com/tsparticles/tsparticles/compare/v3.9.1...v4.0.0-alpha.0) (2026-01-07) **Note:** Version bump only for package @tsparticles/path-curves diff --git a/paths/curves/package.dist.json b/paths/curves/package.dist.json index 6ea8e5c1d40..6546709e727 100644 --- a/paths/curves/package.dist.json +++ b/paths/curves/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/path-curves", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles curves path", "homepage": "https://particles.js.org", "repository": { @@ -104,7 +104,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "4.0.0-alpha.0" + "@tsparticles/engine": "4.0.0-alpha.2" }, "type": "module" } diff --git a/paths/curves/package.json b/paths/curves/package.json index 69513da3b43..1b721232357 100644 --- a/paths/curves/package.json +++ b/paths/curves/package.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/path-curves", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles curves path", "homepage": "https://particles.js.org", "scripts": { @@ -109,7 +109,7 @@ "./package.json": "./dist/package.json" }, "dependencies": { - "@tsparticles/engine": "workspace:4.0.0-alpha.0" + "@tsparticles/engine": "workspace:4.0.0-alpha.2" }, "publishConfig": { "access": "public", diff --git a/paths/fractalNoise/CHANGELOG.md b/paths/fractalNoise/CHANGELOG.md index 7936af20b1e..c5010ab6637 100644 --- a/paths/fractalNoise/CHANGELOG.md +++ b/paths/fractalNoise/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.0.0-alpha.2](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.1...v4.0.0-alpha.2) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/path-fractal-noise + +# [4.0.0-alpha.1](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.0...v4.0.0-alpha.1) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/path-fractal-noise + # [4.0.0-alpha.0](https://github.com/tsparticles/tsparticles/compare/v3.9.1...v4.0.0-alpha.0) (2026-01-07) **Note:** Version bump only for package @tsparticles/path-fractal-noise diff --git a/paths/fractalNoise/package.dist.json b/paths/fractalNoise/package.dist.json index 2dceed9b190..a92c4848274 100644 --- a/paths/fractalNoise/package.dist.json +++ b/paths/fractalNoise/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/path-fractal-noise", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles fractal noise path", "homepage": "https://particles.js.org", "repository": { @@ -104,9 +104,9 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "4.0.0-alpha.0", - "@tsparticles/fractal-noise": "4.0.0-alpha.0", - "@tsparticles/noise-field": "4.0.0-alpha.0" + "@tsparticles/engine": "4.0.0-alpha.2", + "@tsparticles/fractal-noise": "4.0.0-alpha.2", + "@tsparticles/noise-field": "4.0.0-alpha.2" }, "type": "module" } diff --git a/paths/fractalNoise/package.json b/paths/fractalNoise/package.json index 2647430f6ef..58c489cf2ba 100644 --- a/paths/fractalNoise/package.json +++ b/paths/fractalNoise/package.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/path-fractal-noise", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles fractal noise path", "homepage": "https://particles.js.org", "scripts": { @@ -109,9 +109,9 @@ "./package.json": "./dist/package.json" }, "dependencies": { - "@tsparticles/engine": "workspace:4.0.0-alpha.0", - "@tsparticles/fractal-noise": "workspace:4.0.0-alpha.0", - "@tsparticles/noise-field": "workspace:4.0.0-alpha.0" + "@tsparticles/engine": "workspace:4.0.0-alpha.2", + "@tsparticles/fractal-noise": "workspace:4.0.0-alpha.2", + "@tsparticles/noise-field": "workspace:4.0.0-alpha.2" }, "publishConfig": { "access": "public", diff --git a/paths/perlinNoise/CHANGELOG.md b/paths/perlinNoise/CHANGELOG.md index e761d834ada..20cc70a8aab 100644 --- a/paths/perlinNoise/CHANGELOG.md +++ b/paths/perlinNoise/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.0.0-alpha.2](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.1...v4.0.0-alpha.2) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/path-perlin-noise + +# [4.0.0-alpha.1](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.0...v4.0.0-alpha.1) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/path-perlin-noise + # [4.0.0-alpha.0](https://github.com/tsparticles/tsparticles/compare/v3.9.1...v4.0.0-alpha.0) (2026-01-07) **Note:** Version bump only for package @tsparticles/path-perlin-noise diff --git a/paths/perlinNoise/package.dist.json b/paths/perlinNoise/package.dist.json index 302f2251e8f..91689a5182f 100644 --- a/paths/perlinNoise/package.dist.json +++ b/paths/perlinNoise/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/path-perlin-noise", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles perlin noise path", "homepage": "https://particles.js.org", "repository": { @@ -104,9 +104,9 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "4.0.0-alpha.0", - "@tsparticles/noise-field": "4.0.0-alpha.0", - "@tsparticles/perlin-noise": "4.0.0-alpha.0" + "@tsparticles/engine": "4.0.0-alpha.2", + "@tsparticles/noise-field": "4.0.0-alpha.2", + "@tsparticles/perlin-noise": "4.0.0-alpha.2" }, "type": "module" } diff --git a/paths/perlinNoise/package.json b/paths/perlinNoise/package.json index 73ad16ce482..4c70c4d276e 100644 --- a/paths/perlinNoise/package.json +++ b/paths/perlinNoise/package.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/path-perlin-noise", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles perlin noise path", "homepage": "https://particles.js.org", "scripts": { @@ -109,9 +109,9 @@ "./package.json": "./dist/package.json" }, "dependencies": { - "@tsparticles/engine": "workspace:4.0.0-alpha.0", - "@tsparticles/noise-field": "workspace:4.0.0-alpha.0", - "@tsparticles/perlin-noise": "workspace:4.0.0-alpha.0" + "@tsparticles/engine": "workspace:4.0.0-alpha.2", + "@tsparticles/noise-field": "workspace:4.0.0-alpha.2", + "@tsparticles/perlin-noise": "workspace:4.0.0-alpha.2" }, "publishConfig": { "access": "public", diff --git a/paths/polygon/CHANGELOG.md b/paths/polygon/CHANGELOG.md index aeca4e48dca..2e31b7887f6 100644 --- a/paths/polygon/CHANGELOG.md +++ b/paths/polygon/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.0.0-alpha.2](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.1...v4.0.0-alpha.2) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/path-polygon + +# [4.0.0-alpha.1](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.0...v4.0.0-alpha.1) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/path-polygon + # [4.0.0-alpha.0](https://github.com/tsparticles/tsparticles/compare/v3.9.1...v4.0.0-alpha.0) (2026-01-07) **Note:** Version bump only for package @tsparticles/path-polygon diff --git a/paths/polygon/package.dist.json b/paths/polygon/package.dist.json index 1b00e75db2a..d4e591fa54b 100644 --- a/paths/polygon/package.dist.json +++ b/paths/polygon/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/path-polygon", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles polygon path", "homepage": "https://particles.js.org", "repository": { @@ -104,7 +104,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "4.0.0-alpha.0" + "@tsparticles/engine": "4.0.0-alpha.2" }, "type": "module" } diff --git a/paths/polygon/package.json b/paths/polygon/package.json index ea29956231a..5599ec3d960 100644 --- a/paths/polygon/package.json +++ b/paths/polygon/package.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/path-polygon", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles polygon path", "homepage": "https://particles.js.org", "scripts": { @@ -109,7 +109,7 @@ "./package.json": "./dist/package.json" }, "dependencies": { - "@tsparticles/engine": "workspace:4.0.0-alpha.0" + "@tsparticles/engine": "workspace:4.0.0-alpha.2" }, "publishConfig": { "access": "public", diff --git a/paths/simplexNoise/CHANGELOG.md b/paths/simplexNoise/CHANGELOG.md index 981a6437293..09ede48d0fc 100644 --- a/paths/simplexNoise/CHANGELOG.md +++ b/paths/simplexNoise/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.0.0-alpha.2](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.1...v4.0.0-alpha.2) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/path-simplex-noise + +# [4.0.0-alpha.1](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.0...v4.0.0-alpha.1) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/path-simplex-noise + # [4.0.0-alpha.0](https://github.com/tsparticles/tsparticles/compare/v3.9.1...v4.0.0-alpha.0) (2026-01-07) **Note:** Version bump only for package @tsparticles/path-simplex-noise diff --git a/paths/simplexNoise/package.dist.json b/paths/simplexNoise/package.dist.json index 7426773ca8b..953b83cc239 100644 --- a/paths/simplexNoise/package.dist.json +++ b/paths/simplexNoise/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/path-simplex-noise", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles simplex noise path", "homepage": "https://particles.js.org", "repository": { @@ -104,9 +104,9 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "4.0.0-alpha.0", - "@tsparticles/noise-field": "4.0.0-alpha.0", - "@tsparticles/simplex-noise": "4.0.0-alpha.0" + "@tsparticles/engine": "4.0.0-alpha.2", + "@tsparticles/noise-field": "4.0.0-alpha.2", + "@tsparticles/simplex-noise": "4.0.0-alpha.2" }, "type": "module" } diff --git a/paths/simplexNoise/package.json b/paths/simplexNoise/package.json index 6f1ca537a55..5ca10d95d25 100644 --- a/paths/simplexNoise/package.json +++ b/paths/simplexNoise/package.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/path-simplex-noise", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles simplex noise path", "homepage": "https://particles.js.org", "scripts": { @@ -95,9 +95,9 @@ "./package.json": "./dist/package.json" }, "dependencies": { - "@tsparticles/engine": "workspace:4.0.0-alpha.0", - "@tsparticles/noise-field": "workspace:4.0.0-alpha.0", - "@tsparticles/simplex-noise": "workspace:4.0.0-alpha.0" + "@tsparticles/engine": "workspace:4.0.0-alpha.2", + "@tsparticles/noise-field": "workspace:4.0.0-alpha.2", + "@tsparticles/simplex-noise": "workspace:4.0.0-alpha.2" }, "publishConfig": { "access": "public", diff --git a/paths/svg/CHANGELOG.md b/paths/svg/CHANGELOG.md index 521e78bb2db..0c0299cfa14 100644 --- a/paths/svg/CHANGELOG.md +++ b/paths/svg/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.0.0-alpha.2](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.1...v4.0.0-alpha.2) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/path-svg + +# [4.0.0-alpha.1](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.0...v4.0.0-alpha.1) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/path-svg + # [4.0.0-alpha.0](https://github.com/tsparticles/tsparticles/compare/v3.9.1...v4.0.0-alpha.0) (2026-01-07) **Note:** Version bump only for package @tsparticles/path-svg diff --git a/paths/svg/package.dist.json b/paths/svg/package.dist.json index 6f408739296..899651822bb 100644 --- a/paths/svg/package.dist.json +++ b/paths/svg/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/path-svg", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles svg path", "homepage": "https://particles.js.org", "repository": { @@ -101,7 +101,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "4.0.0-alpha.0" + "@tsparticles/engine": "4.0.0-alpha.2" }, "publishConfig": { "access": "public" diff --git a/paths/svg/package.json b/paths/svg/package.json index 8501b57d301..1604b595c6a 100644 --- a/paths/svg/package.json +++ b/paths/svg/package.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/path-svg", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles svg path", "homepage": "https://particles.js.org", "scripts": { @@ -109,7 +109,7 @@ "./package.json": "./dist/package.json" }, "dependencies": { - "@tsparticles/engine": "workspace:4.0.0-alpha.0" + "@tsparticles/engine": "workspace:4.0.0-alpha.2" }, "publishConfig": { "access": "public", diff --git a/paths/zigzag/CHANGELOG.md b/paths/zigzag/CHANGELOG.md index 0f1ccf68320..99265f6bc7f 100644 --- a/paths/zigzag/CHANGELOG.md +++ b/paths/zigzag/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.0.0-alpha.2](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.1...v4.0.0-alpha.2) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/path-zig-zag + +# [4.0.0-alpha.1](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.0...v4.0.0-alpha.1) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/path-zig-zag + # [4.0.0-alpha.0](https://github.com/tsparticles/tsparticles/compare/v3.9.1...v4.0.0-alpha.0) (2026-01-07) **Note:** Version bump only for package @tsparticles/path-zig-zag diff --git a/paths/zigzag/package.dist.json b/paths/zigzag/package.dist.json index 704d306e950..1bef3741fe9 100644 --- a/paths/zigzag/package.dist.json +++ b/paths/zigzag/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/path-zig-zag", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles zig zag path", "homepage": "https://particles.js.org", "repository": { @@ -101,7 +101,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "4.0.0-alpha.0" + "@tsparticles/engine": "4.0.0-alpha.2" }, "publishConfig": { "access": "public" diff --git a/paths/zigzag/package.json b/paths/zigzag/package.json index bf994765371..353fb612dc1 100644 --- a/paths/zigzag/package.json +++ b/paths/zigzag/package.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/path-zig-zag", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles zig zag path", "homepage": "https://particles.js.org", "scripts": { @@ -109,7 +109,7 @@ "./package.json": "./dist/package.json" }, "dependencies": { - "@tsparticles/engine": "workspace:4.0.0-alpha.0" + "@tsparticles/engine": "workspace:4.0.0-alpha.2" }, "publishConfig": { "access": "public", diff --git a/plugins/absorbers/CHANGELOG.md b/plugins/absorbers/CHANGELOG.md index 8e70565f872..7edd656f9bd 100644 --- a/plugins/absorbers/CHANGELOG.md +++ b/plugins/absorbers/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.0.0-alpha.2](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.1...v4.0.0-alpha.2) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/plugin-absorbers + +# [4.0.0-alpha.1](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.0...v4.0.0-alpha.1) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/plugin-absorbers + # [4.0.0-alpha.0](https://github.com/tsparticles/tsparticles/compare/v3.9.1...v4.0.0-alpha.0) (2026-01-07) ### Features diff --git a/plugins/absorbers/package.dist.json b/plugins/absorbers/package.dist.json index c8ca582356d..81186ad887e 100644 --- a/plugins/absorbers/package.dist.json +++ b/plugins/absorbers/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/plugin-absorbers", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles absorbers plugin", "homepage": "https://particles.js.org", "repository": { @@ -86,7 +86,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "4.0.0-alpha.0" + "@tsparticles/engine": "4.0.0-alpha.2" }, "publishConfig": { "access": "public" diff --git a/plugins/absorbers/package.json b/plugins/absorbers/package.json index 01718e3eb8e..36dd5beb5a1 100644 --- a/plugins/absorbers/package.json +++ b/plugins/absorbers/package.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/plugin-absorbers", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles absorbers plugin", "homepage": "https://particles.js.org", "scripts": { @@ -94,7 +94,7 @@ "./package.json": "./dist/package.json" }, "dependencies": { - "@tsparticles/engine": "workspace:4.0.0-alpha.0" + "@tsparticles/engine": "workspace:4.0.0-alpha.2" }, "publishConfig": { "access": "public", diff --git a/plugins/backgroundMask/CHANGELOG.md b/plugins/backgroundMask/CHANGELOG.md index d4fac19f759..0e7c6f45560 100644 --- a/plugins/backgroundMask/CHANGELOG.md +++ b/plugins/backgroundMask/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.0.0-alpha.2](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.1...v4.0.0-alpha.2) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/plugin-background-mask + +# [4.0.0-alpha.1](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.0...v4.0.0-alpha.1) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/plugin-background-mask + # [4.0.0-alpha.0](https://github.com/tsparticles/tsparticles/compare/v3.9.1...v4.0.0-alpha.0) (2026-01-07) ### Features diff --git a/plugins/backgroundMask/package.dist.json b/plugins/backgroundMask/package.dist.json index dec11784bc3..3cb5eb4c605 100644 --- a/plugins/backgroundMask/package.dist.json +++ b/plugins/backgroundMask/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/plugin-background-mask", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles background mask plugin", "homepage": "https://particles.js.org", "repository": { @@ -86,7 +86,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "4.0.0-alpha.0" + "@tsparticles/engine": "4.0.0-alpha.2" }, "publishConfig": { "access": "public" diff --git a/plugins/backgroundMask/package.json b/plugins/backgroundMask/package.json index de5f6b400ad..8968c99e6c1 100644 --- a/plugins/backgroundMask/package.json +++ b/plugins/backgroundMask/package.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/plugin-background-mask", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles background mask plugin", "homepage": "https://particles.js.org", "scripts": { @@ -94,7 +94,7 @@ "./package.json": "./dist/package.json" }, "dependencies": { - "@tsparticles/engine": "workspace:4.0.0-alpha.0" + "@tsparticles/engine": "workspace:4.0.0-alpha.2" }, "publishConfig": { "access": "public", diff --git a/plugins/canvasMask/CHANGELOG.md b/plugins/canvasMask/CHANGELOG.md index 376138d66ed..fd95df269c9 100644 --- a/plugins/canvasMask/CHANGELOG.md +++ b/plugins/canvasMask/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.0.0-alpha.2](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.1...v4.0.0-alpha.2) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/plugin-canvas-mask + +# [4.0.0-alpha.1](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.0...v4.0.0-alpha.1) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/plugin-canvas-mask + # [4.0.0-alpha.0](https://github.com/tsparticles/tsparticles/compare/v3.9.1...v4.0.0-alpha.0) (2026-01-07) **Note:** Version bump only for package @tsparticles/plugin-canvas-mask diff --git a/plugins/canvasMask/package.dist.json b/plugins/canvasMask/package.dist.json index 89c7b307425..62bb3dc57d9 100644 --- a/plugins/canvasMask/package.dist.json +++ b/plugins/canvasMask/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/plugin-canvas-mask", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles canvas mask plugin", "homepage": "https://particles.js.org", "repository": { @@ -86,7 +86,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "4.0.0-alpha.0" + "@tsparticles/engine": "4.0.0-alpha.2" }, "publishConfig": { "access": "public" diff --git a/plugins/canvasMask/package.json b/plugins/canvasMask/package.json index e6a9dcece60..f96d3a2fe9e 100644 --- a/plugins/canvasMask/package.json +++ b/plugins/canvasMask/package.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/plugin-canvas-mask", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles canvas mask plugin", "homepage": "https://particles.js.org", "scripts": { @@ -94,7 +94,7 @@ "./package.json": "./dist/package.json" }, "dependencies": { - "@tsparticles/engine": "workspace:4.0.0-alpha.0" + "@tsparticles/engine": "workspace:4.0.0-alpha.2" }, "publishConfig": { "access": "public", diff --git a/plugins/colors/hex/CHANGELOG.md b/plugins/colors/hex/CHANGELOG.md index a019a44ef70..e37dd524637 100644 --- a/plugins/colors/hex/CHANGELOG.md +++ b/plugins/colors/hex/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.0.0-alpha.2](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.1...v4.0.0-alpha.2) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/plugin-hex-color + +# [4.0.0-alpha.1](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.0...v4.0.0-alpha.1) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/plugin-hex-color + # [4.0.0-alpha.0](https://github.com/tsparticles/tsparticles/compare/v3.9.1...v4.0.0-alpha.0) (2026-01-07) **Note:** Version bump only for package @tsparticles/plugin-hex-color diff --git a/plugins/colors/hex/package.dist.json b/plugins/colors/hex/package.dist.json index eeaa2bc34c5..7f7d930723f 100644 --- a/plugins/colors/hex/package.dist.json +++ b/plugins/colors/hex/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/plugin-hex-color", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles hex color plugin", "homepage": "https://particles.js.org", "repository": { @@ -100,7 +100,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "4.0.0-alpha.0" + "@tsparticles/engine": "4.0.0-alpha.2" }, "publishConfig": { "access": "public" diff --git a/plugins/colors/hex/package.json b/plugins/colors/hex/package.json index 8f52fd235db..94a84ec400f 100644 --- a/plugins/colors/hex/package.json +++ b/plugins/colors/hex/package.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/plugin-hex-color", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles hex color plugin", "homepage": "https://particles.js.org", "scripts": { @@ -108,7 +108,7 @@ "./package.json": "./dist/package.json" }, "dependencies": { - "@tsparticles/engine": "workspace:4.0.0-alpha.0" + "@tsparticles/engine": "workspace:4.0.0-alpha.2" }, "publishConfig": { "access": "public", diff --git a/plugins/colors/hsl/CHANGELOG.md b/plugins/colors/hsl/CHANGELOG.md index 8b3867ee280..960d65734b3 100644 --- a/plugins/colors/hsl/CHANGELOG.md +++ b/plugins/colors/hsl/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.0.0-alpha.2](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.1...v4.0.0-alpha.2) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/plugin-hsl-color + +# [4.0.0-alpha.1](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.0...v4.0.0-alpha.1) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/plugin-hsl-color + # [4.0.0-alpha.0](https://github.com/tsparticles/tsparticles/compare/v3.9.1...v4.0.0-alpha.0) (2026-01-07) **Note:** Version bump only for package @tsparticles/plugin-hsl-color diff --git a/plugins/colors/hsl/package.dist.json b/plugins/colors/hsl/package.dist.json index aa88a077761..ba1b6cc564a 100644 --- a/plugins/colors/hsl/package.dist.json +++ b/plugins/colors/hsl/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/plugin-hsl-color", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles HSL color plugin", "homepage": "https://particles.js.org", "repository": { @@ -100,7 +100,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "4.0.0-alpha.0" + "@tsparticles/engine": "4.0.0-alpha.2" }, "publishConfig": { "access": "public" diff --git a/plugins/colors/hsl/package.json b/plugins/colors/hsl/package.json index ba220a5d598..1c5c07d35f2 100644 --- a/plugins/colors/hsl/package.json +++ b/plugins/colors/hsl/package.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/plugin-hsl-color", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles HSL color plugin", "homepage": "https://particles.js.org", "scripts": { @@ -108,7 +108,7 @@ "./package.json": "./dist/package.json" }, "dependencies": { - "@tsparticles/engine": "workspace:4.0.0-alpha.0" + "@tsparticles/engine": "workspace:4.0.0-alpha.2" }, "publishConfig": { "access": "public", diff --git a/plugins/colors/hsv/CHANGELOG.md b/plugins/colors/hsv/CHANGELOG.md index 431056a7594..8357106397a 100644 --- a/plugins/colors/hsv/CHANGELOG.md +++ b/plugins/colors/hsv/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.0.0-alpha.2](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.1...v4.0.0-alpha.2) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/plugin-hsv-color + +# [4.0.0-alpha.1](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.0...v4.0.0-alpha.1) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/plugin-hsv-color + # [4.0.0-alpha.0](https://github.com/tsparticles/tsparticles/compare/v3.9.1...v4.0.0-alpha.0) (2026-01-07) ### Features diff --git a/plugins/colors/hsv/package.dist.json b/plugins/colors/hsv/package.dist.json index 058357abc0c..d93fa0458a6 100644 --- a/plugins/colors/hsv/package.dist.json +++ b/plugins/colors/hsv/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/plugin-hsv-color", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles HSV color plugin", "homepage": "https://particles.js.org", "repository": { @@ -100,7 +100,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "4.0.0-alpha.0" + "@tsparticles/engine": "4.0.0-alpha.2" }, "publishConfig": { "access": "public" diff --git a/plugins/colors/hsv/package.json b/plugins/colors/hsv/package.json index eb33a7e356b..74fdef8f3ef 100644 --- a/plugins/colors/hsv/package.json +++ b/plugins/colors/hsv/package.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/plugin-hsv-color", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles HSV color plugin", "homepage": "https://particles.js.org", "scripts": { @@ -108,7 +108,7 @@ "./package.json": "./dist/package.json" }, "dependencies": { - "@tsparticles/engine": "workspace:4.0.0-alpha.0" + "@tsparticles/engine": "workspace:4.0.0-alpha.2" }, "publishConfig": { "access": "public", diff --git a/plugins/colors/hwb/CHANGELOG.md b/plugins/colors/hwb/CHANGELOG.md index 1c11030a396..f18266c4b36 100644 --- a/plugins/colors/hwb/CHANGELOG.md +++ b/plugins/colors/hwb/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.0.0-alpha.2](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.1...v4.0.0-alpha.2) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/plugin-hwb-color + +# [4.0.0-alpha.1](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.0...v4.0.0-alpha.1) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/plugin-hwb-color + # [4.0.0-alpha.0](https://github.com/tsparticles/tsparticles/compare/v3.9.1...v4.0.0-alpha.0) (2026-01-07) **Note:** Version bump only for package @tsparticles/plugin-hwb-color diff --git a/plugins/colors/hwb/package.dist.json b/plugins/colors/hwb/package.dist.json index ed0d00ec724..e4e831e64c2 100644 --- a/plugins/colors/hwb/package.dist.json +++ b/plugins/colors/hwb/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/plugin-hwb-color", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles HWB color plugin", "homepage": "https://particles.js.org", "repository": { @@ -100,7 +100,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "4.0.0-alpha.0" + "@tsparticles/engine": "4.0.0-alpha.2" }, "publishConfig": { "access": "public" diff --git a/plugins/colors/hwb/package.json b/plugins/colors/hwb/package.json index 1d76194380d..be87468480c 100644 --- a/plugins/colors/hwb/package.json +++ b/plugins/colors/hwb/package.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/plugin-hwb-color", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles HWB color plugin", "homepage": "https://particles.js.org", "scripts": { @@ -108,7 +108,7 @@ "./package.json": "./dist/package.json" }, "dependencies": { - "@tsparticles/engine": "workspace:4.0.0-alpha.0" + "@tsparticles/engine": "workspace:4.0.0-alpha.2" }, "publishConfig": { "access": "public", diff --git a/plugins/colors/lab/CHANGELOG.md b/plugins/colors/lab/CHANGELOG.md index f0cfbca86ba..202dff1d4f0 100644 --- a/plugins/colors/lab/CHANGELOG.md +++ b/plugins/colors/lab/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.0.0-alpha.2](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.1...v4.0.0-alpha.2) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/plugin-lab-color + +# [4.0.0-alpha.1](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.0...v4.0.0-alpha.1) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/plugin-lab-color + # [4.0.0-alpha.0](https://github.com/tsparticles/tsparticles/compare/v3.9.1...v4.0.0-alpha.0) (2026-01-07) **Note:** Version bump only for package @tsparticles/plugin-lab-color diff --git a/plugins/colors/lab/package.dist.json b/plugins/colors/lab/package.dist.json index 70415287ff4..a30b58067e6 100644 --- a/plugins/colors/lab/package.dist.json +++ b/plugins/colors/lab/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/plugin-lab-color", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles LAB color plugin", "homepage": "https://particles.js.org", "repository": { @@ -100,7 +100,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "4.0.0-alpha.0" + "@tsparticles/engine": "4.0.0-alpha.2" }, "publishConfig": { "access": "public" diff --git a/plugins/colors/lab/package.json b/plugins/colors/lab/package.json index b3d490b5c5f..ebffa009ea9 100644 --- a/plugins/colors/lab/package.json +++ b/plugins/colors/lab/package.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/plugin-lab-color", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles LAB color plugin", "homepage": "https://particles.js.org", "scripts": { @@ -108,7 +108,7 @@ "./package.json": "./dist/package.json" }, "dependencies": { - "@tsparticles/engine": "workspace:4.0.0-alpha.0" + "@tsparticles/engine": "workspace:4.0.0-alpha.2" }, "publishConfig": { "access": "public", diff --git a/plugins/colors/lch/CHANGELOG.md b/plugins/colors/lch/CHANGELOG.md index d3a8411de9f..8f85193552d 100644 --- a/plugins/colors/lch/CHANGELOG.md +++ b/plugins/colors/lch/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.0.0-alpha.2](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.1...v4.0.0-alpha.2) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/plugin-lch-color + +# [4.0.0-alpha.1](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.0...v4.0.0-alpha.1) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/plugin-lch-color + # [4.0.0-alpha.0](https://github.com/tsparticles/tsparticles/compare/v3.9.1...v4.0.0-alpha.0) (2026-01-07) **Note:** Version bump only for package @tsparticles/plugin-lch-color diff --git a/plugins/colors/lch/package.dist.json b/plugins/colors/lch/package.dist.json index fe0e1ba6cf3..c2a9275520f 100644 --- a/plugins/colors/lch/package.dist.json +++ b/plugins/colors/lch/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/plugin-lch-color", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles LCH color plugin", "homepage": "https://particles.js.org", "repository": { @@ -100,7 +100,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "4.0.0-alpha.0" + "@tsparticles/engine": "4.0.0-alpha.2" }, "publishConfig": { "access": "public" diff --git a/plugins/colors/lch/package.json b/plugins/colors/lch/package.json index 414d713db18..f7b55d8d8d8 100644 --- a/plugins/colors/lch/package.json +++ b/plugins/colors/lch/package.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/plugin-lch-color", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles LCH color plugin", "homepage": "https://particles.js.org", "scripts": { @@ -108,7 +108,7 @@ "./package.json": "./dist/package.json" }, "dependencies": { - "@tsparticles/engine": "workspace:4.0.0-alpha.0" + "@tsparticles/engine": "workspace:4.0.0-alpha.2" }, "publishConfig": { "access": "public", diff --git a/plugins/colors/named/CHANGELOG.md b/plugins/colors/named/CHANGELOG.md index 43f7bc95ba7..a029295a35f 100644 --- a/plugins/colors/named/CHANGELOG.md +++ b/plugins/colors/named/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.0.0-alpha.2](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.1...v4.0.0-alpha.2) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/plugin-named-color + +# [4.0.0-alpha.1](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.0...v4.0.0-alpha.1) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/plugin-named-color + # [4.0.0-alpha.0](https://github.com/tsparticles/tsparticles/compare/v3.9.1...v4.0.0-alpha.0) (2026-01-07) **Note:** Version bump only for package @tsparticles/plugin-named-color diff --git a/plugins/colors/named/package.dist.json b/plugins/colors/named/package.dist.json index aabac354d78..cbf5f4ac14b 100644 --- a/plugins/colors/named/package.dist.json +++ b/plugins/colors/named/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/plugin-named-color", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles named color plugin", "homepage": "https://particles.js.org", "repository": { @@ -100,7 +100,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "4.0.0-alpha.0" + "@tsparticles/engine": "4.0.0-alpha.2" }, "publishConfig": { "access": "public" diff --git a/plugins/colors/named/package.json b/plugins/colors/named/package.json index ab8aca7e519..10e0d6c9dd7 100644 --- a/plugins/colors/named/package.json +++ b/plugins/colors/named/package.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/plugin-named-color", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles named color plugin", "homepage": "https://particles.js.org", "scripts": { @@ -108,7 +108,7 @@ "./package.json": "./dist/package.json" }, "dependencies": { - "@tsparticles/engine": "workspace:4.0.0-alpha.0" + "@tsparticles/engine": "workspace:4.0.0-alpha.2" }, "publishConfig": { "access": "public", diff --git a/plugins/colors/oklab/CHANGELOG.md b/plugins/colors/oklab/CHANGELOG.md index cb951c96099..ec982dfc6e5 100644 --- a/plugins/colors/oklab/CHANGELOG.md +++ b/plugins/colors/oklab/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.0.0-alpha.2](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.1...v4.0.0-alpha.2) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/plugin-oklab-color + +# [4.0.0-alpha.1](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.0...v4.0.0-alpha.1) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/plugin-oklab-color + # [4.0.0-alpha.0](https://github.com/tsparticles/tsparticles/compare/v3.9.1...v4.0.0-alpha.0) (2026-01-07) **Note:** Version bump only for package @tsparticles/plugin-oklab-color diff --git a/plugins/colors/oklab/package.dist.json b/plugins/colors/oklab/package.dist.json index 5923cd3a2db..147fb3f3dba 100644 --- a/plugins/colors/oklab/package.dist.json +++ b/plugins/colors/oklab/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/plugin-oklab-color", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles OKLAB color plugin", "homepage": "https://particles.js.org", "repository": { @@ -100,7 +100,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "4.0.0-alpha.0" + "@tsparticles/engine": "4.0.0-alpha.2" }, "publishConfig": { "access": "public" diff --git a/plugins/colors/oklab/package.json b/plugins/colors/oklab/package.json index 0d31d011ab0..93ce74c521e 100644 --- a/plugins/colors/oklab/package.json +++ b/plugins/colors/oklab/package.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/plugin-oklab-color", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles OKLAB color plugin", "homepage": "https://particles.js.org", "scripts": { @@ -108,7 +108,7 @@ "./package.json": "./dist/package.json" }, "dependencies": { - "@tsparticles/engine": "workspace:4.0.0-alpha.0" + "@tsparticles/engine": "workspace:4.0.0-alpha.2" }, "publishConfig": { "access": "public", diff --git a/plugins/colors/oklch/CHANGELOG.md b/plugins/colors/oklch/CHANGELOG.md index 764f2475223..cdb1b36ba19 100644 --- a/plugins/colors/oklch/CHANGELOG.md +++ b/plugins/colors/oklch/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.0.0-alpha.2](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.1...v4.0.0-alpha.2) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/plugin-oklch-color + +# [4.0.0-alpha.1](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.0...v4.0.0-alpha.1) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/plugin-oklch-color + # [4.0.0-alpha.0](https://github.com/tsparticles/tsparticles/compare/v3.9.1...v4.0.0-alpha.0) (2026-01-07) **Note:** Version bump only for package @tsparticles/plugin-oklch-color diff --git a/plugins/colors/oklch/package.dist.json b/plugins/colors/oklch/package.dist.json index 907a9b2af50..cd1f6209a1c 100644 --- a/plugins/colors/oklch/package.dist.json +++ b/plugins/colors/oklch/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/plugin-oklch-color", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles OKLCH color plugin", "homepage": "https://particles.js.org", "repository": { @@ -100,7 +100,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "4.0.0-alpha.0" + "@tsparticles/engine": "4.0.0-alpha.2" }, "publishConfig": { "access": "public" diff --git a/plugins/colors/oklch/package.json b/plugins/colors/oklch/package.json index f3f8b0c6861..9128df92a38 100644 --- a/plugins/colors/oklch/package.json +++ b/plugins/colors/oklch/package.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/plugin-oklch-color", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles OKLCH color plugin", "homepage": "https://particles.js.org", "scripts": { @@ -108,7 +108,7 @@ "./package.json": "./dist/package.json" }, "dependencies": { - "@tsparticles/engine": "workspace:4.0.0-alpha.0" + "@tsparticles/engine": "workspace:4.0.0-alpha.2" }, "publishConfig": { "access": "public", diff --git a/plugins/colors/rgb/CHANGELOG.md b/plugins/colors/rgb/CHANGELOG.md index c5c4f42e5ac..86ceb45574b 100644 --- a/plugins/colors/rgb/CHANGELOG.md +++ b/plugins/colors/rgb/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.0.0-alpha.2](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.1...v4.0.0-alpha.2) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/plugin-rgb-color + +# [4.0.0-alpha.1](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.0...v4.0.0-alpha.1) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/plugin-rgb-color + # [4.0.0-alpha.0](https://github.com/tsparticles/tsparticles/compare/v3.9.1...v4.0.0-alpha.0) (2026-01-07) **Note:** Version bump only for package @tsparticles/plugin-rgb-color diff --git a/plugins/colors/rgb/package.dist.json b/plugins/colors/rgb/package.dist.json index 811377073a8..d53515bb408 100644 --- a/plugins/colors/rgb/package.dist.json +++ b/plugins/colors/rgb/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/plugin-rgb-color", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles RGB color plugin", "homepage": "https://particles.js.org", "repository": { @@ -100,7 +100,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "4.0.0-alpha.0" + "@tsparticles/engine": "4.0.0-alpha.2" }, "publishConfig": { "access": "public" diff --git a/plugins/colors/rgb/package.json b/plugins/colors/rgb/package.json index 30b55c03615..e5eccd6f336 100644 --- a/plugins/colors/rgb/package.json +++ b/plugins/colors/rgb/package.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/plugin-rgb-color", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles RGB color plugin", "homepage": "https://particles.js.org", "scripts": { @@ -108,7 +108,7 @@ "./package.json": "./dist/package.json" }, "dependencies": { - "@tsparticles/engine": "workspace:4.0.0-alpha.0" + "@tsparticles/engine": "workspace:4.0.0-alpha.2" }, "publishConfig": { "access": "public", diff --git a/plugins/easings/back/CHANGELOG.md b/plugins/easings/back/CHANGELOG.md index 01c94cb6517..80a53560fd6 100644 --- a/plugins/easings/back/CHANGELOG.md +++ b/plugins/easings/back/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.0.0-alpha.2](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.1...v4.0.0-alpha.2) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/plugin-easing-back + +# [4.0.0-alpha.1](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.0...v4.0.0-alpha.1) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/plugin-easing-back + # [4.0.0-alpha.0](https://github.com/tsparticles/tsparticles/compare/v3.9.1...v4.0.0-alpha.0) (2026-01-07) **Note:** Version bump only for package @tsparticles/plugin-easing-back diff --git a/plugins/easings/back/package.dist.json b/plugins/easings/back/package.dist.json index 8ab70441f15..d96029b98ec 100644 --- a/plugins/easings/back/package.dist.json +++ b/plugins/easings/back/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/plugin-easing-back", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles easing back plugin", "homepage": "https://particles.js.org", "repository": { @@ -100,7 +100,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "4.0.0-alpha.0" + "@tsparticles/engine": "4.0.0-alpha.2" }, "publishConfig": { "access": "public" diff --git a/plugins/easings/back/package.json b/plugins/easings/back/package.json index 82d20e3de53..0d29bd5a6ed 100644 --- a/plugins/easings/back/package.json +++ b/plugins/easings/back/package.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/plugin-easing-back", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles easing back plugin", "homepage": "https://particles.js.org", "scripts": { @@ -108,7 +108,7 @@ "./package.json": "./dist/package.json" }, "dependencies": { - "@tsparticles/engine": "workspace:4.0.0-alpha.0" + "@tsparticles/engine": "workspace:4.0.0-alpha.2" }, "publishConfig": { "access": "public", diff --git a/plugins/easings/circ/CHANGELOG.md b/plugins/easings/circ/CHANGELOG.md index f5c6917bbc8..c616c282937 100644 --- a/plugins/easings/circ/CHANGELOG.md +++ b/plugins/easings/circ/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.0.0-alpha.2](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.1...v4.0.0-alpha.2) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/plugin-easing-circ + +# [4.0.0-alpha.1](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.0...v4.0.0-alpha.1) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/plugin-easing-circ + # [4.0.0-alpha.0](https://github.com/tsparticles/tsparticles/compare/v3.9.1...v4.0.0-alpha.0) (2026-01-07) **Note:** Version bump only for package @tsparticles/plugin-easing-circ diff --git a/plugins/easings/circ/package.dist.json b/plugins/easings/circ/package.dist.json index fd303a46b5c..6a3cdf20a05 100644 --- a/plugins/easings/circ/package.dist.json +++ b/plugins/easings/circ/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/plugin-easing-circ", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles easing circ plugin", "homepage": "https://particles.js.org", "repository": { @@ -100,7 +100,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "4.0.0-alpha.0" + "@tsparticles/engine": "4.0.0-alpha.2" }, "publishConfig": { "access": "public" diff --git a/plugins/easings/circ/package.json b/plugins/easings/circ/package.json index 4d198dc06c4..caf7f2b5cc4 100644 --- a/plugins/easings/circ/package.json +++ b/plugins/easings/circ/package.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/plugin-easing-circ", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles easing circ plugin", "homepage": "https://particles.js.org", "scripts": { @@ -108,7 +108,7 @@ "./package.json": "./dist/package.json" }, "dependencies": { - "@tsparticles/engine": "workspace:4.0.0-alpha.0" + "@tsparticles/engine": "workspace:4.0.0-alpha.2" }, "publishConfig": { "access": "public", diff --git a/plugins/easings/cubic/CHANGELOG.md b/plugins/easings/cubic/CHANGELOG.md index eb53c707626..291dc4661a6 100644 --- a/plugins/easings/cubic/CHANGELOG.md +++ b/plugins/easings/cubic/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.0.0-alpha.2](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.1...v4.0.0-alpha.2) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/plugin-easing-cubic + +# [4.0.0-alpha.1](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.0...v4.0.0-alpha.1) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/plugin-easing-cubic + # [4.0.0-alpha.0](https://github.com/tsparticles/tsparticles/compare/v3.9.1...v4.0.0-alpha.0) (2026-01-07) **Note:** Version bump only for package @tsparticles/plugin-easing-cubic diff --git a/plugins/easings/cubic/package.dist.json b/plugins/easings/cubic/package.dist.json index eb7fd0c3612..55250d2550e 100644 --- a/plugins/easings/cubic/package.dist.json +++ b/plugins/easings/cubic/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/plugin-easing-cubic", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles easing cubic plugin", "homepage": "https://particles.js.org", "repository": { @@ -100,7 +100,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "4.0.0-alpha.0" + "@tsparticles/engine": "4.0.0-alpha.2" }, "publishConfig": { "access": "public" diff --git a/plugins/easings/cubic/package.json b/plugins/easings/cubic/package.json index 7ec4691f942..85ac4380d28 100644 --- a/plugins/easings/cubic/package.json +++ b/plugins/easings/cubic/package.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/plugin-easing-cubic", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles easing cubic plugin", "homepage": "https://particles.js.org", "scripts": { @@ -108,7 +108,7 @@ "./package.json": "./dist/package.json" }, "dependencies": { - "@tsparticles/engine": "workspace:4.0.0-alpha.0" + "@tsparticles/engine": "workspace:4.0.0-alpha.2" }, "publishConfig": { "access": "public", diff --git a/plugins/easings/expo/CHANGELOG.md b/plugins/easings/expo/CHANGELOG.md index a858b677b80..c3db11eb50e 100644 --- a/plugins/easings/expo/CHANGELOG.md +++ b/plugins/easings/expo/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.0.0-alpha.2](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.1...v4.0.0-alpha.2) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/plugin-easing-expo + +# [4.0.0-alpha.1](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.0...v4.0.0-alpha.1) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/plugin-easing-expo + # [4.0.0-alpha.0](https://github.com/tsparticles/tsparticles/compare/v3.9.1...v4.0.0-alpha.0) (2026-01-07) **Note:** Version bump only for package @tsparticles/plugin-easing-expo diff --git a/plugins/easings/expo/package.dist.json b/plugins/easings/expo/package.dist.json index 97948adf3a1..ec8aa701570 100644 --- a/plugins/easings/expo/package.dist.json +++ b/plugins/easings/expo/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/plugin-easing-expo", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles easing expo plugin", "homepage": "https://particles.js.org", "repository": { @@ -100,7 +100,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "4.0.0-alpha.0" + "@tsparticles/engine": "4.0.0-alpha.2" }, "publishConfig": { "access": "public" diff --git a/plugins/easings/expo/package.json b/plugins/easings/expo/package.json index 148f9a717cb..73968d2e462 100644 --- a/plugins/easings/expo/package.json +++ b/plugins/easings/expo/package.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/plugin-easing-expo", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles easing expo plugin", "homepage": "https://particles.js.org", "scripts": { @@ -108,7 +108,7 @@ "./package.json": "./dist/package.json" }, "dependencies": { - "@tsparticles/engine": "workspace:4.0.0-alpha.0" + "@tsparticles/engine": "workspace:4.0.0-alpha.2" }, "publishConfig": { "access": "public", diff --git a/plugins/easings/linear/CHANGELOG.md b/plugins/easings/linear/CHANGELOG.md index 4111b12d763..02249c403ec 100644 --- a/plugins/easings/linear/CHANGELOG.md +++ b/plugins/easings/linear/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.0.0-alpha.2](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.1...v4.0.0-alpha.2) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/plugin-easing-linear + +# [4.0.0-alpha.1](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.0...v4.0.0-alpha.1) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/plugin-easing-linear + # [4.0.0-alpha.0](https://github.com/tsparticles/tsparticles/compare/v3.9.1...v4.0.0-alpha.0) (2026-01-07) **Note:** Version bump only for package @tsparticles/plugin-easing-linear diff --git a/plugins/easings/linear/package.dist.json b/plugins/easings/linear/package.dist.json index 106ab9676d4..921c80b68f7 100644 --- a/plugins/easings/linear/package.dist.json +++ b/plugins/easings/linear/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/plugin-easing-linear", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles easing linear plugin", "homepage": "https://particles.js.org", "repository": { @@ -100,7 +100,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "4.0.0-alpha.0" + "@tsparticles/engine": "4.0.0-alpha.2" }, "publishConfig": { "access": "public" diff --git a/plugins/easings/linear/package.json b/plugins/easings/linear/package.json index ef30d459814..73d4f50ff89 100644 --- a/plugins/easings/linear/package.json +++ b/plugins/easings/linear/package.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/plugin-easing-linear", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles easing linear plugin", "homepage": "https://particles.js.org", "scripts": { @@ -108,7 +108,7 @@ "./package.json": "./dist/package.json" }, "dependencies": { - "@tsparticles/engine": "workspace:4.0.0-alpha.0" + "@tsparticles/engine": "workspace:4.0.0-alpha.2" }, "publishConfig": { "access": "public", diff --git a/plugins/easings/quad/CHANGELOG.md b/plugins/easings/quad/CHANGELOG.md index 55f49282007..81110e0df22 100644 --- a/plugins/easings/quad/CHANGELOG.md +++ b/plugins/easings/quad/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.0.0-alpha.2](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.1...v4.0.0-alpha.2) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/plugin-easing-quad + +# [4.0.0-alpha.1](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.0...v4.0.0-alpha.1) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/plugin-easing-quad + # [4.0.0-alpha.0](https://github.com/tsparticles/tsparticles/compare/v3.9.1...v4.0.0-alpha.0) (2026-01-07) **Note:** Version bump only for package @tsparticles/plugin-easing-quad diff --git a/plugins/easings/quad/package.dist.json b/plugins/easings/quad/package.dist.json index eaccbd13982..7927a99e851 100644 --- a/plugins/easings/quad/package.dist.json +++ b/plugins/easings/quad/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/plugin-easing-quad", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles easing quad plugin", "homepage": "https://particles.js.org", "repository": { @@ -100,7 +100,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "4.0.0-alpha.0" + "@tsparticles/engine": "4.0.0-alpha.2" }, "publishConfig": { "access": "public" diff --git a/plugins/easings/quad/package.json b/plugins/easings/quad/package.json index fc6c41cecc4..5930987fd81 100644 --- a/plugins/easings/quad/package.json +++ b/plugins/easings/quad/package.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/plugin-easing-quad", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles easing quad plugin", "homepage": "https://particles.js.org", "scripts": { @@ -108,7 +108,7 @@ "./package.json": "./dist/package.json" }, "dependencies": { - "@tsparticles/engine": "workspace:4.0.0-alpha.0" + "@tsparticles/engine": "workspace:4.0.0-alpha.2" }, "publishConfig": { "access": "public", diff --git a/plugins/easings/quart/CHANGELOG.md b/plugins/easings/quart/CHANGELOG.md index 6529e596ca0..112a9b3d2f5 100644 --- a/plugins/easings/quart/CHANGELOG.md +++ b/plugins/easings/quart/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.0.0-alpha.2](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.1...v4.0.0-alpha.2) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/plugin-easing-quart + +# [4.0.0-alpha.1](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.0...v4.0.0-alpha.1) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/plugin-easing-quart + # [4.0.0-alpha.0](https://github.com/tsparticles/tsparticles/compare/v3.9.1...v4.0.0-alpha.0) (2026-01-07) **Note:** Version bump only for package @tsparticles/plugin-easing-quart diff --git a/plugins/easings/quart/package.dist.json b/plugins/easings/quart/package.dist.json index 0cdd3cee7ee..de7e8bed126 100644 --- a/plugins/easings/quart/package.dist.json +++ b/plugins/easings/quart/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/plugin-easing-quart", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles easing quart plugin", "homepage": "https://particles.js.org", "repository": { @@ -100,7 +100,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "4.0.0-alpha.0" + "@tsparticles/engine": "4.0.0-alpha.2" }, "publishConfig": { "access": "public" diff --git a/plugins/easings/quart/package.json b/plugins/easings/quart/package.json index e316e45f72f..e0eac8158ca 100644 --- a/plugins/easings/quart/package.json +++ b/plugins/easings/quart/package.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/plugin-easing-quart", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles easing quart plugin", "homepage": "https://particles.js.org", "scripts": { @@ -108,7 +108,7 @@ "./package.json": "./dist/package.json" }, "dependencies": { - "@tsparticles/engine": "workspace:4.0.0-alpha.0" + "@tsparticles/engine": "workspace:4.0.0-alpha.2" }, "publishConfig": { "access": "public", diff --git a/plugins/easings/quint/CHANGELOG.md b/plugins/easings/quint/CHANGELOG.md index f231733c134..49ef7e50d9d 100644 --- a/plugins/easings/quint/CHANGELOG.md +++ b/plugins/easings/quint/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.0.0-alpha.2](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.1...v4.0.0-alpha.2) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/plugin-easing-quint + +# [4.0.0-alpha.1](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.0...v4.0.0-alpha.1) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/plugin-easing-quint + # [4.0.0-alpha.0](https://github.com/tsparticles/tsparticles/compare/v3.9.1...v4.0.0-alpha.0) (2026-01-07) **Note:** Version bump only for package @tsparticles/plugin-easing-quint diff --git a/plugins/easings/quint/package.dist.json b/plugins/easings/quint/package.dist.json index 55ca53048c1..96e2d6a6241 100644 --- a/plugins/easings/quint/package.dist.json +++ b/plugins/easings/quint/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/plugin-easing-quint", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles easing quint plugin", "homepage": "https://particles.js.org", "repository": { @@ -100,7 +100,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "4.0.0-alpha.0" + "@tsparticles/engine": "4.0.0-alpha.2" }, "publishConfig": { "access": "public" diff --git a/plugins/easings/quint/package.json b/plugins/easings/quint/package.json index f9a806d2c1e..7f4bc3f3c90 100644 --- a/plugins/easings/quint/package.json +++ b/plugins/easings/quint/package.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/plugin-easing-quint", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles easing quint plugin", "homepage": "https://particles.js.org", "scripts": { @@ -108,7 +108,7 @@ "./package.json": "./dist/package.json" }, "dependencies": { - "@tsparticles/engine": "workspace:4.0.0-alpha.0" + "@tsparticles/engine": "workspace:4.0.0-alpha.2" }, "publishConfig": { "access": "public", diff --git a/plugins/easings/sine/CHANGELOG.md b/plugins/easings/sine/CHANGELOG.md index 993fa7fa339..7959ea0c54e 100644 --- a/plugins/easings/sine/CHANGELOG.md +++ b/plugins/easings/sine/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.0.0-alpha.2](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.1...v4.0.0-alpha.2) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/plugin-easing-sine + +# [4.0.0-alpha.1](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.0...v4.0.0-alpha.1) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/plugin-easing-sine + # [4.0.0-alpha.0](https://github.com/tsparticles/tsparticles/compare/v3.9.1...v4.0.0-alpha.0) (2026-01-07) **Note:** Version bump only for package @tsparticles/plugin-easing-sine diff --git a/plugins/easings/sine/package.dist.json b/plugins/easings/sine/package.dist.json index fdb47b37c23..c2a398e5dcb 100644 --- a/plugins/easings/sine/package.dist.json +++ b/plugins/easings/sine/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/plugin-easing-sine", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles easing sine plugin", "homepage": "https://particles.js.org", "repository": { @@ -100,7 +100,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "4.0.0-alpha.0" + "@tsparticles/engine": "4.0.0-alpha.2" }, "publishConfig": { "access": "public" diff --git a/plugins/easings/sine/package.json b/plugins/easings/sine/package.json index 3b900a7f780..a690191fa75 100644 --- a/plugins/easings/sine/package.json +++ b/plugins/easings/sine/package.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/plugin-easing-sine", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles easing sine plugin", "homepage": "https://particles.js.org", "scripts": { @@ -108,7 +108,7 @@ "./package.json": "./dist/package.json" }, "dependencies": { - "@tsparticles/engine": "workspace:4.0.0-alpha.0" + "@tsparticles/engine": "workspace:4.0.0-alpha.2" }, "publishConfig": { "access": "public", diff --git a/plugins/emitters/CHANGELOG.md b/plugins/emitters/CHANGELOG.md index d1907591b77..2da9092d7ab 100644 --- a/plugins/emitters/CHANGELOG.md +++ b/plugins/emitters/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.0.0-alpha.2](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.1...v4.0.0-alpha.2) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/plugin-emitters + +# [4.0.0-alpha.1](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.0...v4.0.0-alpha.1) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/plugin-emitters + # [4.0.0-alpha.0](https://github.com/tsparticles/tsparticles/compare/v3.9.1...v4.0.0-alpha.0) (2026-01-07) **Note:** Version bump only for package @tsparticles/plugin-emitters diff --git a/plugins/emitters/package.dist.json b/plugins/emitters/package.dist.json index 1d6d344bd34..8b1783a8237 100644 --- a/plugins/emitters/package.dist.json +++ b/plugins/emitters/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/plugin-emitters", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles emitters plugin", "homepage": "https://particles.js.org", "repository": { @@ -86,7 +86,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "4.0.0-alpha.0" + "@tsparticles/engine": "4.0.0-alpha.2" }, "publishConfig": { "access": "public" diff --git a/plugins/emitters/package.json b/plugins/emitters/package.json index d89b2c3ab60..b222ba1cb42 100644 --- a/plugins/emitters/package.json +++ b/plugins/emitters/package.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/plugin-emitters", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles emitters plugin", "homepage": "https://particles.js.org", "scripts": { @@ -94,7 +94,7 @@ "./package.json": "./dist/package.json" }, "dependencies": { - "@tsparticles/engine": "workspace:4.0.0-alpha.0" + "@tsparticles/engine": "workspace:4.0.0-alpha.2" }, "publishConfig": { "access": "public", diff --git a/plugins/emittersShapes/canvas/CHANGELOG.md b/plugins/emittersShapes/canvas/CHANGELOG.md index 17ec0116245..c9fa98a5057 100644 --- a/plugins/emittersShapes/canvas/CHANGELOG.md +++ b/plugins/emittersShapes/canvas/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.0.0-alpha.2](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.1...v4.0.0-alpha.2) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/plugin-emitters-shape-canvas + +# [4.0.0-alpha.1](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.0...v4.0.0-alpha.1) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/plugin-emitters-shape-canvas + # [4.0.0-alpha.0](https://github.com/tsparticles/tsparticles/compare/v3.9.1...v4.0.0-alpha.0) (2026-01-07) **Note:** Version bump only for package @tsparticles/plugin-emitters-shape-canvas diff --git a/plugins/emittersShapes/canvas/package.dist.json b/plugins/emittersShapes/canvas/package.dist.json index 396df3b0a84..da580f23339 100644 --- a/plugins/emittersShapes/canvas/package.dist.json +++ b/plugins/emittersShapes/canvas/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/plugin-emitters-shape-canvas", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles emitters shape canvas plugin", "homepage": "https://particles.js.org", "repository": { @@ -100,8 +100,8 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "4.0.0-alpha.0", - "@tsparticles/plugin-emitters": "4.0.0-alpha.0" + "@tsparticles/engine": "4.0.0-alpha.2", + "@tsparticles/plugin-emitters": "4.0.0-alpha.2" }, "publishConfig": { "access": "public" diff --git a/plugins/emittersShapes/canvas/package.json b/plugins/emittersShapes/canvas/package.json index d9461017e0e..d66db8a24e7 100644 --- a/plugins/emittersShapes/canvas/package.json +++ b/plugins/emittersShapes/canvas/package.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/plugin-emitters-shape-canvas", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles emitters shape canvas plugin", "homepage": "https://particles.js.org", "scripts": { @@ -108,8 +108,8 @@ "./package.json": "./dist/package.json" }, "dependencies": { - "@tsparticles/engine": "workspace:4.0.0-alpha.0", - "@tsparticles/plugin-emitters": "workspace:4.0.0-alpha.0" + "@tsparticles/engine": "workspace:4.0.0-alpha.2", + "@tsparticles/plugin-emitters": "workspace:4.0.0-alpha.2" }, "publishConfig": { "access": "public", diff --git a/plugins/emittersShapes/circle/CHANGELOG.md b/plugins/emittersShapes/circle/CHANGELOG.md index 6c0e81c86cc..40d55451c07 100644 --- a/plugins/emittersShapes/circle/CHANGELOG.md +++ b/plugins/emittersShapes/circle/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.0.0-alpha.2](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.1...v4.0.0-alpha.2) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/plugin-emitters-shape-circle + +# [4.0.0-alpha.1](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.0...v4.0.0-alpha.1) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/plugin-emitters-shape-circle + # [4.0.0-alpha.0](https://github.com/tsparticles/tsparticles/compare/v3.9.1...v4.0.0-alpha.0) (2026-01-07) **Note:** Version bump only for package @tsparticles/plugin-emitters-shape-circle diff --git a/plugins/emittersShapes/circle/package.dist.json b/plugins/emittersShapes/circle/package.dist.json index 112a8e64bc2..19287889298 100644 --- a/plugins/emittersShapes/circle/package.dist.json +++ b/plugins/emittersShapes/circle/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/plugin-emitters-shape-circle", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles emitters shape circle plugin", "homepage": "https://particles.js.org", "repository": { @@ -100,8 +100,8 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "4.0.0-alpha.0", - "@tsparticles/plugin-emitters": "4.0.0-alpha.0" + "@tsparticles/engine": "4.0.0-alpha.2", + "@tsparticles/plugin-emitters": "4.0.0-alpha.2" }, "publishConfig": { "access": "public" diff --git a/plugins/emittersShapes/circle/package.json b/plugins/emittersShapes/circle/package.json index 147a41f59bf..c8ff3947c84 100644 --- a/plugins/emittersShapes/circle/package.json +++ b/plugins/emittersShapes/circle/package.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/plugin-emitters-shape-circle", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles emitters shape circle plugin", "homepage": "https://particles.js.org", "scripts": { @@ -108,8 +108,8 @@ "./package.json": "./dist/package.json" }, "dependencies": { - "@tsparticles/engine": "workspace:4.0.0-alpha.0", - "@tsparticles/plugin-emitters": "workspace:4.0.0-alpha.0" + "@tsparticles/engine": "workspace:4.0.0-alpha.2", + "@tsparticles/plugin-emitters": "workspace:4.0.0-alpha.2" }, "publishConfig": { "access": "public", diff --git a/plugins/emittersShapes/path/CHANGELOG.md b/plugins/emittersShapes/path/CHANGELOG.md index c4d627a8b3d..786c7d13087 100644 --- a/plugins/emittersShapes/path/CHANGELOG.md +++ b/plugins/emittersShapes/path/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.0.0-alpha.2](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.1...v4.0.0-alpha.2) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/plugin-emitters-shape-path + +# [4.0.0-alpha.1](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.0...v4.0.0-alpha.1) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/plugin-emitters-shape-path + # [4.0.0-alpha.0](https://github.com/tsparticles/tsparticles/compare/v3.9.1...v4.0.0-alpha.0) (2026-01-07) **Note:** Version bump only for package @tsparticles/plugin-emitters-shape-path diff --git a/plugins/emittersShapes/path/package.dist.json b/plugins/emittersShapes/path/package.dist.json index bff557ecd6b..78054901c9a 100644 --- a/plugins/emittersShapes/path/package.dist.json +++ b/plugins/emittersShapes/path/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/plugin-emitters-shape-path", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles emitters shape path plugin", "homepage": "https://particles.js.org", "repository": { @@ -100,8 +100,8 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "4.0.0-alpha.0", - "@tsparticles/plugin-emitters": "4.0.0-alpha.0" + "@tsparticles/engine": "4.0.0-alpha.2", + "@tsparticles/plugin-emitters": "4.0.0-alpha.2" }, "publishConfig": { "access": "public" diff --git a/plugins/emittersShapes/path/package.json b/plugins/emittersShapes/path/package.json index bfa7e2e8c6a..5f176c66fb4 100644 --- a/plugins/emittersShapes/path/package.json +++ b/plugins/emittersShapes/path/package.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/plugin-emitters-shape-path", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles emitters shape path plugin", "homepage": "https://particles.js.org", "scripts": { @@ -108,8 +108,8 @@ "./package.json": "./dist/package.json" }, "dependencies": { - "@tsparticles/engine": "workspace:4.0.0-alpha.0", - "@tsparticles/plugin-emitters": "workspace:4.0.0-alpha.0" + "@tsparticles/engine": "workspace:4.0.0-alpha.2", + "@tsparticles/plugin-emitters": "workspace:4.0.0-alpha.2" }, "publishConfig": { "access": "public", diff --git a/plugins/emittersShapes/polygon/CHANGELOG.md b/plugins/emittersShapes/polygon/CHANGELOG.md index 82e08f30bab..cb0aebf902e 100644 --- a/plugins/emittersShapes/polygon/CHANGELOG.md +++ b/plugins/emittersShapes/polygon/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.0.0-alpha.2](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.1...v4.0.0-alpha.2) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/plugin-emitters-shape-polygon + +# [4.0.0-alpha.1](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.0...v4.0.0-alpha.1) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/plugin-emitters-shape-polygon + # [4.0.0-alpha.0](https://github.com/tsparticles/tsparticles/compare/v3.9.1...v4.0.0-alpha.0) (2026-01-07) **Note:** Version bump only for package @tsparticles/plugin-emitters-shape-polygon diff --git a/plugins/emittersShapes/polygon/package.dist.json b/plugins/emittersShapes/polygon/package.dist.json index 7ac98ca3e54..fd54ae05098 100644 --- a/plugins/emittersShapes/polygon/package.dist.json +++ b/plugins/emittersShapes/polygon/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/plugin-emitters-shape-polygon", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles emitters shape polygon plugin", "homepage": "https://particles.js.org", "repository": { @@ -100,8 +100,8 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "4.0.0-alpha.0", - "@tsparticles/plugin-emitters": "4.0.0-alpha.0" + "@tsparticles/engine": "4.0.0-alpha.2", + "@tsparticles/plugin-emitters": "4.0.0-alpha.2" }, "publishConfig": { "access": "public" diff --git a/plugins/emittersShapes/polygon/package.json b/plugins/emittersShapes/polygon/package.json index fd0c1fea297..075da764785 100644 --- a/plugins/emittersShapes/polygon/package.json +++ b/plugins/emittersShapes/polygon/package.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/plugin-emitters-shape-polygon", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles emitters shape polygon plugin", "homepage": "https://particles.js.org", "scripts": { @@ -108,8 +108,8 @@ "./package.json": "./dist/package.json" }, "dependencies": { - "@tsparticles/engine": "workspace:4.0.0-alpha.0", - "@tsparticles/plugin-emitters": "workspace:4.0.0-alpha.0" + "@tsparticles/engine": "workspace:4.0.0-alpha.2", + "@tsparticles/plugin-emitters": "workspace:4.0.0-alpha.2" }, "publishConfig": { "access": "public", diff --git a/plugins/emittersShapes/square/CHANGELOG.md b/plugins/emittersShapes/square/CHANGELOG.md index c51d9087979..dff7de84c54 100644 --- a/plugins/emittersShapes/square/CHANGELOG.md +++ b/plugins/emittersShapes/square/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.0.0-alpha.2](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.1...v4.0.0-alpha.2) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/plugin-emitters-shape-square + +# [4.0.0-alpha.1](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.0...v4.0.0-alpha.1) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/plugin-emitters-shape-square + # [4.0.0-alpha.0](https://github.com/tsparticles/tsparticles/compare/v3.9.1...v4.0.0-alpha.0) (2026-01-07) **Note:** Version bump only for package @tsparticles/plugin-emitters-shape-square diff --git a/plugins/emittersShapes/square/package.dist.json b/plugins/emittersShapes/square/package.dist.json index 13a81edd538..271e16481d5 100644 --- a/plugins/emittersShapes/square/package.dist.json +++ b/plugins/emittersShapes/square/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/plugin-emitters-shape-square", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles emitters shape square plugin", "homepage": "https://particles.js.org", "repository": { @@ -100,8 +100,8 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "4.0.0-alpha.0", - "@tsparticles/plugin-emitters": "4.0.0-alpha.0" + "@tsparticles/engine": "4.0.0-alpha.2", + "@tsparticles/plugin-emitters": "4.0.0-alpha.2" }, "publishConfig": { "access": "public" diff --git a/plugins/emittersShapes/square/package.json b/plugins/emittersShapes/square/package.json index 5d7707bfa66..e950f9c1fc6 100644 --- a/plugins/emittersShapes/square/package.json +++ b/plugins/emittersShapes/square/package.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/plugin-emitters-shape-square", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles emitters shape square plugin", "homepage": "https://particles.js.org", "scripts": { @@ -108,8 +108,8 @@ "./package.json": "./dist/package.json" }, "dependencies": { - "@tsparticles/engine": "workspace:4.0.0-alpha.0", - "@tsparticles/plugin-emitters": "workspace:4.0.0-alpha.0" + "@tsparticles/engine": "workspace:4.0.0-alpha.2", + "@tsparticles/plugin-emitters": "workspace:4.0.0-alpha.2" }, "publishConfig": { "access": "public", diff --git a/plugins/exports/image/CHANGELOG.md b/plugins/exports/image/CHANGELOG.md index 8d0e25ffa65..5e16cca8d19 100644 --- a/plugins/exports/image/CHANGELOG.md +++ b/plugins/exports/image/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.0.0-alpha.2](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.1...v4.0.0-alpha.2) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/plugin-export-image + +# [4.0.0-alpha.1](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.0...v4.0.0-alpha.1) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/plugin-export-image + # [4.0.0-alpha.0](https://github.com/tsparticles/tsparticles/compare/v3.9.1...v4.0.0-alpha.0) (2026-01-07) **Note:** Version bump only for package @tsparticles/plugin-export-image diff --git a/plugins/exports/image/package.dist.json b/plugins/exports/image/package.dist.json index de3837b3d5a..3eb80613ef8 100644 --- a/plugins/exports/image/package.dist.json +++ b/plugins/exports/image/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/plugin-export-image", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles export image plugin", "homepage": "https://particles.js.org", "repository": { @@ -100,7 +100,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "4.0.0-alpha.0" + "@tsparticles/engine": "4.0.0-alpha.2" }, "publishConfig": { "access": "public" diff --git a/plugins/exports/image/package.json b/plugins/exports/image/package.json index 2826c9b1407..eae08601ff4 100644 --- a/plugins/exports/image/package.json +++ b/plugins/exports/image/package.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/plugin-export-image", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles export image plugin", "homepage": "https://particles.js.org", "scripts": { @@ -108,7 +108,7 @@ "./package.json": "./dist/package.json" }, "dependencies": { - "@tsparticles/engine": "workspace:4.0.0-alpha.0" + "@tsparticles/engine": "workspace:4.0.0-alpha.2" }, "publishConfig": { "access": "public", diff --git a/plugins/exports/json/CHANGELOG.md b/plugins/exports/json/CHANGELOG.md index a7f70a3b9df..fbf4465f735 100644 --- a/plugins/exports/json/CHANGELOG.md +++ b/plugins/exports/json/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.0.0-alpha.2](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.1...v4.0.0-alpha.2) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/plugin-export-json + +# [4.0.0-alpha.1](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.0...v4.0.0-alpha.1) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/plugin-export-json + # [4.0.0-alpha.0](https://github.com/tsparticles/tsparticles/compare/v3.9.1...v4.0.0-alpha.0) (2026-01-07) **Note:** Version bump only for package @tsparticles/plugin-export-json diff --git a/plugins/exports/json/package.dist.json b/plugins/exports/json/package.dist.json index b710cc4e930..6cabf2541a4 100644 --- a/plugins/exports/json/package.dist.json +++ b/plugins/exports/json/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/plugin-export-json", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles export json plugin", "homepage": "https://particles.js.org", "repository": { @@ -100,7 +100,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "4.0.0-alpha.0" + "@tsparticles/engine": "4.0.0-alpha.2" }, "publishConfig": { "access": "public" diff --git a/plugins/exports/json/package.json b/plugins/exports/json/package.json index c838f6f3c2c..edde142f778 100644 --- a/plugins/exports/json/package.json +++ b/plugins/exports/json/package.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/plugin-export-json", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles export json plugin", "homepage": "https://particles.js.org", "scripts": { @@ -108,7 +108,7 @@ "./package.json": "./dist/package.json" }, "dependencies": { - "@tsparticles/engine": "workspace:4.0.0-alpha.0" + "@tsparticles/engine": "workspace:4.0.0-alpha.2" }, "publishConfig": { "access": "public", diff --git a/plugins/exports/video/CHANGELOG.md b/plugins/exports/video/CHANGELOG.md index 6c330ed5ed6..e16c8c1cdea 100644 --- a/plugins/exports/video/CHANGELOG.md +++ b/plugins/exports/video/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.0.0-alpha.2](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.1...v4.0.0-alpha.2) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/plugin-export-video + +# [4.0.0-alpha.1](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.0...v4.0.0-alpha.1) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/plugin-export-video + # [4.0.0-alpha.0](https://github.com/tsparticles/tsparticles/compare/v3.9.1...v4.0.0-alpha.0) (2026-01-07) **Note:** Version bump only for package @tsparticles/plugin-export-video diff --git a/plugins/exports/video/package.dist.json b/plugins/exports/video/package.dist.json index dff901eb981..538443def50 100644 --- a/plugins/exports/video/package.dist.json +++ b/plugins/exports/video/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/plugin-export-video", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles export video plugin", "homepage": "https://particles.js.org", "repository": { @@ -100,7 +100,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "4.0.0-alpha.0" + "@tsparticles/engine": "4.0.0-alpha.2" }, "publishConfig": { "access": "public" diff --git a/plugins/exports/video/package.json b/plugins/exports/video/package.json index 6c5e9a3c69e..56b4be1f8eb 100644 --- a/plugins/exports/video/package.json +++ b/plugins/exports/video/package.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/plugin-export-video", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles export video plugin", "homepage": "https://particles.js.org", "scripts": { @@ -108,7 +108,7 @@ "./package.json": "./dist/package.json" }, "dependencies": { - "@tsparticles/engine": "workspace:4.0.0-alpha.0" + "@tsparticles/engine": "workspace:4.0.0-alpha.2" }, "publishConfig": { "access": "public", diff --git a/plugins/infection/CHANGELOG.md b/plugins/infection/CHANGELOG.md index c2c99c01905..52754ae0729 100644 --- a/plugins/infection/CHANGELOG.md +++ b/plugins/infection/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.0.0-alpha.2](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.1...v4.0.0-alpha.2) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/plugin-infection + +# [4.0.0-alpha.1](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.0...v4.0.0-alpha.1) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/plugin-infection + # [4.0.0-alpha.0](https://github.com/tsparticles/tsparticles/compare/v3.9.1...v4.0.0-alpha.0) (2026-01-07) **Note:** Version bump only for package @tsparticles/plugin-infection diff --git a/plugins/infection/package.dist.json b/plugins/infection/package.dist.json index 1becc1cbfa3..d561b0551c6 100644 --- a/plugins/infection/package.dist.json +++ b/plugins/infection/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/plugin-infection", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles infection plugin", "homepage": "https://particles.js.org", "repository": { @@ -100,7 +100,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "4.0.0-alpha.0" + "@tsparticles/engine": "4.0.0-alpha.2" }, "publishConfig": { "access": "public" diff --git a/plugins/infection/package.json b/plugins/infection/package.json index 1da0b48a0f4..53e999b0716 100644 --- a/plugins/infection/package.json +++ b/plugins/infection/package.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/plugin-infection", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles infection plugin", "homepage": "https://particles.js.org", "scripts": { @@ -108,7 +108,7 @@ "./package.json": "./dist/package.json" }, "dependencies": { - "@tsparticles/engine": "workspace:4.0.0-alpha.0" + "@tsparticles/engine": "workspace:4.0.0-alpha.2" }, "publishConfig": { "access": "public", diff --git a/plugins/motion/CHANGELOG.md b/plugins/motion/CHANGELOG.md index 9321647cd47..ee9978eca33 100644 --- a/plugins/motion/CHANGELOG.md +++ b/plugins/motion/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.0.0-alpha.2](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.1...v4.0.0-alpha.2) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/plugin-motion + +# [4.0.0-alpha.1](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.0...v4.0.0-alpha.1) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/plugin-motion + # [4.0.0-alpha.0](https://github.com/tsparticles/tsparticles/compare/v3.9.1...v4.0.0-alpha.0) (2026-01-07) **Note:** Version bump only for package @tsparticles/plugin-motion diff --git a/plugins/motion/package.dist.json b/plugins/motion/package.dist.json index b679ca8fc4c..6b04ffc819a 100644 --- a/plugins/motion/package.dist.json +++ b/plugins/motion/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/plugin-motion", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles motion sickness plugin", "homepage": "https://particles.js.org", "repository": { @@ -86,7 +86,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "4.0.0-alpha.0" + "@tsparticles/engine": "4.0.0-alpha.2" }, "publishConfig": { "access": "public" diff --git a/plugins/motion/package.json b/plugins/motion/package.json index 086033e2971..7cf2be21364 100644 --- a/plugins/motion/package.json +++ b/plugins/motion/package.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/plugin-motion", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles motion sickness plugin", "homepage": "https://particles.js.org", "scripts": { @@ -94,7 +94,7 @@ "./package.json": "./dist/package.json" }, "dependencies": { - "@tsparticles/engine": "workspace:4.0.0-alpha.0" + "@tsparticles/engine": "workspace:4.0.0-alpha.2" }, "publishConfig": { "access": "public", diff --git a/plugins/poisson/CHANGELOG.md b/plugins/poisson/CHANGELOG.md index 6899beb9186..c7d13ba278e 100644 --- a/plugins/poisson/CHANGELOG.md +++ b/plugins/poisson/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.0.0-alpha.2](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.1...v4.0.0-alpha.2) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/plugin-poisson-disc + +# [4.0.0-alpha.1](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.0...v4.0.0-alpha.1) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/plugin-poisson-disc + # [4.0.0-alpha.0](https://github.com/tsparticles/tsparticles/compare/v3.9.1...v4.0.0-alpha.0) (2026-01-07) **Note:** Version bump only for package @tsparticles/plugin-poisson-disc diff --git a/plugins/poisson/package.dist.json b/plugins/poisson/package.dist.json index d5febd2577e..22f83f1abbb 100644 --- a/plugins/poisson/package.dist.json +++ b/plugins/poisson/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/plugin-poisson-disc", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles poisson disc plugin", "homepage": "https://particles.js.org", "repository": { @@ -85,7 +85,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "4.0.0-alpha.0" + "@tsparticles/engine": "4.0.0-alpha.2" }, "publishConfig": { "access": "public" diff --git a/plugins/poisson/package.json b/plugins/poisson/package.json index 93cb5bf4626..9723b03acea 100644 --- a/plugins/poisson/package.json +++ b/plugins/poisson/package.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/plugin-poisson-disc", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles poisson disc plugin", "homepage": "https://particles.js.org", "scripts": { @@ -78,7 +78,7 @@ "types": "dist/types/index.d.ts", "prettier": "@tsparticles/prettier-config", "dependencies": { - "@tsparticles/engine": "workspace:4.0.0-alpha.0" + "@tsparticles/engine": "workspace:4.0.0-alpha.2" }, "publishConfig": { "access": "public", diff --git a/plugins/polygonMask/CHANGELOG.md b/plugins/polygonMask/CHANGELOG.md index a9ab1bf4603..1e81c1da244 100644 --- a/plugins/polygonMask/CHANGELOG.md +++ b/plugins/polygonMask/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.0.0-alpha.2](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.1...v4.0.0-alpha.2) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/plugin-polygon-mask + +# [4.0.0-alpha.1](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.0...v4.0.0-alpha.1) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/plugin-polygon-mask + # [4.0.0-alpha.0](https://github.com/tsparticles/tsparticles/compare/v3.9.1...v4.0.0-alpha.0) (2026-01-07) ### Features diff --git a/plugins/polygonMask/package.dist.json b/plugins/polygonMask/package.dist.json index f46d2d7adf3..a88838a359c 100644 --- a/plugins/polygonMask/package.dist.json +++ b/plugins/polygonMask/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/plugin-polygon-mask", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles polygon mask plugin", "homepage": "https://particles.js.org", "repository": { @@ -88,7 +88,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "4.0.0-alpha.0" + "@tsparticles/engine": "4.0.0-alpha.2" }, "publishConfig": { "access": "public" diff --git a/plugins/polygonMask/package.json b/plugins/polygonMask/package.json index aaee9fa6d83..7e97ccee4e5 100644 --- a/plugins/polygonMask/package.json +++ b/plugins/polygonMask/package.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/plugin-polygon-mask", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles polygon mask plugin", "homepage": "https://particles.js.org", "scripts": { @@ -81,7 +81,7 @@ "dist/**/pathseg.js" ], "dependencies": { - "@tsparticles/engine": "workspace:4.0.0-alpha.0" + "@tsparticles/engine": "workspace:4.0.0-alpha.2" }, "publishConfig": { "access": "public", diff --git a/plugins/sounds/CHANGELOG.md b/plugins/sounds/CHANGELOG.md index 1fd081a7d3c..de21f81a61c 100644 --- a/plugins/sounds/CHANGELOG.md +++ b/plugins/sounds/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.0.0-alpha.2](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.1...v4.0.0-alpha.2) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/plugin-sounds + +# [4.0.0-alpha.1](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.0...v4.0.0-alpha.1) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/plugin-sounds + # [4.0.0-alpha.0](https://github.com/tsparticles/tsparticles/compare/v3.9.1...v4.0.0-alpha.0) (2026-01-07) **Note:** Version bump only for package @tsparticles/plugin-sounds diff --git a/plugins/sounds/package.dist.json b/plugins/sounds/package.dist.json index 211d617653f..aaf54aeace1 100644 --- a/plugins/sounds/package.dist.json +++ b/plugins/sounds/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/plugin-sounds", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles sounds plugin", "homepage": "https://particles.js.org", "repository": { @@ -86,7 +86,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "4.0.0-alpha.0" + "@tsparticles/engine": "4.0.0-alpha.2" }, "publishConfig": { "access": "public" diff --git a/plugins/sounds/package.json b/plugins/sounds/package.json index df902652967..4fa9dbc8b18 100644 --- a/plugins/sounds/package.json +++ b/plugins/sounds/package.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/plugin-sounds", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles sounds plugin", "homepage": "https://particles.js.org", "scripts": { @@ -94,7 +94,7 @@ "./package.json": "./dist/package.json" }, "dependencies": { - "@tsparticles/engine": "workspace:4.0.0-alpha.0" + "@tsparticles/engine": "workspace:4.0.0-alpha.2" }, "publishConfig": { "access": "public", diff --git a/plugins/trail/CHANGELOG.md b/plugins/trail/CHANGELOG.md index d4fac19f759..f02d29496e9 100644 --- a/plugins/trail/CHANGELOG.md +++ b/plugins/trail/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.0.0-alpha.2](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.1...v4.0.0-alpha.2) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/plugin-trail + +# [4.0.0-alpha.1](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.0...v4.0.0-alpha.1) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/plugin-trail + # [4.0.0-alpha.0](https://github.com/tsparticles/tsparticles/compare/v3.9.1...v4.0.0-alpha.0) (2026-01-07) ### Features diff --git a/plugins/trail/package.dist.json b/plugins/trail/package.dist.json index c8571ae6ede..ee8a9c63059 100644 --- a/plugins/trail/package.dist.json +++ b/plugins/trail/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/plugin-trail", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles trail plugin", "homepage": "https://particles.js.org", "repository": { @@ -86,7 +86,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "4.0.0-alpha.0" + "@tsparticles/engine": "4.0.0-alpha.2" }, "publishConfig": { "access": "public" diff --git a/plugins/trail/package.json b/plugins/trail/package.json index 5bd1cb88b1a..a0710fe1f28 100644 --- a/plugins/trail/package.json +++ b/plugins/trail/package.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/plugin-trail", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles trail plugin", "homepage": "https://particles.js.org", "scripts": { @@ -94,7 +94,7 @@ "./package.json": "./dist/package.json" }, "dependencies": { - "@tsparticles/engine": "workspace:4.0.0-alpha.0" + "@tsparticles/engine": "workspace:4.0.0-alpha.2" }, "publishConfig": { "access": "public", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 16703505f60..3950b8c2faf 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -12,17 +12,17 @@ importers: specifier: ^7.28.5 version: 7.28.5 '@commitlint/cli': - specifier: ^20.2.0 - version: 20.2.0(@types/node@25.0.3)(typescript@5.9.3) + specifier: ^20.3.0 + version: 20.3.0(@types/node@25.0.3)(typescript@5.9.3) '@commitlint/config-conventional': - specifier: ^20.2.0 - version: 20.2.0 + specifier: ^20.3.0 + version: 20.3.0 '@nx/workspace': specifier: ^22.3.3 - version: 22.3.3(@swc/core@1.9.2) + version: 22.3.3(@swc/core@1.15.8) '@tsparticles/cli': specifier: ^3.0.14 - version: 3.0.14(@swc/core@1.9.2)(@types/eslint@8.56.6)(@typescript-eslint/parser@8.51.0(eslint@9.39.2(jiti@2.4.2))(typescript@5.9.3))(jiti@2.4.2)(webpack-cli@6.0.1) + version: 3.0.14(@swc/core@1.15.8)(@types/eslint@8.56.6)(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.4.2))(typescript@5.9.3))(jiti@2.4.2)(webpack-cli@6.0.1) '@tsparticles/eslint-config': specifier: ^3.0.9 version: 3.0.9(eslint@9.39.2(jiti@2.4.2)) @@ -34,7 +34,7 @@ importers: version: 3.0.9 '@tsparticles/webpack-plugin': specifier: ^3.0.9 - version: 3.0.9(@swc/core@1.9.2)(@typescript-eslint/parser@8.51.0(eslint@9.39.2(jiti@2.4.2))(typescript@5.9.3))(jiti@2.4.2) + version: 3.0.9(@swc/core@1.15.8)(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.4.2))(typescript@5.9.3))(jiti@2.4.2) '@types/jsdom': specifier: ^27.0.0 version: 27.0.0 @@ -97,13 +97,13 @@ importers: version: 3.0.2(jsdom@27.4.0(canvas@3.2.0)) lerna: specifier: ^9.0.3 - version: 9.0.3(@swc/core@1.9.2)(@types/node@25.0.3) + version: 9.0.3(@swc/core@1.15.8)(@types/node@25.0.3) madge: specifier: ^8.0.0 version: 8.0.0(typescript@5.9.3) nx: specifier: ^22.3.3 - version: 22.3.3(@swc/core@1.9.2) + version: 22.3.3(@swc/core@1.15.8) nx-cloud: specifier: ^19.1.0 version: 19.1.0 @@ -121,13 +121,13 @@ importers: version: 0.5.21 terser-webpack-plugin: specifier: ^5.3.16 - version: 5.3.16(@swc/core@1.9.2)(webpack@5.104.1) + version: 5.3.16(@swc/core@1.15.8)(webpack@5.104.1) ts-json-schema-generator: specifier: ^2.4.0 version: 2.4.0 ts-node: specifier: ^10.9.2 - version: 10.9.2(@swc/core@1.9.2)(@types/node@25.0.3)(typescript@5.9.3) + version: 10.9.2(@swc/core@1.15.8)(@types/node@25.0.3)(typescript@5.9.3) typedoc: specifier: ^0.28.15 version: 0.28.15(typescript@5.9.3) @@ -153,23 +153,23 @@ importers: specifier: ^5.9.3 version: 5.9.3 typescript-eslint: - specifier: ^8.51.0 - version: 8.51.0(eslint@9.39.2(jiti@2.4.2))(typescript@5.9.3) + specifier: ^8.52.0 + version: 8.52.0(eslint@9.39.2(jiti@2.4.2))(typescript@5.9.3) typescript-json-schema: specifier: ^0.67.1 - version: 0.67.1(@swc/core@1.9.2) + version: 0.67.1(@swc/core@1.15.8) vitest: specifier: ^4.0.16 version: 4.0.16(@types/node@25.0.3)(@vitest/ui@4.0.16)(jiti@2.4.2)(jsdom@27.4.0(canvas@3.2.0))(lightningcss@1.30.2)(sass@1.97.1)(stylus@0.64.0)(terser@5.44.1)(yaml@2.8.1) webpack: specifier: ^5.104.1 - version: 5.104.1(@swc/core@1.9.2)(webpack-cli@6.0.1) + version: 5.104.1(@swc/core@1.15.8)(webpack-cli@6.0.1) webpack-bundle-analyzer: - specifier: ^5.1.0 - version: 5.1.0 + specifier: ^5.1.1 + version: 5.1.1 webpack-cli: specifier: ^6.0.1 - version: 6.0.1(webpack-bundle-analyzer@5.1.0)(webpack@5.104.1) + version: 6.0.1(webpack-bundle-analyzer@5.1.1)(webpack@5.104.1) yargs: specifier: ^18.0.0 version: 18.0.0 @@ -177,440 +177,440 @@ importers: bundles/all: dependencies: '@tsparticles/effect-bubble': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../effects/bubble/dist '@tsparticles/effect-shadow': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../effects/shadow/dist '@tsparticles/effect-trail': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../effects/trail/dist '@tsparticles/engine': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../engine/dist '@tsparticles/interaction-external-particle': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../interactions/external/particle/dist '@tsparticles/interaction-external-pop': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../interactions/external/pop/dist '@tsparticles/interaction-light': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../interactions/light/dist '@tsparticles/interaction-particles-repulse': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../interactions/particles/repulse/dist '@tsparticles/path-curl-noise': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../paths/curlNoise/dist '@tsparticles/path-curves': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../paths/curves/dist '@tsparticles/path-fractal-noise': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../paths/fractalNoise/dist '@tsparticles/path-perlin-noise': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../paths/perlinNoise/dist '@tsparticles/path-polygon': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../paths/polygon/dist '@tsparticles/path-simplex-noise': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../paths/simplexNoise/dist '@tsparticles/path-svg': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../paths/svg/dist '@tsparticles/path-zig-zag': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../paths/zigzag/dist '@tsparticles/pjs': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../pjs/dist '@tsparticles/plugin-background-mask': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../plugins/backgroundMask/dist '@tsparticles/plugin-canvas-mask': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../plugins/canvasMask/dist '@tsparticles/plugin-easing-back': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../plugins/easings/back/dist '@tsparticles/plugin-easing-circ': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../plugins/easings/circ/dist '@tsparticles/plugin-easing-cubic': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../plugins/easings/cubic/dist '@tsparticles/plugin-easing-expo': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../plugins/easings/expo/dist '@tsparticles/plugin-easing-linear': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../plugins/easings/linear/dist '@tsparticles/plugin-easing-quart': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../plugins/easings/quart/dist '@tsparticles/plugin-easing-quint': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../plugins/easings/quint/dist '@tsparticles/plugin-easing-sine': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../plugins/easings/sine/dist '@tsparticles/plugin-emitters-shape-canvas': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../plugins/emittersShapes/canvas/dist '@tsparticles/plugin-emitters-shape-path': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../plugins/emittersShapes/path/dist '@tsparticles/plugin-emitters-shape-polygon': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../plugins/emittersShapes/polygon/dist '@tsparticles/plugin-export-image': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../plugins/exports/image/dist '@tsparticles/plugin-export-json': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../plugins/exports/json/dist '@tsparticles/plugin-export-video': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../plugins/exports/video/dist '@tsparticles/plugin-hsv-color': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../plugins/colors/hsv/dist '@tsparticles/plugin-hwb-color': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../plugins/colors/hwb/dist '@tsparticles/plugin-infection': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../plugins/infection/dist '@tsparticles/plugin-lab-color': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../plugins/colors/lab/dist '@tsparticles/plugin-lch-color': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../plugins/colors/lch/dist '@tsparticles/plugin-motion': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../plugins/motion/dist '@tsparticles/plugin-named-color': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../plugins/colors/named/dist '@tsparticles/plugin-oklab-color': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../plugins/colors/oklab/dist '@tsparticles/plugin-oklch-color': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../plugins/colors/oklch/dist '@tsparticles/plugin-poisson-disc': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../plugins/poisson/dist '@tsparticles/plugin-polygon-mask': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../plugins/polygonMask/dist '@tsparticles/plugin-sounds': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../plugins/sounds/dist '@tsparticles/plugin-trail': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../plugins/trail/dist '@tsparticles/shape-arrow': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../shapes/arrow/dist '@tsparticles/shape-cards': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../shapes/cards/dist '@tsparticles/shape-cog': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../shapes/cog/dist '@tsparticles/shape-heart': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../shapes/heart/dist '@tsparticles/shape-infinity': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../shapes/infinity/dist '@tsparticles/shape-path': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../shapes/path/dist '@tsparticles/shape-rounded-polygon': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../shapes/rounded-polygon/dist '@tsparticles/shape-rounded-rect': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../shapes/rounded-rect/dist '@tsparticles/shape-spiral': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../shapes/spiral/dist '@tsparticles/updater-gradient': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../updaters/gradient/dist '@tsparticles/updater-orbit': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../updaters/orbit/dist tsparticles: - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../full/dist publishDirectory: dist bundles/basic: dependencies: '@tsparticles/engine': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../engine/dist '@tsparticles/move-base': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../move/base/dist '@tsparticles/plugin-hex-color': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../plugins/colors/hex/dist '@tsparticles/plugin-hsl-color': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../plugins/colors/hsl/dist '@tsparticles/plugin-rgb-color': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../plugins/colors/rgb/dist '@tsparticles/shape-circle': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../shapes/circle/dist '@tsparticles/updater-color': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../updaters/color/dist '@tsparticles/updater-opacity': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../updaters/opacity/dist '@tsparticles/updater-out-modes': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../updaters/outModes/dist '@tsparticles/updater-size': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../updaters/size/dist publishDirectory: dist bundles/confetti: dependencies: '@tsparticles/basic': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../basic/dist '@tsparticles/engine': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../engine/dist '@tsparticles/plugin-emitters': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../plugins/emitters/dist '@tsparticles/plugin-motion': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../plugins/motion/dist '@tsparticles/shape-cards': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../shapes/cards/dist '@tsparticles/shape-emoji': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../shapes/emoji/dist '@tsparticles/shape-heart': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../shapes/heart/dist '@tsparticles/shape-image': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../shapes/image/dist '@tsparticles/shape-polygon': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../shapes/polygon/dist '@tsparticles/shape-square': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../shapes/square/dist '@tsparticles/shape-star': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../shapes/star/dist '@tsparticles/updater-life': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../updaters/life/dist '@tsparticles/updater-roll': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../updaters/roll/dist '@tsparticles/updater-rotate': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../updaters/rotate/dist '@tsparticles/updater-tilt': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../updaters/tilt/dist '@tsparticles/updater-wobble': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../updaters/wobble/dist publishDirectory: dist bundles/fireworks: dependencies: '@tsparticles/basic': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../basic/dist '@tsparticles/effect-trail': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../effects/trail/dist '@tsparticles/engine': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../engine/dist '@tsparticles/plugin-emitters': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../plugins/emitters/dist '@tsparticles/plugin-emitters-shape-square': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../plugins/emittersShapes/square/dist '@tsparticles/plugin-sounds': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../plugins/sounds/dist '@tsparticles/updater-destroy': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../updaters/destroy/dist '@tsparticles/updater-life': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../updaters/life/dist '@tsparticles/updater-rotate': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../updaters/rotate/dist publishDirectory: dist bundles/full: dependencies: '@tsparticles/engine': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../engine/dist '@tsparticles/interaction-external-trail': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../interactions/external/trail/dist '@tsparticles/plugin-absorbers': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../plugins/absorbers/dist '@tsparticles/plugin-emitters': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../plugins/emitters/dist '@tsparticles/plugin-emitters-shape-circle': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../plugins/emittersShapes/circle/dist '@tsparticles/plugin-emitters-shape-square': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../plugins/emittersShapes/square/dist '@tsparticles/shape-text': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../shapes/text/dist '@tsparticles/slim': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../slim/dist '@tsparticles/updater-destroy': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../updaters/destroy/dist '@tsparticles/updater-roll': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../updaters/roll/dist '@tsparticles/updater-tilt': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../updaters/tilt/dist '@tsparticles/updater-twinkle': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../updaters/twinkle/dist '@tsparticles/updater-wobble': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../updaters/wobble/dist publishDirectory: dist bundles/pjs: dependencies: '@tsparticles/engine': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../engine/dist publishDirectory: dist bundles/slim: dependencies: '@tsparticles/basic': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../basic/dist '@tsparticles/engine': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../engine/dist '@tsparticles/interaction-external-attract': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../interactions/external/attract/dist '@tsparticles/interaction-external-bounce': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../interactions/external/bounce/dist '@tsparticles/interaction-external-bubble': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../interactions/external/bubble/dist '@tsparticles/interaction-external-connect': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../interactions/external/connect/dist '@tsparticles/interaction-external-grab': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../interactions/external/grab/dist '@tsparticles/interaction-external-pause': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../interactions/external/pause/dist '@tsparticles/interaction-external-push': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../interactions/external/push/dist '@tsparticles/interaction-external-remove': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../interactions/external/remove/dist '@tsparticles/interaction-external-repulse': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../interactions/external/repulse/dist '@tsparticles/interaction-external-slow': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../interactions/external/slow/dist '@tsparticles/interaction-particles-attract': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../interactions/particles/attract/dist '@tsparticles/interaction-particles-collisions': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../interactions/particles/collisions/dist '@tsparticles/interaction-particles-links': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../interactions/particles/links/dist '@tsparticles/move-parallax': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../move/parallax/dist '@tsparticles/plugin-easing-quad': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../plugins/easings/quad/dist '@tsparticles/shape-emoji': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../shapes/emoji/dist '@tsparticles/shape-image': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../shapes/image/dist '@tsparticles/shape-line': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../shapes/line/dist '@tsparticles/shape-polygon': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../shapes/polygon/dist '@tsparticles/shape-square': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../shapes/square/dist '@tsparticles/shape-star': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../shapes/star/dist '@tsparticles/updater-life': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../updaters/life/dist '@tsparticles/updater-rotate': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../updaters/rotate/dist '@tsparticles/updater-stroke-color': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../updaters/strokeColor/dist publishDirectory: dist demo/electron: dependencies: '@tsparticles/configs': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../utils/configs/dist '@tsparticles/engine': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../engine/dist tsparticles: - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../bundles/full/dist devDependencies: electron: @@ -620,343 +620,343 @@ importers: demo/vanilla: dependencies: '@tsparticles/all': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../bundles/all/dist '@tsparticles/basic': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../bundles/basic/dist '@tsparticles/confetti': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../bundles/confetti/dist '@tsparticles/configs': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../utils/configs/dist '@tsparticles/effect-bubble': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../effects/bubble/dist '@tsparticles/effect-shadow': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../effects/shadow/dist '@tsparticles/effect-trail': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../effects/trail/dist '@tsparticles/engine': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../engine/dist '@tsparticles/fireworks': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../bundles/fireworks/dist '@tsparticles/fractal-noise': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../utils/fractalNoise/dist '@tsparticles/interaction-external-attract': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../interactions/external/attract/dist '@tsparticles/interaction-external-bounce': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../interactions/external/bounce/dist '@tsparticles/interaction-external-bubble': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../interactions/external/bubble/dist '@tsparticles/interaction-external-connect': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../interactions/external/connect/dist '@tsparticles/interaction-external-grab': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../interactions/external/grab/dist '@tsparticles/interaction-external-particle': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../interactions/external/particle/dist '@tsparticles/interaction-external-pause': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../interactions/external/pause/dist '@tsparticles/interaction-external-pop': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../interactions/external/pop/dist '@tsparticles/interaction-external-push': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../interactions/external/push/dist '@tsparticles/interaction-external-remove': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../interactions/external/remove/dist '@tsparticles/interaction-external-repulse': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../interactions/external/repulse/dist '@tsparticles/interaction-external-slow': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../interactions/external/slow/dist '@tsparticles/interaction-external-trail': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../interactions/external/trail/dist '@tsparticles/interaction-light': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../interactions/light/dist '@tsparticles/interaction-particles-attract': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../interactions/particles/attract/dist '@tsparticles/interaction-particles-collisions': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../interactions/particles/collisions/dist '@tsparticles/interaction-particles-links': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../interactions/particles/links/dist '@tsparticles/interaction-particles-repulse': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../interactions/particles/repulse/dist '@tsparticles/move-base': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../move/base/dist '@tsparticles/move-parallax': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../move/parallax/dist '@tsparticles/noise-field': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../utils/noiseField/dist '@tsparticles/path-curl-noise': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../paths/curlNoise/dist '@tsparticles/path-curves': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../paths/curves/dist '@tsparticles/path-fractal-noise': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../paths/fractalNoise/dist '@tsparticles/path-perlin-noise': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../paths/perlinNoise/dist '@tsparticles/path-polygon': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../paths/polygon/dist '@tsparticles/path-simplex-noise': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../paths/simplexNoise/dist '@tsparticles/path-svg': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../paths/svg/dist '@tsparticles/path-zig-zag': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../paths/zigzag/dist '@tsparticles/perlin-noise': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../utils/perlinNoise/dist '@tsparticles/pjs': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../bundles/pjs/dist '@tsparticles/plugin-absorbers': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../plugins/absorbers/dist '@tsparticles/plugin-background-mask': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../plugins/backgroundMask/dist '@tsparticles/plugin-canvas-mask': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../plugins/canvasMask/dist '@tsparticles/plugin-easing-back': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../plugins/easings/back/dist '@tsparticles/plugin-easing-circ': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../plugins/easings/circ/dist '@tsparticles/plugin-easing-cubic': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../plugins/easings/cubic/dist '@tsparticles/plugin-easing-expo': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../plugins/easings/expo/dist '@tsparticles/plugin-easing-linear': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../plugins/easings/linear/dist '@tsparticles/plugin-easing-quad': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../plugins/easings/quad/dist '@tsparticles/plugin-easing-quart': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../plugins/easings/quart/dist '@tsparticles/plugin-easing-quint': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../plugins/easings/quint/dist '@tsparticles/plugin-easing-sine': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../plugins/easings/sine/dist '@tsparticles/plugin-emitters': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../plugins/emitters/dist '@tsparticles/plugin-emitters-shape-canvas': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../plugins/emittersShapes/canvas/dist '@tsparticles/plugin-emitters-shape-circle': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../plugins/emittersShapes/circle/dist '@tsparticles/plugin-emitters-shape-path': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../plugins/emittersShapes/path/dist '@tsparticles/plugin-emitters-shape-polygon': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../plugins/emittersShapes/polygon/dist '@tsparticles/plugin-emitters-shape-square': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../plugins/emittersShapes/square/dist '@tsparticles/plugin-export-image': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../plugins/exports/image/dist '@tsparticles/plugin-export-json': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../plugins/exports/json/dist '@tsparticles/plugin-export-video': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../plugins/exports/video/dist '@tsparticles/plugin-hex-color': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../plugins/colors/hex/dist '@tsparticles/plugin-hsl-color': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../plugins/colors/hsl/dist '@tsparticles/plugin-hsv-color': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../plugins/colors/hsv/dist '@tsparticles/plugin-hwb-color': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../plugins/colors/hwb/dist '@tsparticles/plugin-infection': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../plugins/infection/dist '@tsparticles/plugin-lab-color': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../plugins/colors/lab/dist '@tsparticles/plugin-lch-color': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../plugins/colors/lch/dist '@tsparticles/plugin-motion': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../plugins/motion/dist '@tsparticles/plugin-named-color': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../plugins/colors/named/dist '@tsparticles/plugin-oklab-color': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../plugins/colors/oklab/dist '@tsparticles/plugin-oklch-color': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../plugins/colors/oklch/dist '@tsparticles/plugin-poisson-disc': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../plugins/poisson/dist '@tsparticles/plugin-polygon-mask': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../plugins/polygonMask/dist '@tsparticles/plugin-rgb-color': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../plugins/colors/rgb/dist '@tsparticles/plugin-sounds': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../plugins/sounds/dist '@tsparticles/plugin-trail': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../plugins/trail/dist '@tsparticles/shape-arrow': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../shapes/arrow/dist '@tsparticles/shape-cards': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../shapes/cards/dist '@tsparticles/shape-circle': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../shapes/circle/dist '@tsparticles/shape-cog': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../shapes/cog/dist '@tsparticles/shape-emoji': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../shapes/emoji/dist '@tsparticles/shape-heart': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../shapes/heart/dist '@tsparticles/shape-image': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../shapes/image/dist '@tsparticles/shape-infinity': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../shapes/infinity/dist '@tsparticles/shape-line': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../shapes/line/dist '@tsparticles/shape-path': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../shapes/path/dist '@tsparticles/shape-polygon': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../shapes/polygon/dist '@tsparticles/shape-rounded-polygon': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../shapes/rounded-polygon/dist '@tsparticles/shape-rounded-rect': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../shapes/rounded-rect/dist '@tsparticles/shape-spiral': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../shapes/spiral/dist '@tsparticles/shape-square': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../shapes/square/dist '@tsparticles/shape-star': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../shapes/star/dist '@tsparticles/shape-text': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../shapes/text/dist '@tsparticles/simplex-noise': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../utils/simplexNoise/dist '@tsparticles/slim': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../bundles/slim/dist '@tsparticles/smooth-value-noise': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../utils/smoothValueNoise/dist '@tsparticles/updater-color': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../updaters/color/dist '@tsparticles/updater-destroy': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../updaters/destroy/dist '@tsparticles/updater-gradient': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../updaters/gradient/dist '@tsparticles/updater-life': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../updaters/life/dist '@tsparticles/updater-opacity': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../updaters/opacity/dist '@tsparticles/updater-orbit': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../updaters/orbit/dist '@tsparticles/updater-out-modes': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../updaters/outModes/dist '@tsparticles/updater-roll': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../updaters/roll/dist '@tsparticles/updater-rotate': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../updaters/rotate/dist '@tsparticles/updater-size': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../updaters/size/dist '@tsparticles/updater-stroke-color': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../updaters/strokeColor/dist '@tsparticles/updater-tilt': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../updaters/tilt/dist '@tsparticles/updater-twinkle': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../updaters/twinkle/dist '@tsparticles/updater-wobble': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../updaters/wobble/dist tsparticles: - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../bundles/full/dist devDependencies: '@datalust/winston-seq': @@ -1035,42 +1035,45 @@ importers: demo/vanilla_new: dependencies: '@tsparticles/configs': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../utils/configs/dist '@tsparticles/engine': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../engine/dist '@tsparticles/interaction-light': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../interactions/light/dist '@tsparticles/interaction-particles-repulse': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../interactions/particles/repulse/dist '@tsparticles/path-curves': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../paths/curves/dist '@tsparticles/path-perlin-noise': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../paths/perlinNoise/dist '@tsparticles/path-polygon': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../paths/polygon/dist '@tsparticles/path-simplex-noise': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../paths/simplexNoise/dist '@tsparticles/plugin-infection': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../plugins/infection/dist '@tsparticles/updater-gradient': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../updaters/gradient/dist '@tsparticles/updater-orbit': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../updaters/orbit/dist tsparticles: - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../bundles/full/dist devDependencies: + '@swc/core': + specifier: ^1.15.8 + version: 1.15.8 fs-extra: specifier: ^11.3.3 version: 11.3.3 @@ -1084,13 +1087,13 @@ importers: demo/vite: dependencies: '@tsparticles/all': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../bundles/all/dist '@tsparticles/configs': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../utils/configs/dist '@tsparticles/engine': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../engine/dist devDependencies: typescript: @@ -1103,21 +1106,21 @@ importers: effects/bubble: dependencies: '@tsparticles/engine': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../engine/dist publishDirectory: dist effects/shadow: dependencies: '@tsparticles/engine': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../engine/dist publishDirectory: dist effects/trail: dependencies: '@tsparticles/engine': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../engine/dist publishDirectory: dist @@ -1127,729 +1130,729 @@ importers: interactions/external/attract: dependencies: '@tsparticles/engine': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../../engine/dist publishDirectory: dist interactions/external/bounce: dependencies: '@tsparticles/engine': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../../engine/dist publishDirectory: dist interactions/external/bubble: dependencies: '@tsparticles/engine': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../../engine/dist publishDirectory: dist interactions/external/connect: dependencies: '@tsparticles/engine': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../../engine/dist publishDirectory: dist interactions/external/grab: dependencies: '@tsparticles/engine': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../../engine/dist publishDirectory: dist interactions/external/particle: dependencies: '@tsparticles/engine': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../../engine/dist publishDirectory: dist interactions/external/pause: dependencies: '@tsparticles/engine': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../../engine/dist publishDirectory: dist interactions/external/pop: dependencies: '@tsparticles/engine': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../../engine/dist publishDirectory: dist interactions/external/push: dependencies: '@tsparticles/engine': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../../engine/dist publishDirectory: dist interactions/external/remove: dependencies: '@tsparticles/engine': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../../engine/dist publishDirectory: dist interactions/external/repulse: dependencies: '@tsparticles/engine': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../../engine/dist publishDirectory: dist interactions/external/slow: dependencies: '@tsparticles/engine': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../../engine/dist publishDirectory: dist interactions/external/trail: dependencies: '@tsparticles/engine': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../../engine/dist publishDirectory: dist interactions/light: dependencies: '@tsparticles/engine': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../engine/dist publishDirectory: dist interactions/particles/attract: dependencies: '@tsparticles/engine': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../../engine/dist publishDirectory: dist interactions/particles/collisions: dependencies: '@tsparticles/engine': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../../engine/dist publishDirectory: dist interactions/particles/links: dependencies: '@tsparticles/engine': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../../engine/dist publishDirectory: dist interactions/particles/repulse: dependencies: '@tsparticles/engine': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../../engine/dist publishDirectory: dist move/base: dependencies: '@tsparticles/engine': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../engine/dist publishDirectory: dist move/parallax: dependencies: '@tsparticles/engine': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../engine/dist publishDirectory: dist paths/curlNoise: dependencies: '@tsparticles/engine': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../engine/dist '@tsparticles/simplex-noise': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../utils/simplexNoise/dist publishDirectory: dist paths/curves: dependencies: '@tsparticles/engine': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../engine/dist publishDirectory: dist paths/fractalNoise: dependencies: '@tsparticles/engine': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../engine/dist '@tsparticles/fractal-noise': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../utils/fractalNoise/dist '@tsparticles/noise-field': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../utils/noiseField/dist publishDirectory: dist paths/perlinNoise: dependencies: '@tsparticles/engine': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../engine/dist '@tsparticles/noise-field': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../utils/noiseField/dist '@tsparticles/perlin-noise': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../utils/perlinNoise/dist publishDirectory: dist paths/polygon: dependencies: '@tsparticles/engine': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../engine/dist publishDirectory: dist paths/simplexNoise: dependencies: '@tsparticles/engine': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../engine/dist '@tsparticles/noise-field': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../utils/noiseField/dist '@tsparticles/simplex-noise': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../utils/simplexNoise/dist publishDirectory: dist paths/svg: dependencies: '@tsparticles/engine': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../engine/dist publishDirectory: dist paths/zigzag: dependencies: '@tsparticles/engine': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../engine/dist publishDirectory: dist plugins/absorbers: dependencies: '@tsparticles/engine': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../engine/dist publishDirectory: dist plugins/backgroundMask: dependencies: '@tsparticles/engine': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../engine/dist publishDirectory: dist plugins/canvasMask: dependencies: '@tsparticles/engine': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../engine/dist publishDirectory: dist plugins/colors/hex: dependencies: '@tsparticles/engine': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../../engine/dist publishDirectory: dist plugins/colors/hsl: dependencies: '@tsparticles/engine': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../../engine/dist publishDirectory: dist plugins/colors/hsv: dependencies: '@tsparticles/engine': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../../engine/dist publishDirectory: dist plugins/colors/hwb: dependencies: '@tsparticles/engine': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../../engine/dist publishDirectory: dist plugins/colors/lab: dependencies: '@tsparticles/engine': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../../engine/dist publishDirectory: dist plugins/colors/lch: dependencies: '@tsparticles/engine': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../../engine/dist publishDirectory: dist plugins/colors/named: dependencies: '@tsparticles/engine': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../../engine/dist publishDirectory: dist plugins/colors/oklab: dependencies: '@tsparticles/engine': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../../engine/dist publishDirectory: dist plugins/colors/oklch: dependencies: '@tsparticles/engine': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../../engine/dist publishDirectory: dist plugins/colors/rgb: dependencies: '@tsparticles/engine': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../../engine/dist publishDirectory: dist plugins/easings/back: dependencies: '@tsparticles/engine': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../../engine/dist publishDirectory: dist plugins/easings/circ: dependencies: '@tsparticles/engine': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../../engine/dist publishDirectory: dist plugins/easings/cubic: dependencies: '@tsparticles/engine': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../../engine/dist publishDirectory: dist plugins/easings/expo: dependencies: '@tsparticles/engine': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../../engine/dist publishDirectory: dist plugins/easings/linear: dependencies: '@tsparticles/engine': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../../engine/dist publishDirectory: dist plugins/easings/quad: dependencies: '@tsparticles/engine': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../../engine/dist publishDirectory: dist plugins/easings/quart: dependencies: '@tsparticles/engine': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../../engine/dist publishDirectory: dist plugins/easings/quint: dependencies: '@tsparticles/engine': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../../engine/dist publishDirectory: dist plugins/easings/sine: dependencies: '@tsparticles/engine': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../../engine/dist publishDirectory: dist plugins/emitters: dependencies: '@tsparticles/engine': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../engine/dist publishDirectory: dist plugins/emittersShapes/canvas: dependencies: '@tsparticles/engine': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../../engine/dist '@tsparticles/plugin-emitters': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../emitters/dist publishDirectory: dist plugins/emittersShapes/circle: dependencies: '@tsparticles/engine': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../../engine/dist '@tsparticles/plugin-emitters': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../emitters/dist publishDirectory: dist plugins/emittersShapes/path: dependencies: '@tsparticles/engine': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../../engine/dist '@tsparticles/plugin-emitters': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../emitters/dist publishDirectory: dist plugins/emittersShapes/polygon: dependencies: '@tsparticles/engine': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../../engine/dist '@tsparticles/plugin-emitters': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../emitters/dist publishDirectory: dist plugins/emittersShapes/square: dependencies: '@tsparticles/engine': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../../engine/dist '@tsparticles/plugin-emitters': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../emitters/dist publishDirectory: dist plugins/exports/image: dependencies: '@tsparticles/engine': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../../engine/dist publishDirectory: dist plugins/exports/json: dependencies: '@tsparticles/engine': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../../engine/dist publishDirectory: dist plugins/exports/video: dependencies: '@tsparticles/engine': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../../engine/dist publishDirectory: dist plugins/infection: dependencies: '@tsparticles/engine': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../engine/dist publishDirectory: dist plugins/motion: dependencies: '@tsparticles/engine': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../engine/dist publishDirectory: dist plugins/poisson: dependencies: '@tsparticles/engine': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../engine/dist publishDirectory: dist plugins/polygonMask: dependencies: '@tsparticles/engine': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../engine/dist publishDirectory: dist plugins/sounds: dependencies: '@tsparticles/engine': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../engine/dist publishDirectory: dist plugins/trail: dependencies: '@tsparticles/engine': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../engine/dist publishDirectory: dist shapes/arrow: dependencies: '@tsparticles/engine': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../engine/dist publishDirectory: dist shapes/cards: dependencies: '@tsparticles/engine': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../engine/dist publishDirectory: dist shapes/circle: dependencies: '@tsparticles/engine': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../engine/dist publishDirectory: dist shapes/cog: dependencies: '@tsparticles/engine': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../engine/dist publishDirectory: dist shapes/emoji: dependencies: '@tsparticles/engine': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../engine/dist publishDirectory: dist shapes/heart: dependencies: '@tsparticles/engine': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../engine/dist publishDirectory: dist shapes/image: dependencies: '@tsparticles/engine': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../engine/dist publishDirectory: dist shapes/infinity: dependencies: '@tsparticles/engine': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../engine/dist publishDirectory: dist shapes/line: dependencies: '@tsparticles/engine': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../engine/dist publishDirectory: dist shapes/path: dependencies: '@tsparticles/engine': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../engine/dist publishDirectory: dist shapes/polygon: dependencies: '@tsparticles/engine': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../engine/dist publishDirectory: dist shapes/rounded-polygon: dependencies: '@tsparticles/engine': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../engine/dist publishDirectory: dist shapes/rounded-rect: dependencies: '@tsparticles/engine': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../engine/dist publishDirectory: dist shapes/spiral: dependencies: '@tsparticles/engine': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../engine/dist publishDirectory: dist shapes/square: dependencies: '@tsparticles/engine': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../engine/dist publishDirectory: dist shapes/star: dependencies: '@tsparticles/engine': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../engine/dist publishDirectory: dist shapes/text: dependencies: '@tsparticles/engine': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../engine/dist publishDirectory: dist updaters/color: dependencies: '@tsparticles/engine': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../engine/dist publishDirectory: dist updaters/destroy: dependencies: '@tsparticles/engine': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../engine/dist publishDirectory: dist updaters/gradient: dependencies: '@tsparticles/engine': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../engine/dist publishDirectory: dist updaters/life: dependencies: '@tsparticles/engine': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../engine/dist publishDirectory: dist updaters/opacity: dependencies: '@tsparticles/engine': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../engine/dist publishDirectory: dist updaters/orbit: dependencies: '@tsparticles/engine': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../engine/dist publishDirectory: dist updaters/outModes: dependencies: '@tsparticles/engine': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../engine/dist publishDirectory: dist updaters/roll: dependencies: '@tsparticles/engine': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../engine/dist publishDirectory: dist updaters/rotate: dependencies: '@tsparticles/engine': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../engine/dist publishDirectory: dist updaters/size: dependencies: '@tsparticles/engine': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../engine/dist publishDirectory: dist updaters/strokeColor: dependencies: '@tsparticles/engine': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../engine/dist publishDirectory: dist updaters/tilt: dependencies: '@tsparticles/engine': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../engine/dist publishDirectory: dist updaters/twinkle: dependencies: '@tsparticles/engine': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../engine/dist publishDirectory: dist updaters/wobble: dependencies: '@tsparticles/engine': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../engine/dist publishDirectory: dist utils/configs: dependencies: '@tsparticles/engine': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../engine/dist publishDirectory: dist utils/fractalNoise: dependencies: '@tsparticles/smooth-value-noise': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../smoothValueNoise/dist publishDirectory: dist utils/noiseField: dependencies: '@tsparticles/engine': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../engine/dist publishDirectory: dist @@ -1865,19 +1868,19 @@ importers: utils/tests: dependencies: '@tsparticles/engine': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../engine/dist '@tsparticles/plugin-hex-color': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../plugins/colors/hex/dist '@tsparticles/plugin-hsl-color': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../plugins/colors/hsl/dist '@tsparticles/plugin-hsv-color': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../plugins/colors/hsv/dist '@tsparticles/plugin-rgb-color': - specifier: workspace:4.0.0-alpha.0 + specifier: workspace:4.0.0-alpha.2 version: link:../../plugins/colors/rgb/dist packages: @@ -2434,13 +2437,13 @@ packages: resolution: {integrity: sha512-Ir+AOibqzrIsL6ajt3Rz3LskB7OiMVHqltZmspbW/TJuTVuyOMirVqAkjfY6JISiLHgyNqicAC8AyHHGzNd/dA==} engines: {node: '>=0.1.90'} - '@commitlint/cli@20.2.0': - resolution: {integrity: sha512-l37HkrPZ2DZy26rKiTUvdq/LZtlMcxz+PeLv9dzK9NzoFGuJdOQyYU7IEkEQj0pO++uYue89wzOpZ0hcTtoqUA==} + '@commitlint/cli@20.3.0': + resolution: {integrity: sha512-HXO8YVfqdBK+MnlX2zqNrv6waGYPs6Ysjm5W2Y0GMagWXwiIKx7C8dcIX9ca+QdHq4WA0lcMnZLQ0pzQh1piZg==} engines: {node: '>=v18'} hasBin: true - '@commitlint/config-conventional@20.2.0': - resolution: {integrity: sha512-MsRac+yNIbTB4Q/psstKK4/ciVzACHicSwz+04Sxve+4DW+PiJeTjU0JnS4m/oOnulrXYN+yBPlKaBSGemRfgQ==} + '@commitlint/config-conventional@20.3.0': + resolution: {integrity: sha512-g1OXVl6E2v0xF1Ru2RpxQ+Vfy7XUcUsCmLKzGUrhFLS4hSNykje0QSy6djBtzOiOBQCepBrmIlqx/gRlzrSh5A==} engines: {node: '>=v18'} '@commitlint/config-validator@20.2.0': @@ -2463,12 +2466,12 @@ packages: resolution: {integrity: sha512-Lz0OGeZCo/QHUDLx5LmZc0EocwanneYJUM8z0bfWexArk62HKMLfLIodwXuKTO5y0s6ddXaTexrYHs7v96EOmw==} engines: {node: '>=v18'} - '@commitlint/lint@20.2.0': - resolution: {integrity: sha512-cQEEB+jlmyQbyiji/kmh8pUJSDeUmPiWq23kFV0EtW3eM+uAaMLMuoTMajbrtWYWQpPzOMDjYltQ8jxHeHgITg==} + '@commitlint/lint@20.3.0': + resolution: {integrity: sha512-X19HOGU5nRo6i9DIY0kG0mhgtvpn1UGO1D6aLX1ILLyeqSM5yJyMcrRqNj8SLgeSeUDODhLY9QYsBIG0LdNHkA==} engines: {node: '>=v18'} - '@commitlint/load@20.2.0': - resolution: {integrity: sha512-iAK2GaBM8sPFTSwtagI67HrLKHIUxQc2BgpgNc/UMNme6LfmtHpIxQoN1TbP+X1iz58jq32HL1GbrFTCzcMi6g==} + '@commitlint/load@20.3.0': + resolution: {integrity: sha512-amkdVZTXp5R65bsRXRSCwoNXbJHR2aAIY/RGFkoyd63t8UEwqEgT3f0MgeLqYw4hwXyq+TYXKdaW133E29pnGQ==} engines: {node: '>=v18'} '@commitlint/message@20.0.0': @@ -2487,8 +2490,8 @@ packages: resolution: {integrity: sha512-KVoLDi9BEuqeq+G0wRABn4azLRiCC22/YHR2aCquwx6bzCHAIN8hMt3Nuf1VFxq/c8ai6s8qBxE8+ZD4HeFTlQ==} engines: {node: '>=v18'} - '@commitlint/rules@20.2.0': - resolution: {integrity: sha512-27rHGpeAjnYl/A+qUUiYDa7Yn1WIjof/dFJjYW4gA1Ug+LUGa1P0AexzGZ5NBxTbAlmDgaxSZkLLxtLVqtg8PQ==} + '@commitlint/rules@20.3.0': + resolution: {integrity: sha512-TGgXN/qBEhbzVD13crE1l7YSMJRrbPbUL0OBZALbUM5ER36RZmiZRu2ud2W/AA7HO9YLBRbyx6YVi2t/2Be0yQ==} engines: {node: '>=v18'} '@commitlint/to-lines@20.0.0': @@ -2755,10 +2758,20 @@ packages: peerDependencies: eslint: ^6.0.0 || ^7.0.0 || >=8.0.0 + '@eslint-community/eslint-utils@4.9.1': + resolution: {integrity: sha512-phrYmNiYppR7znFEdqgfWHXR6NCkZEK7hwWDHZUjit/2/U0r6XvkDl0SYnoM51Hq7FhCGdLDT6zxCCOY1hexsQ==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + peerDependencies: + eslint: ^6.0.0 || ^7.0.0 || >=8.0.0 + '@eslint-community/regexpp@4.12.1': resolution: {integrity: sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==} engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0} + '@eslint-community/regexpp@4.12.2': + resolution: {integrity: sha512-EriSTlt5OC9/7SXkRSCAhfSxxoSUgBm33OH+IkwbdpgoqsSsUg7y3uh+IICI/Qg4BBWr3U2i39RpmycbxMq4ew==} + engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0} + '@eslint/config-array@0.21.1': resolution: {integrity: sha512-aw1gNayWpdI/jSYVgzN5pL0cfzU02GT3NBpeT/DXbx1/1x7ZKxFPd9bwrzygx/qiwIQiJ1sw/zD8qY/kRvlGHA==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} @@ -3555,71 +3568,71 @@ packages: peerDependencies: eslint: '>=9.0.0' - '@swc/core-darwin-arm64@1.9.2': - resolution: {integrity: sha512-nETmsCoY29krTF2PtspEgicb3tqw7Ci5sInTI03EU5zpqYbPjoPH99BVTjj0OsF53jP5MxwnLI5Hm21lUn1d6A==} + '@swc/core-darwin-arm64@1.15.8': + resolution: {integrity: sha512-M9cK5GwyWWRkRGwwCbREuj6r8jKdES/haCZ3Xckgkl8MUQJZA3XB7IXXK1IXRNeLjg6m7cnoMICpXv1v1hlJOg==} engines: {node: '>=10'} cpu: [arm64] os: [darwin] - '@swc/core-darwin-x64@1.9.2': - resolution: {integrity: sha512-9gD+bwBz8ZByjP6nZTXe/hzd0tySIAjpDHgkFiUrc+5zGF+rdTwhcNrzxNHJmy6mw+PW38jqII4uspFHUqqxuQ==} + '@swc/core-darwin-x64@1.15.8': + resolution: {integrity: sha512-j47DasuOvXl80sKJHSi2X25l44CMc3VDhlJwA7oewC1nV1VsSzwX+KOwE5tLnfORvVJJyeiXgJORNYg4jeIjYQ==} engines: {node: '>=10'} cpu: [x64] os: [darwin] - '@swc/core-linux-arm-gnueabihf@1.9.2': - resolution: {integrity: sha512-kYq8ief1Qrn+WmsTWAYo4r+Coul4dXN6cLFjiPZ29Cv5pyU+GFvSPAB4bEdMzwy99rCR0u2P10UExaeCjurjvg==} + '@swc/core-linux-arm-gnueabihf@1.15.8': + resolution: {integrity: sha512-siAzDENu2rUbwr9+fayWa26r5A9fol1iORG53HWxQL1J8ym4k7xt9eME0dMPXlYZDytK5r9sW8zEA10F2U3Xwg==} engines: {node: '>=10'} cpu: [arm] os: [linux] - '@swc/core-linux-arm64-gnu@1.9.2': - resolution: {integrity: sha512-n0W4XiXlmEIVqxt+rD3ZpkogsEWUk1jJ+i5bQNgB+1JuWh0fBE8c/blDgTQXa0GB5lTPVDZQussgdNOCnAZwiA==} + '@swc/core-linux-arm64-gnu@1.15.8': + resolution: {integrity: sha512-o+1y5u6k2FfPYbTRUPvurwzNt5qd0NTumCTFscCNuBksycloXY16J8L+SMW5QRX59n4Hp9EmFa3vpvNHRVv1+Q==} engines: {node: '>=10'} cpu: [arm64] os: [linux] - '@swc/core-linux-arm64-musl@1.9.2': - resolution: {integrity: sha512-8xzrOmsyCC1zrx2Wzx/h8dVsdewO1oMCwBTLc1gSJ/YllZYTb04pNm6NsVbzUX2tKddJVRgSJXV10j/NECLwpA==} + '@swc/core-linux-arm64-musl@1.15.8': + resolution: {integrity: sha512-koiCqL09EwOP1S2RShCI7NbsQuG6r2brTqUYE7pV7kZm9O17wZ0LSz22m6gVibpwEnw8jI3IE1yYsQTVpluALw==} engines: {node: '>=10'} cpu: [arm64] os: [linux] - '@swc/core-linux-x64-gnu@1.9.2': - resolution: {integrity: sha512-kZrNz/PjRQKcchWF6W292jk3K44EoVu1ad5w+zbS4jekIAxsM8WwQ1kd+yjUlN9jFcF8XBat5NKIs9WphJCVXg==} + '@swc/core-linux-x64-gnu@1.15.8': + resolution: {integrity: sha512-4p6lOMU3bC+Vd5ARtKJ/FxpIC5G8v3XLoPEZ5s7mLR8h7411HWC/LmTXDHcrSXRC55zvAVia1eldy6zDLz8iFQ==} engines: {node: '>=10'} cpu: [x64] os: [linux] - '@swc/core-linux-x64-musl@1.9.2': - resolution: {integrity: sha512-TTIpR4rjMkhX1lnFR+PSXpaL83TrQzp9znRdp2TzYrODlUd/R20zOwSo9vFLCyH6ZoD47bccY7QeGZDYT3nlRg==} + '@swc/core-linux-x64-musl@1.15.8': + resolution: {integrity: sha512-z3XBnbrZAL+6xDGAhJoN4lOueIxC/8rGrJ9tg+fEaeqLEuAtHSW2QHDHxDwkxZMjuF/pZ6MUTjHjbp8wLbuRLA==} engines: {node: '>=10'} cpu: [x64] os: [linux] - '@swc/core-win32-arm64-msvc@1.9.2': - resolution: {integrity: sha512-+Eg2d4icItKC0PMjZxH7cSYFLWk0aIp94LNmOw6tPq0e69ax6oh10upeq0D1fjWsKLmOJAWEvnXlayZcijEXDw==} + '@swc/core-win32-arm64-msvc@1.15.8': + resolution: {integrity: sha512-djQPJ9Rh9vP8GTS/Df3hcc6XP6xnG5c8qsngWId/BLA9oX6C7UzCPAn74BG/wGb9a6j4w3RINuoaieJB3t+7iQ==} engines: {node: '>=10'} cpu: [arm64] os: [win32] - '@swc/core-win32-ia32-msvc@1.9.2': - resolution: {integrity: sha512-nLWBi4vZDdM/LkiQmPCakof8Dh1/t5EM7eudue04V1lIcqx9YHVRS3KMwEaCoHLGg0c312Wm4YgrWQd9vwZ5zQ==} + '@swc/core-win32-ia32-msvc@1.15.8': + resolution: {integrity: sha512-/wfAgxORg2VBaUoFdytcVBVCgf1isWZIEXB9MZEUty4wwK93M/PxAkjifOho9RN3WrM3inPLabICRCEgdHpKKQ==} engines: {node: '>=10'} cpu: [ia32] os: [win32] - '@swc/core-win32-x64-msvc@1.9.2': - resolution: {integrity: sha512-ik/k+JjRJBFkXARukdU82tSVx0CbExFQoQ78qTO682esbYXzjdB5eLVkoUbwen299pnfr88Kn4kyIqFPTje8Xw==} + '@swc/core-win32-x64-msvc@1.15.8': + resolution: {integrity: sha512-GpMePrh9Sl4d61o4KAHOOv5is5+zt6BEXCOCgs/H0FLGeii7j9bWDE8ExvKFy2GRRZVNR1ugsnzaGWHKM6kuzA==} engines: {node: '>=10'} cpu: [x64] os: [win32] - '@swc/core@1.9.2': - resolution: {integrity: sha512-dYyEkO6mRYtZFpnOsnYzv9rY69fHAHoawYOjGOEcxk9WYtaJhowMdP/w6NcOKnz2G7GlZaenjkzkMa6ZeQeMsg==} + '@swc/core@1.15.8': + resolution: {integrity: sha512-T8keoJjXaSUoVBCIjgL6wAnhADIb09GOELzKg10CjNg+vLX48P93SME6jTfte9MZIm5m+Il57H3rTSk/0kzDUw==} engines: {node: '>=10'} peerDependencies: - '@swc/helpers': '*' + '@swc/helpers': '>=0.5.17' peerDependenciesMeta: '@swc/helpers': optional: true @@ -3627,8 +3640,8 @@ packages: '@swc/counter@0.1.3': resolution: {integrity: sha512-e2BR4lsJkkRlKZ/qCHPw9ZaSxc0MVUd7gtbtaB7aMvHeJVYe8sOB8DBZkP2DtISHGSku9sCK6T6cnY0CtXrOCQ==} - '@swc/types@0.1.15': - resolution: {integrity: sha512-XKaZ+dzDIQ9Ot9o89oJQ/aluI17+VvUnIpYJTcZtvv1iYX6MzHh3Ik2CSR7MdPKpPwfZXHBeCingb2b4PoDVdw==} + '@swc/types@0.1.25': + resolution: {integrity: sha512-iAoY/qRhNH8a/hBvm3zKj9qQ4oc2+3w1unPJa2XvTK3XjeLXtzcCingVPw/9e5mn1+0yPqxcBGp9Jf0pkfMb1g==} '@szmarczak/http-timer@4.0.6': resolution: {integrity: sha512-4BAffykYOgO+5nzBWYwE3W90sBgLJoUPRWWcL8wlyiM8IB8ipJz3UMJ9KXQd1RKQXpKp8Tutn80HZtWsu2u76w==} @@ -3817,16 +3830,16 @@ packages: '@types/yauzl@2.10.3': resolution: {integrity: sha512-oJoftv0LSuaDZE3Le4DbKX+KS9G36NzOeSap90UIK0yMA/NhKJhqlSGtNDORNRaIbQfzjXDrQa0ytJ6mNRGz/Q==} - '@typescript-eslint/eslint-plugin@8.51.0': - resolution: {integrity: sha512-XtssGWJvypyM2ytBnSnKtHYOGT+4ZwTnBVl36TA4nRO2f4PRNGz5/1OszHzcZCvcBMh+qb7I06uoCmLTRdR9og==} + '@typescript-eslint/eslint-plugin@8.52.0': + resolution: {integrity: sha512-okqtOgqu2qmZJ5iN4TWlgfF171dZmx2FzdOv2K/ixL2LZWDStL8+JgQerI2sa8eAEfoydG9+0V96m7V+P8yE1Q==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: - '@typescript-eslint/parser': ^8.51.0 + '@typescript-eslint/parser': ^8.52.0 eslint: ^8.57.0 || ^9.0.0 typescript: '>=4.8.4 <6.0.0' - '@typescript-eslint/parser@8.51.0': - resolution: {integrity: sha512-3xP4XzzDNQOIqBMWogftkwxhg5oMKApqY0BAflmLZiFYHqyhSOxv/cd/zPQLTcCXr4AkaKb25joocY0BD1WC6A==} + '@typescript-eslint/parser@8.52.0': + resolution: {integrity: sha512-iIACsx8pxRnguSYhHiMn2PvhvfpopO9FXHyn1mG5txZIsAaB6F0KwbFnUQN3KCiG3Jcuad/Cao2FAs1Wp7vAyg==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: ^8.57.0 || ^9.0.0 @@ -3838,8 +3851,8 @@ packages: peerDependencies: typescript: '>=4.8.4 <6.0.0' - '@typescript-eslint/project-service@8.51.0': - resolution: {integrity: sha512-Luv/GafO07Z7HpiI7qeEW5NW8HUtZI/fo/kE0YbtQEFpJRUuR0ajcWfCE5bnMvL7QQFrmT/odMe8QZww8X2nfQ==} + '@typescript-eslint/project-service@8.52.0': + resolution: {integrity: sha512-xD0MfdSdEmeFa3OmVqonHi+Cciab96ls1UhIF/qX/O/gPu5KXD0bY9lu33jj04fjzrXHcuvjBcBC+D3SNSadaw==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: typescript: '>=4.8.4 <6.0.0' @@ -3848,8 +3861,8 @@ packages: resolution: {integrity: sha512-tMDbLGXb1wC+McN1M6QeDx7P7c0UWO5z9CXqp7J8E+xGcJuUuevWKxuG8j41FoweS3+L41SkyKKkia16jpX7CA==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - '@typescript-eslint/scope-manager@8.51.0': - resolution: {integrity: sha512-JhhJDVwsSx4hiOEQPeajGhCWgBMBwVkxC/Pet53EpBVs7zHHtayKefw1jtPaNRXpI9RA2uocdmpdfE7T+NrizA==} + '@typescript-eslint/scope-manager@8.52.0': + resolution: {integrity: sha512-ixxqmmCcc1Nf8S0mS0TkJ/3LKcC8mruYJPOU6Ia2F/zUUR4pApW7LzrpU3JmtePbRUTes9bEqRc1Gg4iyRnDzA==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} '@typescript-eslint/tsconfig-utils@8.46.4': @@ -3858,20 +3871,20 @@ packages: peerDependencies: typescript: '>=4.8.4 <6.0.0' - '@typescript-eslint/tsconfig-utils@8.50.1': - resolution: {integrity: sha512-ooHmotT/lCWLXi55G4mvaUF60aJa012QzvLK0Y+Mp4WdSt17QhMhWOaBWeGTFVkb2gDgBe19Cxy1elPXylslDw==} + '@typescript-eslint/tsconfig-utils@8.51.0': + resolution: {integrity: sha512-Qi5bSy/vuHeWyir2C8u/uqGMIlIDu8fuiYWv48ZGlZ/k+PRPHtaAu7erpc7p5bzw2WNNSniuxoMSO4Ar6V9OXw==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: typescript: '>=4.8.4 <6.0.0' - '@typescript-eslint/tsconfig-utils@8.51.0': - resolution: {integrity: sha512-Qi5bSy/vuHeWyir2C8u/uqGMIlIDu8fuiYWv48ZGlZ/k+PRPHtaAu7erpc7p5bzw2WNNSniuxoMSO4Ar6V9OXw==} + '@typescript-eslint/tsconfig-utils@8.52.0': + resolution: {integrity: sha512-jl+8fzr/SdzdxWJznq5nvoI7qn2tNYV/ZBAEcaFMVXf+K6jmXvAFrgo/+5rxgnL152f//pDEAYAhhBAZGrVfwg==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: typescript: '>=4.8.4 <6.0.0' - '@typescript-eslint/type-utils@8.51.0': - resolution: {integrity: sha512-0XVtYzxnobc9K0VU7wRWg1yiUrw4oQzexCG2V2IDxxCxhqBMSMbjB+6o91A+Uc0GWtgjCa3Y8bi7hwI0Tu4n5Q==} + '@typescript-eslint/type-utils@8.52.0': + resolution: {integrity: sha512-JD3wKBRWglYRQkAtsyGz1AewDu3mTc7NtRjR/ceTyGoPqmdS5oCdx/oZMWD5Zuqmo6/MpsYs0wp6axNt88/2EQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: ^8.57.0 || ^9.0.0 @@ -3889,14 +3902,14 @@ packages: resolution: {integrity: sha512-iX1mgmGrXdANhhITbpp2QQM2fGehBse9LbTf0sidWK6yg/NE+uhV5dfU1g6EYPlcReYmkE9QLPq/2irKAmtS9w==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - '@typescript-eslint/types@8.50.1': - resolution: {integrity: sha512-v5lFIS2feTkNyMhd7AucE/9j/4V9v5iIbpVRncjk/K0sQ6Sb+Np9fgYS/63n6nwqahHQvbmujeBL7mp07Q9mlA==} - engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - '@typescript-eslint/types@8.51.0': resolution: {integrity: sha512-TizAvWYFM6sSscmEakjY3sPqGwxZRSywSsPEiuZF6d5GmGD9Gvlsv0f6N8FvAAA0CD06l3rIcWNbsN1e5F/9Ag==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + '@typescript-eslint/types@8.52.0': + resolution: {integrity: sha512-LWQV1V4q9V4cT4H5JCIx3481iIFxH1UkVk+ZkGGAV1ZGcjGI9IoFOfg3O6ywz8QqCDEp7Inlg6kovMofsNRaGg==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + '@typescript-eslint/typescript-estree@7.18.0': resolution: {integrity: sha512-aP1v/BSPnnyhMHts8cf1qQ6Q1IFwwRvAQGRvBFkWlo3/lH29OXA3Pts+c10nxRxIBrDnoMqzhgdwVe5f2D6OzA==} engines: {node: ^18.18.0 || >=20.0.0} @@ -3912,8 +3925,8 @@ packages: peerDependencies: typescript: '>=4.8.4 <6.0.0' - '@typescript-eslint/typescript-estree@8.51.0': - resolution: {integrity: sha512-1qNjGqFRmlq0VW5iVlcyHBbCjPB7y6SxpBkrbhNWMy/65ZoncXCEPJxkRZL8McrseNH6lFhaxCIaX+vBuFnRng==} + '@typescript-eslint/typescript-estree@8.52.0': + resolution: {integrity: sha512-XP3LClsCc0FsTK5/frGjolyADTh3QmsLp6nKd476xNI9CsSsLnmn4f0jrzNoAulmxlmNIpeXuHYeEQv61Q6qeQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: typescript: '>=4.8.4 <6.0.0' @@ -3925,8 +3938,8 @@ packages: eslint: ^8.57.0 || ^9.0.0 typescript: '>=4.8.4 <6.0.0' - '@typescript-eslint/utils@8.51.0': - resolution: {integrity: sha512-11rZYxSe0zabiKaCP2QAwRf/dnmgFgvTmeDTtZvUvXG3UuAdg/GU02NExmmIXzz3vLGgMdtrIosI84jITQOxUA==} + '@typescript-eslint/utils@8.52.0': + resolution: {integrity: sha512-wYndVMWkweqHpEpwPhwqE2lnD2DxC6WVLupU/DOt/0/v+/+iQbbzO3jOHjmBMnhu0DgLULvOaU4h4pwHYi2oRQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: ^8.57.0 || ^9.0.0 @@ -3940,8 +3953,8 @@ packages: resolution: {integrity: sha512-/++5CYLQqsO9HFGLI7APrxBJYo+5OCMpViuhV8q5/Qa3o5mMrF//eQHks+PXcsAVaLdn817fMuS7zqoXNNZGaw==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - '@typescript-eslint/visitor-keys@8.51.0': - resolution: {integrity: sha512-mM/JRQOzhVN1ykejrvwnBRV3+7yTKK8tVANVN3o1O0t0v7o+jqdVu9crPy5Y9dov15TJk/FTIgoUGHrTOVL3Zg==} + '@typescript-eslint/visitor-keys@8.52.0': + resolution: {integrity: sha512-ink3/Zofus34nmBsPjow63FP5M7IGff0RKAgqR6+CFpdk22M7aLwC9gOcLGYqr7MczLPzZVERW9hRog3O4n1sQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} '@vitest/coverage-v8@4.0.16': @@ -8268,9 +8281,6 @@ packages: tinybench@2.9.0: resolution: {integrity: sha512-0+DUvqWMValLmha6lr4kD8iAMK1HzV0/aKnCtWb9v9641TnP/MFb7Pc2bxoxQjTXAErryXVgUOfv2YqNllqGeg==} - tinyexec@1.0.1: - resolution: {integrity: sha512-5uC6DDlmeqiOwCPmK9jMSdOuZTh8bU39Ys6yidB+UTt5hfZUPGAypSgFRiEp+jbi9qH40BLDvy85jIU88wKSqw==} - tinyexec@1.0.2: resolution: {integrity: sha512-W/KYk+NFhkmsYpuHq5JykngiOCnxeVL8v8dFnqxSD8qEEdRfXk1SDM6JzNqcERbcGYj9tMrDQBYV9cjgnunFIg==} engines: {node: '>=18'} @@ -8374,14 +8384,14 @@ packages: peerDependencies: typescript: '>=4.2.0' - ts-api-utils@2.1.0: - resolution: {integrity: sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ==} + ts-api-utils@2.3.0: + resolution: {integrity: sha512-6eg3Y9SF7SsAvGzRHQvvc1skDAhwI4YQ32ui1scxD1Ccr0G5qIIbUBT3pFTKX8kmWIQClHobtUdNuaBgwdfdWg==} engines: {node: '>=18.12'} peerDependencies: typescript: '>=4.8.4' - ts-api-utils@2.3.0: - resolution: {integrity: sha512-6eg3Y9SF7SsAvGzRHQvvc1skDAhwI4YQ32ui1scxD1Ccr0G5qIIbUBT3pFTKX8kmWIQClHobtUdNuaBgwdfdWg==} + ts-api-utils@2.4.0: + resolution: {integrity: sha512-3TaVTaAv2gTiMB35i3FiGJaRfwb3Pyn/j3m/bfAvGe8FB7CF6u+LMYqYlDh7reQf7UNvoTvdfAqHGmPGOSsPmA==} engines: {node: '>=18.12'} peerDependencies: typescript: '>=4.8.4' @@ -8519,8 +8529,8 @@ packages: peerDependencies: typescript: 5.0.x || 5.1.x || 5.2.x || 5.3.x || 5.4.x || 5.5.x || 5.6.x || 5.7.x || 5.8.x || 5.9.x - typescript-eslint@8.51.0: - resolution: {integrity: sha512-jh8ZuM5oEh2PSdyQG9YAEM1TCGuWenLSuSUhf/irbVUNW9O5FhbFVONviN2TgMTBnUmyHv7E56rYnfLZK6TkiA==} + typescript-eslint@8.52.0: + resolution: {integrity: sha512-atlQQJ2YkO4pfTVQmQ+wvYQwexPDOIgo+RaVcD7gHgzy/IQA+XTyuxNM9M9TVXvttkF7koBHmcwisKdOAf2EcA==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: ^8.57.0 || ^9.0.0 @@ -8775,8 +8785,8 @@ packages: resolution: {integrity: sha512-n4W4YFyz5JzOfQeA8oN7dUYpR+MBP3PIUsn2jLjWXwK5ASUzt0Jc/A5sAUZoCYFJRGF0FBKJ+1JjN43rNdsQzA==} engines: {node: '>=20'} - webpack-bundle-analyzer@5.1.0: - resolution: {integrity: sha512-WAWwIoIUx4yC2AEBqXbDkcmh/LzAaenv0+nISBflP5l+XIXO9/x6poWarGA3RTrfavk9H3oWQ64Wm0z26/UGKA==} + webpack-bundle-analyzer@5.1.1: + resolution: {integrity: sha512-UzoaIA0Aigo5lUvoUkIkSoHtUK5rBJh9e2vW3Eqct0jc/L8hcruBCz/jsXEvB1hDU1G3V94jo2EJqPcFKeSSeQ==} engines: {node: '>= 20.9.0'} hasBin: true @@ -9741,20 +9751,20 @@ snapshots: '@colors/colors@1.6.0': {} - '@commitlint/cli@20.2.0(@types/node@25.0.3)(typescript@5.9.3)': + '@commitlint/cli@20.3.0(@types/node@25.0.3)(typescript@5.9.3)': dependencies: '@commitlint/format': 20.2.0 - '@commitlint/lint': 20.2.0 - '@commitlint/load': 20.2.0(@types/node@25.0.3)(typescript@5.9.3) + '@commitlint/lint': 20.3.0 + '@commitlint/load': 20.3.0(@types/node@25.0.3)(typescript@5.9.3) '@commitlint/read': 20.2.0 '@commitlint/types': 20.2.0 - tinyexec: 1.0.1 + tinyexec: 1.0.2 yargs: 17.7.2 transitivePeerDependencies: - '@types/node' - typescript - '@commitlint/config-conventional@20.2.0': + '@commitlint/config-conventional@20.3.0': dependencies: '@commitlint/types': 20.2.0 conventional-changelog-conventionalcommits: 7.0.2 @@ -9783,16 +9793,16 @@ snapshots: '@commitlint/is-ignored@20.2.0': dependencies: '@commitlint/types': 20.2.0 - semver: 7.7.2 + semver: 7.7.3 - '@commitlint/lint@20.2.0': + '@commitlint/lint@20.3.0': dependencies: '@commitlint/is-ignored': 20.2.0 '@commitlint/parse': 20.2.0 - '@commitlint/rules': 20.2.0 + '@commitlint/rules': 20.3.0 '@commitlint/types': 20.2.0 - '@commitlint/load@20.2.0(@types/node@25.0.3)(typescript@5.9.3)': + '@commitlint/load@20.3.0(@types/node@25.0.3)(typescript@5.9.3)': dependencies: '@commitlint/config-validator': 20.2.0 '@commitlint/execute-rule': 20.0.0 @@ -9822,7 +9832,7 @@ snapshots: '@commitlint/types': 20.2.0 git-raw-commits: 4.0.0 minimist: 1.2.8 - tinyexec: 1.0.1 + tinyexec: 1.0.2 '@commitlint/resolve-extends@20.2.0': dependencies: @@ -9833,7 +9843,7 @@ snapshots: lodash.mergewith: 4.6.2 resolve-from: 5.0.0 - '@commitlint/rules@20.2.0': + '@commitlint/rules@20.3.0': dependencies: '@commitlint/ensure': 20.2.0 '@commitlint/message': 20.0.0 @@ -10033,8 +10043,15 @@ snapshots: eslint: 9.39.2(jiti@2.4.2) eslint-visitor-keys: 3.4.3 + '@eslint-community/eslint-utils@4.9.1(eslint@9.39.2(jiti@2.4.2))': + dependencies: + eslint: 9.39.2(jiti@2.4.2) + eslint-visitor-keys: 3.4.3 + '@eslint-community/regexpp@4.12.1': {} + '@eslint-community/regexpp@4.12.2': {} + '@eslint/config-array@0.21.1': dependencies: '@eslint/object-schema': 2.1.7 @@ -10306,12 +10323,12 @@ snapshots: '@jridgewell/resolve-uri': 3.1.1 '@jridgewell/sourcemap-codec': 1.4.15 - '@lerna/create@9.0.3(@swc/core@1.9.2)(@types/node@25.0.3)(typescript@5.9.3)': + '@lerna/create@9.0.3(@swc/core@1.15.8)(@types/node@25.0.3)(typescript@5.9.3)': dependencies: '@npmcli/arborist': 9.1.6 '@npmcli/package-json': 7.0.2 '@npmcli/run-script': 10.0.2 - '@nx/devkit': 22.3.3(nx@22.3.3(@swc/core@1.9.2)) + '@nx/devkit': 22.3.3(nx@22.3.3(@swc/core@1.15.8)) '@octokit/plugin-enterprise-rest': 6.0.1 '@octokit/rest': 20.1.2 aproba: 2.0.0 @@ -10346,7 +10363,7 @@ snapshots: npm-package-arg: 13.0.1 npm-packlist: 10.0.3 npm-registry-fetch: 19.1.0 - nx: 22.3.3(@swc/core@1.9.2) + nx: 22.3.3(@swc/core@1.15.8) p-map: 4.0.0 p-map-series: 2.1.0 p-queue: 6.6.2 @@ -10575,13 +10592,13 @@ snapshots: transitivePeerDependencies: - debug - '@nx/devkit@22.3.3(nx@22.3.3(@swc/core@1.9.2))': + '@nx/devkit@22.3.3(nx@22.3.3(@swc/core@1.15.8))': dependencies: '@zkochan/js-yaml': 0.0.7 ejs: 3.1.9 enquirer: 2.3.6 minimatch: 9.0.3 - nx: 22.3.3(@swc/core@1.9.2) + nx: 22.3.3(@swc/core@1.15.8) semver: 7.7.2 tslib: 2.8.1 yargs-parser: 21.1.1 @@ -10616,13 +10633,13 @@ snapshots: '@nx/nx-win32-x64-msvc@22.3.3': optional: true - '@nx/workspace@22.3.3(@swc/core@1.9.2)': + '@nx/workspace@22.3.3(@swc/core@1.15.8)': dependencies: - '@nx/devkit': 22.3.3(nx@22.3.3(@swc/core@1.9.2)) + '@nx/devkit': 22.3.3(nx@22.3.3(@swc/core@1.15.8)) '@zkochan/js-yaml': 0.0.7 chalk: 4.1.2 enquirer: 2.3.6 - nx: 22.3.3(@swc/core@1.9.2) + nx: 22.3.3(@swc/core@1.15.8) picomatch: 4.0.2 semver: 7.7.2 tslib: 2.8.1 @@ -10923,55 +10940,55 @@ snapshots: estraverse: 5.3.0 picomatch: 4.0.3 - '@swc/core-darwin-arm64@1.9.2': + '@swc/core-darwin-arm64@1.15.8': optional: true - '@swc/core-darwin-x64@1.9.2': + '@swc/core-darwin-x64@1.15.8': optional: true - '@swc/core-linux-arm-gnueabihf@1.9.2': + '@swc/core-linux-arm-gnueabihf@1.15.8': optional: true - '@swc/core-linux-arm64-gnu@1.9.2': + '@swc/core-linux-arm64-gnu@1.15.8': optional: true - '@swc/core-linux-arm64-musl@1.9.2': + '@swc/core-linux-arm64-musl@1.15.8': optional: true - '@swc/core-linux-x64-gnu@1.9.2': + '@swc/core-linux-x64-gnu@1.15.8': optional: true - '@swc/core-linux-x64-musl@1.9.2': + '@swc/core-linux-x64-musl@1.15.8': optional: true - '@swc/core-win32-arm64-msvc@1.9.2': + '@swc/core-win32-arm64-msvc@1.15.8': optional: true - '@swc/core-win32-ia32-msvc@1.9.2': + '@swc/core-win32-ia32-msvc@1.15.8': optional: true - '@swc/core-win32-x64-msvc@1.9.2': + '@swc/core-win32-x64-msvc@1.15.8': optional: true - '@swc/core@1.9.2': + '@swc/core@1.15.8': dependencies: '@swc/counter': 0.1.3 - '@swc/types': 0.1.15 + '@swc/types': 0.1.25 optionalDependencies: - '@swc/core-darwin-arm64': 1.9.2 - '@swc/core-darwin-x64': 1.9.2 - '@swc/core-linux-arm-gnueabihf': 1.9.2 - '@swc/core-linux-arm64-gnu': 1.9.2 - '@swc/core-linux-arm64-musl': 1.9.2 - '@swc/core-linux-x64-gnu': 1.9.2 - '@swc/core-linux-x64-musl': 1.9.2 - '@swc/core-win32-arm64-msvc': 1.9.2 - '@swc/core-win32-ia32-msvc': 1.9.2 - '@swc/core-win32-x64-msvc': 1.9.2 + '@swc/core-darwin-arm64': 1.15.8 + '@swc/core-darwin-x64': 1.15.8 + '@swc/core-linux-arm-gnueabihf': 1.15.8 + '@swc/core-linux-arm64-gnu': 1.15.8 + '@swc/core-linux-arm64-musl': 1.15.8 + '@swc/core-linux-x64-gnu': 1.15.8 + '@swc/core-linux-x64-musl': 1.15.8 + '@swc/core-win32-arm64-msvc': 1.15.8 + '@swc/core-win32-ia32-msvc': 1.15.8 + '@swc/core-win32-x64-msvc': 1.15.8 '@swc/counter@0.1.3': {} - '@swc/types@0.1.15': + '@swc/types@0.1.25': dependencies: '@swc/counter': 0.1.3 @@ -11002,12 +11019,12 @@ snapshots: '@tsconfig/node16@1.0.4': {} - '@tsparticles/cli@3.0.14(@swc/core@1.9.2)(@types/eslint@8.56.6)(@typescript-eslint/parser@8.51.0(eslint@9.39.2(jiti@2.4.2))(typescript@5.9.3))(jiti@2.4.2)(webpack-cli@6.0.1)': + '@tsparticles/cli@3.0.14(@swc/core@1.15.8)(@types/eslint@8.56.6)(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.4.2))(typescript@5.9.3))(jiti@2.4.2)(webpack-cli@6.0.1)': dependencies: '@tsparticles/eslint-config': 3.0.9(eslint@9.39.2(jiti@2.4.2)) '@tsparticles/prettier-config': 3.0.7 '@tsparticles/tsconfig': 3.0.9 - '@tsparticles/webpack-plugin': 3.0.9(@swc/core@1.9.2)(@typescript-eslint/parser@8.51.0(eslint@9.39.2(jiti@2.4.2))(typescript@5.9.3))(jiti@2.4.2) + '@tsparticles/webpack-plugin': 3.0.9(@swc/core@1.15.8)(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.4.2))(typescript@5.9.3))(jiti@2.4.2) commander: 14.0.2 eslint: 9.39.2(jiti@2.4.2) eslint-config-prettier: 10.1.8(eslint@9.39.2(jiti@2.4.2)) @@ -11024,8 +11041,8 @@ snapshots: prompts: 2.4.2 rimraf: 6.1.2 typescript: 5.9.3 - typescript-eslint: 8.51.0(eslint@9.39.2(jiti@2.4.2))(typescript@5.9.3) - webpack: 5.104.1(@swc/core@1.9.2)(webpack-cli@6.0.1) + typescript-eslint: 8.52.0(eslint@9.39.2(jiti@2.4.2))(typescript@5.9.3) + webpack: 5.104.1(@swc/core@1.15.8)(webpack-cli@6.0.1) transitivePeerDependencies: - '@swc/core' - '@types/eslint' @@ -11054,7 +11071,7 @@ snapshots: dependencies: typescript: 5.9.3 - '@tsparticles/webpack-plugin@3.0.9(@swc/core@1.9.2)(@typescript-eslint/parser@8.51.0(eslint@9.39.2(jiti@2.4.2))(typescript@5.9.3))(jiti@2.4.2)': + '@tsparticles/webpack-plugin@3.0.9(@swc/core@1.15.8)(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.4.2))(typescript@5.9.3))(jiti@2.4.2)': dependencies: '@babel/core': 7.28.5 '@babel/preset-env': 7.28.5(@babel/core@7.28.5) @@ -11062,25 +11079,25 @@ snapshots: '@tsparticles/eslint-config': 3.0.9(eslint@9.39.2(jiti@2.4.2)) '@tsparticles/prettier-config': 3.0.7 '@types/node': 25.0.3 - '@types/webpack-bundle-analyzer': 4.7.0(@swc/core@1.9.2)(webpack-cli@6.0.1) + '@types/webpack-bundle-analyzer': 4.7.0(@swc/core@1.15.8)(webpack-cli@6.0.1) '@types/webpack-env': 1.18.8 babel-loader: 10.0.0(@babel/core@7.28.5)(webpack@5.104.1) browserslist: 4.28.1 copyfiles: 2.4.1 eslint: 9.39.2(jiti@2.4.2) eslint-config-prettier: 10.1.8(eslint@9.39.2(jiti@2.4.2)) - eslint-plugin-import: 2.32.0(@typescript-eslint/parser@8.51.0(eslint@9.39.2(jiti@2.4.2))(typescript@5.9.3))(eslint@9.39.2(jiti@2.4.2)) + eslint-plugin-import: 2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.4.2))(typescript@5.9.3))(eslint@9.39.2(jiti@2.4.2)) eslint-plugin-jsdoc: 61.5.0(eslint@9.39.2(jiti@2.4.2)) eslint-plugin-tsdoc: 0.5.0(eslint@9.39.2(jiti@2.4.2))(typescript@5.9.3) prettier: 3.7.4 prettier-plugin-multiline-arrays: 4.1.3(prettier@3.7.4) rimraf: 6.1.2 - terser-webpack-plugin: 5.3.16(@swc/core@1.9.2)(webpack@5.104.1) + terser-webpack-plugin: 5.3.16(@swc/core@1.15.8)(webpack@5.104.1) typescript: 5.9.3 - typescript-eslint: 8.51.0(eslint@9.39.2(jiti@2.4.2))(typescript@5.9.3) - webpack: 5.104.1(@swc/core@1.9.2)(webpack-cli@6.0.1) - webpack-bundle-analyzer: 5.1.0 - webpack-cli: 6.0.1(webpack-bundle-analyzer@5.1.0)(webpack@5.104.1) + typescript-eslint: 8.52.0(eslint@9.39.2(jiti@2.4.2))(typescript@5.9.3) + webpack: 5.104.1(@swc/core@1.15.8)(webpack-cli@6.0.1) + webpack-bundle-analyzer: 5.1.1 + webpack-cli: 6.0.1(webpack-bundle-analyzer@5.1.1)(webpack@5.104.1) transitivePeerDependencies: - '@swc/core' - '@typescript-eslint/parser' @@ -11238,11 +11255,11 @@ snapshots: '@types/unist@3.0.3': {} - '@types/webpack-bundle-analyzer@4.7.0(@swc/core@1.9.2)(webpack-cli@6.0.1)': + '@types/webpack-bundle-analyzer@4.7.0(@swc/core@1.15.8)(webpack-cli@6.0.1)': dependencies: '@types/node': 25.0.3 tapable: 2.3.0 - webpack: 5.104.1(@swc/core@1.9.2)(webpack-cli@6.0.1) + webpack: 5.104.1(@swc/core@1.15.8)(webpack-cli@6.0.1) transitivePeerDependencies: - '@swc/core' - esbuild @@ -11260,28 +11277,28 @@ snapshots: '@types/node': 25.0.3 optional: true - '@typescript-eslint/eslint-plugin@8.51.0(@typescript-eslint/parser@8.51.0(eslint@9.39.2(jiti@2.4.2))(typescript@5.9.3))(eslint@9.39.2(jiti@2.4.2))(typescript@5.9.3)': + '@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.4.2))(typescript@5.9.3))(eslint@9.39.2(jiti@2.4.2))(typescript@5.9.3)': dependencies: - '@eslint-community/regexpp': 4.12.1 - '@typescript-eslint/parser': 8.51.0(eslint@9.39.2(jiti@2.4.2))(typescript@5.9.3) - '@typescript-eslint/scope-manager': 8.51.0 - '@typescript-eslint/type-utils': 8.51.0(eslint@9.39.2(jiti@2.4.2))(typescript@5.9.3) - '@typescript-eslint/utils': 8.51.0(eslint@9.39.2(jiti@2.4.2))(typescript@5.9.3) - '@typescript-eslint/visitor-keys': 8.51.0 + '@eslint-community/regexpp': 4.12.2 + '@typescript-eslint/parser': 8.52.0(eslint@9.39.2(jiti@2.4.2))(typescript@5.9.3) + '@typescript-eslint/scope-manager': 8.52.0 + '@typescript-eslint/type-utils': 8.52.0(eslint@9.39.2(jiti@2.4.2))(typescript@5.9.3) + '@typescript-eslint/utils': 8.52.0(eslint@9.39.2(jiti@2.4.2))(typescript@5.9.3) + '@typescript-eslint/visitor-keys': 8.52.0 eslint: 9.39.2(jiti@2.4.2) ignore: 7.0.5 natural-compare: 1.4.0 - ts-api-utils: 2.3.0(typescript@5.9.3) + ts-api-utils: 2.4.0(typescript@5.9.3) typescript: 5.9.3 transitivePeerDependencies: - supports-color - '@typescript-eslint/parser@8.51.0(eslint@9.39.2(jiti@2.4.2))(typescript@5.9.3)': + '@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.4.2))(typescript@5.9.3)': dependencies: - '@typescript-eslint/scope-manager': 8.51.0 - '@typescript-eslint/types': 8.51.0 - '@typescript-eslint/typescript-estree': 8.51.0(typescript@5.9.3) - '@typescript-eslint/visitor-keys': 8.51.0 + '@typescript-eslint/scope-manager': 8.52.0 + '@typescript-eslint/types': 8.52.0 + '@typescript-eslint/typescript-estree': 8.52.0(typescript@5.9.3) + '@typescript-eslint/visitor-keys': 8.52.0 debug: 4.4.3(supports-color@5.5.0) eslint: 9.39.2(jiti@2.4.2) typescript: 5.9.3 @@ -11290,17 +11307,17 @@ snapshots: '@typescript-eslint/project-service@8.46.4(typescript@5.9.3)': dependencies: - '@typescript-eslint/tsconfig-utils': 8.50.1(typescript@5.9.3) - '@typescript-eslint/types': 8.50.1 + '@typescript-eslint/tsconfig-utils': 8.51.0(typescript@5.9.3) + '@typescript-eslint/types': 8.51.0 debug: 4.4.3(supports-color@5.5.0) typescript: 5.9.3 transitivePeerDependencies: - supports-color - '@typescript-eslint/project-service@8.51.0(typescript@5.9.3)': + '@typescript-eslint/project-service@8.52.0(typescript@5.9.3)': dependencies: - '@typescript-eslint/tsconfig-utils': 8.51.0(typescript@5.9.3) - '@typescript-eslint/types': 8.51.0 + '@typescript-eslint/tsconfig-utils': 8.52.0(typescript@5.9.3) + '@typescript-eslint/types': 8.52.0 debug: 4.4.3(supports-color@5.5.0) typescript: 5.9.3 transitivePeerDependencies: @@ -11311,31 +11328,31 @@ snapshots: '@typescript-eslint/types': 8.46.4 '@typescript-eslint/visitor-keys': 8.46.4 - '@typescript-eslint/scope-manager@8.51.0': + '@typescript-eslint/scope-manager@8.52.0': dependencies: - '@typescript-eslint/types': 8.51.0 - '@typescript-eslint/visitor-keys': 8.51.0 + '@typescript-eslint/types': 8.52.0 + '@typescript-eslint/visitor-keys': 8.52.0 '@typescript-eslint/tsconfig-utils@8.46.4(typescript@5.9.3)': dependencies: typescript: 5.9.3 - '@typescript-eslint/tsconfig-utils@8.50.1(typescript@5.9.3)': + '@typescript-eslint/tsconfig-utils@8.51.0(typescript@5.9.3)': dependencies: typescript: 5.9.3 - '@typescript-eslint/tsconfig-utils@8.51.0(typescript@5.9.3)': + '@typescript-eslint/tsconfig-utils@8.52.0(typescript@5.9.3)': dependencies: typescript: 5.9.3 - '@typescript-eslint/type-utils@8.51.0(eslint@9.39.2(jiti@2.4.2))(typescript@5.9.3)': + '@typescript-eslint/type-utils@8.52.0(eslint@9.39.2(jiti@2.4.2))(typescript@5.9.3)': dependencies: - '@typescript-eslint/types': 8.51.0 - '@typescript-eslint/typescript-estree': 8.51.0(typescript@5.9.3) - '@typescript-eslint/utils': 8.51.0(eslint@9.39.2(jiti@2.4.2))(typescript@5.9.3) + '@typescript-eslint/types': 8.52.0 + '@typescript-eslint/typescript-estree': 8.52.0(typescript@5.9.3) + '@typescript-eslint/utils': 8.52.0(eslint@9.39.2(jiti@2.4.2))(typescript@5.9.3) debug: 4.4.3(supports-color@5.5.0) eslint: 9.39.2(jiti@2.4.2) - ts-api-utils: 2.3.0(typescript@5.9.3) + ts-api-utils: 2.4.0(typescript@5.9.3) typescript: 5.9.3 transitivePeerDependencies: - supports-color @@ -11346,10 +11363,10 @@ snapshots: '@typescript-eslint/types@8.50.0': {} - '@typescript-eslint/types@8.50.1': {} - '@typescript-eslint/types@8.51.0': {} + '@typescript-eslint/types@8.52.0': {} + '@typescript-eslint/typescript-estree@7.18.0(typescript@5.9.3)': dependencies: '@typescript-eslint/types': 7.18.0 @@ -11376,22 +11393,22 @@ snapshots: is-glob: 4.0.3 minimatch: 9.0.5 semver: 7.7.3 - ts-api-utils: 2.1.0(typescript@5.9.3) + ts-api-utils: 2.3.0(typescript@5.9.3) typescript: 5.9.3 transitivePeerDependencies: - supports-color - '@typescript-eslint/typescript-estree@8.51.0(typescript@5.9.3)': + '@typescript-eslint/typescript-estree@8.52.0(typescript@5.9.3)': dependencies: - '@typescript-eslint/project-service': 8.51.0(typescript@5.9.3) - '@typescript-eslint/tsconfig-utils': 8.51.0(typescript@5.9.3) - '@typescript-eslint/types': 8.51.0 - '@typescript-eslint/visitor-keys': 8.51.0 + '@typescript-eslint/project-service': 8.52.0(typescript@5.9.3) + '@typescript-eslint/tsconfig-utils': 8.52.0(typescript@5.9.3) + '@typescript-eslint/types': 8.52.0 + '@typescript-eslint/visitor-keys': 8.52.0 debug: 4.4.3(supports-color@5.5.0) minimatch: 9.0.5 semver: 7.7.3 tinyglobby: 0.2.15 - ts-api-utils: 2.3.0(typescript@5.9.3) + ts-api-utils: 2.4.0(typescript@5.9.3) typescript: 5.9.3 transitivePeerDependencies: - supports-color @@ -11407,12 +11424,12 @@ snapshots: transitivePeerDependencies: - supports-color - '@typescript-eslint/utils@8.51.0(eslint@9.39.2(jiti@2.4.2))(typescript@5.9.3)': + '@typescript-eslint/utils@8.52.0(eslint@9.39.2(jiti@2.4.2))(typescript@5.9.3)': dependencies: - '@eslint-community/eslint-utils': 4.9.0(eslint@9.39.2(jiti@2.4.2)) - '@typescript-eslint/scope-manager': 8.51.0 - '@typescript-eslint/types': 8.51.0 - '@typescript-eslint/typescript-estree': 8.51.0(typescript@5.9.3) + '@eslint-community/eslint-utils': 4.9.1(eslint@9.39.2(jiti@2.4.2)) + '@typescript-eslint/scope-manager': 8.52.0 + '@typescript-eslint/types': 8.52.0 + '@typescript-eslint/typescript-estree': 8.52.0(typescript@5.9.3) eslint: 9.39.2(jiti@2.4.2) typescript: 5.9.3 transitivePeerDependencies: @@ -11428,9 +11445,9 @@ snapshots: '@typescript-eslint/types': 8.46.4 eslint-visitor-keys: 4.2.1 - '@typescript-eslint/visitor-keys@8.51.0': + '@typescript-eslint/visitor-keys@8.52.0': dependencies: - '@typescript-eslint/types': 8.51.0 + '@typescript-eslint/types': 8.52.0 eslint-visitor-keys: 4.2.1 '@vitest/coverage-v8@4.0.16(vitest@4.0.16)': @@ -11610,18 +11627,18 @@ snapshots: '@webpack-cli/configtest@3.0.1(webpack-cli@6.0.1)(webpack@5.104.1)': dependencies: - webpack: 5.104.1(@swc/core@1.9.2)(webpack-cli@6.0.1) - webpack-cli: 6.0.1(webpack-bundle-analyzer@5.1.0)(webpack@5.104.1) + webpack: 5.104.1(@swc/core@1.15.8)(webpack-cli@6.0.1) + webpack-cli: 6.0.1(webpack-bundle-analyzer@5.1.1)(webpack@5.104.1) '@webpack-cli/info@3.0.1(webpack-cli@6.0.1)(webpack@5.104.1)': dependencies: - webpack: 5.104.1(@swc/core@1.9.2)(webpack-cli@6.0.1) - webpack-cli: 6.0.1(webpack-bundle-analyzer@5.1.0)(webpack@5.104.1) + webpack: 5.104.1(@swc/core@1.15.8)(webpack-cli@6.0.1) + webpack-cli: 6.0.1(webpack-bundle-analyzer@5.1.1)(webpack@5.104.1) '@webpack-cli/serve@3.0.1(webpack-cli@6.0.1)(webpack@5.104.1)': dependencies: - webpack: 5.104.1(@swc/core@1.9.2)(webpack-cli@6.0.1) - webpack-cli: 6.0.1(webpack-bundle-analyzer@5.1.0)(webpack@5.104.1) + webpack: 5.104.1(@swc/core@1.15.8)(webpack-cli@6.0.1) + webpack-cli: 6.0.1(webpack-bundle-analyzer@5.1.1)(webpack@5.104.1) '@xtuc/ieee754@1.2.0': {} @@ -11851,7 +11868,7 @@ snapshots: dependencies: '@babel/core': 7.28.5 find-up: 5.0.0 - webpack: 5.104.1(@swc/core@1.9.2)(webpack-cli@6.0.1) + webpack: 5.104.1(@swc/core@1.15.8)(webpack-cli@6.0.1) babel-plugin-polyfill-corejs2@0.4.14(@babel/core@7.28.5): dependencies: @@ -12845,17 +12862,17 @@ snapshots: transitivePeerDependencies: - supports-color - eslint-module-utils@2.12.1(@typescript-eslint/parser@8.51.0(eslint@9.39.2(jiti@2.4.2))(typescript@5.9.3))(eslint-import-resolver-node@0.3.9)(eslint@9.39.2(jiti@2.4.2)): + eslint-module-utils@2.12.1(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.4.2))(typescript@5.9.3))(eslint-import-resolver-node@0.3.9)(eslint@9.39.2(jiti@2.4.2)): dependencies: debug: 3.2.7 optionalDependencies: - '@typescript-eslint/parser': 8.51.0(eslint@9.39.2(jiti@2.4.2))(typescript@5.9.3) + '@typescript-eslint/parser': 8.52.0(eslint@9.39.2(jiti@2.4.2))(typescript@5.9.3) eslint: 9.39.2(jiti@2.4.2) eslint-import-resolver-node: 0.3.9 transitivePeerDependencies: - supports-color - eslint-plugin-import@2.32.0(@typescript-eslint/parser@8.51.0(eslint@9.39.2(jiti@2.4.2))(typescript@5.9.3))(eslint@9.39.2(jiti@2.4.2)): + eslint-plugin-import@2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.4.2))(typescript@5.9.3))(eslint@9.39.2(jiti@2.4.2)): dependencies: '@rtsao/scc': 1.1.0 array-includes: 3.1.9 @@ -12866,7 +12883,7 @@ snapshots: doctrine: 2.1.0 eslint: 9.39.2(jiti@2.4.2) eslint-import-resolver-node: 0.3.9 - eslint-module-utils: 2.12.1(@typescript-eslint/parser@8.51.0(eslint@9.39.2(jiti@2.4.2))(typescript@5.9.3))(eslint-import-resolver-node@0.3.9)(eslint@9.39.2(jiti@2.4.2)) + eslint-module-utils: 2.12.1(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.4.2))(typescript@5.9.3))(eslint-import-resolver-node@0.3.9)(eslint@9.39.2(jiti@2.4.2)) hasown: 2.0.2 is-core-module: 2.16.1 is-glob: 4.0.3 @@ -12878,7 +12895,7 @@ snapshots: string.prototype.trimend: 1.0.9 tsconfig-paths: 3.15.0 optionalDependencies: - '@typescript-eslint/parser': 8.51.0(eslint@9.39.2(jiti@2.4.2))(typescript@5.9.3) + '@typescript-eslint/parser': 8.52.0(eslint@9.39.2(jiti@2.4.2))(typescript@5.9.3) transitivePeerDependencies: - eslint-import-resolver-typescript - eslint-import-resolver-webpack @@ -13576,7 +13593,7 @@ snapshots: html-escaper@2.0.2: {} - html-minifier-next@4.16.4(@swc/core@1.9.2): + html-minifier-next@4.16.4(@swc/core@1.15.8): dependencies: '@types/relateurl': 0.2.33 change-case: 4.1.2 @@ -13586,7 +13603,7 @@ snapshots: relateurl: 0.2.7 terser: 5.44.1 optionalDependencies: - '@swc/core': 1.9.2 + '@swc/core': 1.15.8 http-cache-semantics@4.1.1: {} @@ -14116,13 +14133,13 @@ snapshots: kuler@2.0.0: {} - lerna@9.0.3(@swc/core@1.9.2)(@types/node@25.0.3): + lerna@9.0.3(@swc/core@1.15.8)(@types/node@25.0.3): dependencies: - '@lerna/create': 9.0.3(@swc/core@1.9.2)(@types/node@25.0.3)(typescript@5.9.3) + '@lerna/create': 9.0.3(@swc/core@1.15.8)(@types/node@25.0.3)(typescript@5.9.3) '@npmcli/arborist': 9.1.6 '@npmcli/package-json': 7.0.2 '@npmcli/run-script': 10.0.2 - '@nx/devkit': 22.3.3(nx@22.3.3(@swc/core@1.9.2)) + '@nx/devkit': 22.3.3(nx@22.3.3(@swc/core@1.15.8)) '@octokit/plugin-enterprise-rest': 6.0.1 '@octokit/rest': 20.1.2 aproba: 2.0.0 @@ -14163,7 +14180,7 @@ snapshots: npm-package-arg: 13.0.1 npm-packlist: 10.0.3 npm-registry-fetch: 19.1.0 - nx: 22.3.3(@swc/core@1.9.2) + nx: 22.3.3(@swc/core@1.15.8) p-map: 4.0.0 p-map-series: 2.1.0 p-pipe: 3.1.0 @@ -14617,13 +14634,13 @@ snapshots: minify@15.0.0: dependencies: '@putout/minify': 6.0.0 - '@swc/core': 1.9.2 + '@swc/core': 1.15.8 clean-css: 5.3.3 css-b64-images: 0.2.5 debug: 4.4.3(supports-color@5.5.0) esbuild: 0.27.2 find-up: 8.0.0 - html-minifier-next: 4.16.4(@swc/core@1.9.2) + html-minifier-next: 4.16.4(@swc/core@1.15.8) lightningcss: 1.28.1 montag: 1.2.1 readjson: 2.2.2 @@ -14801,7 +14818,7 @@ snapshots: proc-log: 5.0.0 semver: 7.7.3 tar: 7.5.2 - tinyglobby: 0.2.12 + tinyglobby: 0.2.15 which: 5.0.0 transitivePeerDependencies: - supports-color @@ -14943,7 +14960,7 @@ snapshots: transitivePeerDependencies: - debug - nx@22.3.3(@swc/core@1.9.2): + nx@22.3.3(@swc/core@1.15.8): dependencies: '@napi-rs/wasm-runtime': 0.2.4 '@yarnpkg/lockfile': 1.1.0 @@ -14991,7 +15008,7 @@ snapshots: '@nx/nx-linux-x64-musl': 22.3.3 '@nx/nx-win32-arm64-msvc': 22.3.3 '@nx/nx-win32-x64-msvc': 22.3.3 - '@swc/core': 1.9.2 + '@swc/core': 1.15.8 transitivePeerDependencies: - debug @@ -16319,16 +16336,16 @@ snapshots: temp-dir@1.0.0: {} - terser-webpack-plugin@5.3.16(@swc/core@1.9.2)(webpack@5.104.1): + terser-webpack-plugin@5.3.16(@swc/core@1.15.8)(webpack@5.104.1): dependencies: '@jridgewell/trace-mapping': 0.3.29 jest-worker: 27.5.1 schema-utils: 4.3.2 serialize-javascript: 6.0.2 terser: 5.36.0 - webpack: 5.104.1(@swc/core@1.9.2)(webpack-cli@6.0.1) + webpack: 5.104.1(@swc/core@1.15.8)(webpack-cli@6.0.1) optionalDependencies: - '@swc/core': 1.9.2 + '@swc/core': 1.15.8 terser@5.36.0: dependencies: @@ -16359,8 +16376,6 @@ snapshots: tinybench@2.9.0: {} - tinyexec@1.0.1: {} - tinyexec@1.0.2: {} tinyglobby@0.2.12: @@ -16438,11 +16453,11 @@ snapshots: dependencies: typescript: 5.9.3 - ts-api-utils@2.1.0(typescript@5.9.3): + ts-api-utils@2.3.0(typescript@5.9.3): dependencies: typescript: 5.9.3 - ts-api-utils@2.3.0(typescript@5.9.3): + ts-api-utils@2.4.0(typescript@5.9.3): dependencies: typescript: 5.9.3 @@ -16464,7 +16479,7 @@ snapshots: tslib: 2.8.1 typescript: 5.9.3 - ts-node@10.9.2(@swc/core@1.9.2)(@types/node@18.19.45)(typescript@5.5.4): + ts-node@10.9.2(@swc/core@1.15.8)(@types/node@18.19.45)(typescript@5.5.4): dependencies: '@cspotcode/source-map-support': 0.8.1 '@tsconfig/node10': 1.0.9 @@ -16482,9 +16497,9 @@ snapshots: v8-compile-cache-lib: 3.0.1 yn: 3.1.1 optionalDependencies: - '@swc/core': 1.9.2 + '@swc/core': 1.15.8 - ts-node@10.9.2(@swc/core@1.9.2)(@types/node@25.0.3)(typescript@5.9.3): + ts-node@10.9.2(@swc/core@1.15.8)(@types/node@25.0.3)(typescript@5.9.3): dependencies: '@cspotcode/source-map-support': 0.8.1 '@tsconfig/node10': 1.0.9 @@ -16502,7 +16517,7 @@ snapshots: v8-compile-cache-lib: 3.0.1 yn: 3.1.1 optionalDependencies: - '@swc/core': 1.9.2 + '@swc/core': 1.15.8 tsconfig-paths@3.15.0: dependencies: @@ -16633,25 +16648,25 @@ snapshots: typescript: 5.9.3 yaml: 2.8.1 - typescript-eslint@8.51.0(eslint@9.39.2(jiti@2.4.2))(typescript@5.9.3): + typescript-eslint@8.52.0(eslint@9.39.2(jiti@2.4.2))(typescript@5.9.3): dependencies: - '@typescript-eslint/eslint-plugin': 8.51.0(@typescript-eslint/parser@8.51.0(eslint@9.39.2(jiti@2.4.2))(typescript@5.9.3))(eslint@9.39.2(jiti@2.4.2))(typescript@5.9.3) - '@typescript-eslint/parser': 8.51.0(eslint@9.39.2(jiti@2.4.2))(typescript@5.9.3) - '@typescript-eslint/typescript-estree': 8.51.0(typescript@5.9.3) - '@typescript-eslint/utils': 8.51.0(eslint@9.39.2(jiti@2.4.2))(typescript@5.9.3) + '@typescript-eslint/eslint-plugin': 8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.4.2))(typescript@5.9.3))(eslint@9.39.2(jiti@2.4.2))(typescript@5.9.3) + '@typescript-eslint/parser': 8.52.0(eslint@9.39.2(jiti@2.4.2))(typescript@5.9.3) + '@typescript-eslint/typescript-estree': 8.52.0(typescript@5.9.3) + '@typescript-eslint/utils': 8.52.0(eslint@9.39.2(jiti@2.4.2))(typescript@5.9.3) eslint: 9.39.2(jiti@2.4.2) typescript: 5.9.3 transitivePeerDependencies: - supports-color - typescript-json-schema@0.67.1(@swc/core@1.9.2): + typescript-json-schema@0.67.1(@swc/core@1.15.8): dependencies: '@types/json-schema': 7.0.15 '@types/node': 18.19.45 glob: 7.2.3 path-equal: 1.2.5 safe-stable-stringify: 2.5.0 - ts-node: 10.9.2(@swc/core@1.9.2)(@types/node@18.19.45)(typescript@5.5.4) + ts-node: 10.9.2(@swc/core@1.15.8)(@types/node@18.19.45)(typescript@5.5.4) typescript: 5.5.4 vm2: 3.10.0 yargs: 17.7.2 @@ -16848,11 +16863,11 @@ snapshots: webidl-conversions@8.0.0: {} - webpack-bundle-analyzer@5.1.0: + webpack-bundle-analyzer@5.1.1: dependencies: '@discoveryjs/json-ext': 0.5.7 acorn: 8.15.0 - acorn-walk: 8.2.0 + acorn-walk: 8.3.4 commander: 7.2.0 debounce: 1.2.1 escape-string-regexp: 4.0.0 @@ -16865,7 +16880,7 @@ snapshots: - bufferutil - utf-8-validate - webpack-cli@6.0.1(webpack-bundle-analyzer@5.1.0)(webpack@5.104.1): + webpack-cli@6.0.1(webpack-bundle-analyzer@5.1.1)(webpack@5.104.1): dependencies: '@discoveryjs/json-ext': 0.6.3 '@webpack-cli/configtest': 3.0.1(webpack-cli@6.0.1)(webpack@5.104.1) @@ -16879,10 +16894,10 @@ snapshots: import-local: 3.1.0 interpret: 3.1.1 rechoir: 0.8.0 - webpack: 5.104.1(@swc/core@1.9.2)(webpack-cli@6.0.1) + webpack: 5.104.1(@swc/core@1.15.8)(webpack-cli@6.0.1) webpack-merge: 6.0.1 optionalDependencies: - webpack-bundle-analyzer: 5.1.0 + webpack-bundle-analyzer: 5.1.1 webpack-merge@6.0.1: dependencies: @@ -16892,7 +16907,7 @@ snapshots: webpack-sources@3.3.3: {} - webpack@5.104.1(@swc/core@1.9.2)(webpack-cli@6.0.1): + webpack@5.104.1(@swc/core@1.15.8)(webpack-cli@6.0.1): dependencies: '@types/eslint-scope': 3.7.7 '@types/estree': 1.0.8 @@ -16916,11 +16931,11 @@ snapshots: neo-async: 2.6.2 schema-utils: 4.3.3 tapable: 2.3.0 - terser-webpack-plugin: 5.3.16(@swc/core@1.9.2)(webpack@5.104.1) + terser-webpack-plugin: 5.3.16(@swc/core@1.15.8)(webpack@5.104.1) watchpack: 2.4.4 webpack-sources: 3.3.3 optionalDependencies: - webpack-cli: 6.0.1(webpack-bundle-analyzer@5.1.0)(webpack@5.104.1) + webpack-cli: 6.0.1(webpack-bundle-analyzer@5.1.1)(webpack@5.104.1) transitivePeerDependencies: - '@swc/core' - esbuild diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 6935f7675e5..1f5a9de4118 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -20,6 +20,7 @@ packages: onlyBuiltDependencies: - '@parcel/watcher' + - '@swc/core' - canvas - electron - esbuild diff --git a/shapes/arrow/CHANGELOG.md b/shapes/arrow/CHANGELOG.md index 9416583b1b7..9391e7a1a48 100644 --- a/shapes/arrow/CHANGELOG.md +++ b/shapes/arrow/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.0.0-alpha.2](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.1...v4.0.0-alpha.2) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/shape-arrow + +# [4.0.0-alpha.1](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.0...v4.0.0-alpha.1) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/shape-arrow + # [4.0.0-alpha.0](https://github.com/tsparticles/tsparticles/compare/v3.9.1...v4.0.0-alpha.0) (2026-01-07) **Note:** Version bump only for package @tsparticles/shape-arrow diff --git a/shapes/arrow/package.dist.json b/shapes/arrow/package.dist.json index 1b89e7d29be..9d86d1fe2b6 100644 --- a/shapes/arrow/package.dist.json +++ b/shapes/arrow/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/shape-arrow", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles arrow shape", "homepage": "https://particles.js.org", "repository": { @@ -100,7 +100,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "4.0.0-alpha.0" + "@tsparticles/engine": "4.0.0-alpha.2" }, "publishConfig": { "access": "public" diff --git a/shapes/arrow/package.json b/shapes/arrow/package.json index 793dd32da7d..e3879d41a78 100644 --- a/shapes/arrow/package.json +++ b/shapes/arrow/package.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/shape-arrow", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles arrow shape", "homepage": "https://particles.js.org", "scripts": { @@ -108,7 +108,7 @@ "./package.json": "./dist/package.json" }, "dependencies": { - "@tsparticles/engine": "workspace:4.0.0-alpha.0" + "@tsparticles/engine": "workspace:4.0.0-alpha.2" }, "publishConfig": { "access": "public", diff --git a/shapes/cards/CHANGELOG.md b/shapes/cards/CHANGELOG.md index b95035b467b..93b3b42aaeb 100644 --- a/shapes/cards/CHANGELOG.md +++ b/shapes/cards/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.0.0-alpha.2](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.1...v4.0.0-alpha.2) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/shape-cards + +# [4.0.0-alpha.1](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.0...v4.0.0-alpha.1) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/shape-cards + # [4.0.0-alpha.0](https://github.com/tsparticles/tsparticles/compare/v3.9.1...v4.0.0-alpha.0) (2026-01-07) **Note:** Version bump only for package @tsparticles/shape-cards diff --git a/shapes/cards/package.dist.json b/shapes/cards/package.dist.json index 4702d3ddd76..48329dfbf9c 100644 --- a/shapes/cards/package.dist.json +++ b/shapes/cards/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/shape-cards", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles cards shape", "homepage": "https://particles.js.org", "repository": { @@ -100,7 +100,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "4.0.0-alpha.0" + "@tsparticles/engine": "4.0.0-alpha.2" }, "publishConfig": { "access": "public" diff --git a/shapes/cards/package.json b/shapes/cards/package.json index e1e98ddd688..7e82dd7b806 100644 --- a/shapes/cards/package.json +++ b/shapes/cards/package.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/shape-cards", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles cards shape", "homepage": "https://particles.js.org", "scripts": { @@ -108,7 +108,7 @@ "./package.json": "./dist/package.json" }, "dependencies": { - "@tsparticles/engine": "workspace:4.0.0-alpha.0" + "@tsparticles/engine": "workspace:4.0.0-alpha.2" }, "publishConfig": { "access": "public", diff --git a/shapes/circle/CHANGELOG.md b/shapes/circle/CHANGELOG.md index 3a814ba0273..9786619d317 100644 --- a/shapes/circle/CHANGELOG.md +++ b/shapes/circle/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.0.0-alpha.2](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.1...v4.0.0-alpha.2) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/shape-circle + +# [4.0.0-alpha.1](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.0...v4.0.0-alpha.1) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/shape-circle + # [4.0.0-alpha.0](https://github.com/tsparticles/tsparticles/compare/v3.9.1...v4.0.0-alpha.0) (2026-01-07) **Note:** Version bump only for package @tsparticles/shape-circle diff --git a/shapes/circle/package.dist.json b/shapes/circle/package.dist.json index ae582c66954..734680e4d99 100644 --- a/shapes/circle/package.dist.json +++ b/shapes/circle/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/shape-circle", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles circle shape", "homepage": "https://particles.js.org", "repository": { @@ -59,7 +59,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "4.0.0-alpha.0" + "@tsparticles/engine": "4.0.0-alpha.2" }, "publishConfig": { "access": "public" diff --git a/shapes/circle/package.json b/shapes/circle/package.json index fce7d60d248..067e217019a 100644 --- a/shapes/circle/package.json +++ b/shapes/circle/package.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/shape-circle", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles circle shape", "homepage": "https://particles.js.org", "scripts": { @@ -64,7 +64,7 @@ "./package.json": "./dist/package.json" }, "dependencies": { - "@tsparticles/engine": "workspace:4.0.0-alpha.0" + "@tsparticles/engine": "workspace:4.0.0-alpha.2" }, "publishConfig": { "access": "public", diff --git a/shapes/cog/CHANGELOG.md b/shapes/cog/CHANGELOG.md index 7ecfba061b7..4de420c58c4 100644 --- a/shapes/cog/CHANGELOG.md +++ b/shapes/cog/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.0.0-alpha.2](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.1...v4.0.0-alpha.2) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/shape-cog + +# [4.0.0-alpha.1](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.0...v4.0.0-alpha.1) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/shape-cog + # [4.0.0-alpha.0](https://github.com/tsparticles/tsparticles/compare/v3.9.1...v4.0.0-alpha.0) (2026-01-07) **Note:** Version bump only for package @tsparticles/shape-cog diff --git a/shapes/cog/package.dist.json b/shapes/cog/package.dist.json index 4946fa662fb..82f5a9b3918 100644 --- a/shapes/cog/package.dist.json +++ b/shapes/cog/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/shape-cog", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles cog shape", "homepage": "https://particles.js.org", "repository": { @@ -100,7 +100,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "4.0.0-alpha.0" + "@tsparticles/engine": "4.0.0-alpha.2" }, "publishConfig": { "access": "public" diff --git a/shapes/cog/package.json b/shapes/cog/package.json index 15e354d1fa7..857f228da9b 100644 --- a/shapes/cog/package.json +++ b/shapes/cog/package.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/shape-cog", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles cog shape", "homepage": "https://particles.js.org", "scripts": { @@ -108,7 +108,7 @@ "./package.json": "./dist/package.json" }, "dependencies": { - "@tsparticles/engine": "workspace:4.0.0-alpha.0" + "@tsparticles/engine": "workspace:4.0.0-alpha.2" }, "publishConfig": { "access": "public", diff --git a/shapes/emoji/CHANGELOG.md b/shapes/emoji/CHANGELOG.md index 83c4e190df0..034478520ee 100644 --- a/shapes/emoji/CHANGELOG.md +++ b/shapes/emoji/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.0.0-alpha.2](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.1...v4.0.0-alpha.2) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/shape-emoji + +# [4.0.0-alpha.1](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.0...v4.0.0-alpha.1) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/shape-emoji + # [4.0.0-alpha.0](https://github.com/tsparticles/tsparticles/compare/v3.9.1...v4.0.0-alpha.0) (2026-01-07) **Note:** Version bump only for package @tsparticles/shape-emoji diff --git a/shapes/emoji/package.dist.json b/shapes/emoji/package.dist.json index f4acb1bfa72..27988c28064 100644 --- a/shapes/emoji/package.dist.json +++ b/shapes/emoji/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/shape-emoji", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles emoji shape", "homepage": "https://particles.js.org", "repository": { @@ -59,7 +59,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "4.0.0-alpha.0" + "@tsparticles/engine": "4.0.0-alpha.2" }, "publishConfig": { "access": "public" diff --git a/shapes/emoji/package.json b/shapes/emoji/package.json index 60690eef60c..8f57e7f7f49 100644 --- a/shapes/emoji/package.json +++ b/shapes/emoji/package.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/shape-emoji", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles emoji shape", "homepage": "https://particles.js.org", "scripts": { @@ -67,7 +67,7 @@ "./package.json": "./dist/package.json" }, "dependencies": { - "@tsparticles/engine": "workspace:4.0.0-alpha.0" + "@tsparticles/engine": "workspace:4.0.0-alpha.2" }, "publishConfig": { "access": "public", diff --git a/shapes/heart/CHANGELOG.md b/shapes/heart/CHANGELOG.md index 37b715875ba..3bebb99e8eb 100644 --- a/shapes/heart/CHANGELOG.md +++ b/shapes/heart/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.0.0-alpha.2](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.1...v4.0.0-alpha.2) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/shape-heart + +# [4.0.0-alpha.1](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.0...v4.0.0-alpha.1) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/shape-heart + # [4.0.0-alpha.0](https://github.com/tsparticles/tsparticles/compare/v3.9.1...v4.0.0-alpha.0) (2026-01-07) **Note:** Version bump only for package @tsparticles/shape-heart diff --git a/shapes/heart/package.dist.json b/shapes/heart/package.dist.json index b3a4bee7220..fe51166a3d8 100644 --- a/shapes/heart/package.dist.json +++ b/shapes/heart/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/shape-heart", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles heart shape", "homepage": "https://particles.js.org", "repository": { @@ -100,7 +100,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "4.0.0-alpha.0" + "@tsparticles/engine": "4.0.0-alpha.2" }, "publishConfig": { "access": "public" diff --git a/shapes/heart/package.json b/shapes/heart/package.json index 8783164a59a..f7b15772660 100644 --- a/shapes/heart/package.json +++ b/shapes/heart/package.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/shape-heart", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles heart shape", "homepage": "https://particles.js.org", "scripts": { @@ -108,7 +108,7 @@ "./package.json": "./dist/package.json" }, "dependencies": { - "@tsparticles/engine": "workspace:4.0.0-alpha.0" + "@tsparticles/engine": "workspace:4.0.0-alpha.2" }, "publishConfig": { "access": "public", diff --git a/shapes/image/CHANGELOG.md b/shapes/image/CHANGELOG.md index 0a24dc2b302..10539ff9dba 100644 --- a/shapes/image/CHANGELOG.md +++ b/shapes/image/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.0.0-alpha.2](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.1...v4.0.0-alpha.2) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/shape-image + +# [4.0.0-alpha.1](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.0...v4.0.0-alpha.1) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/shape-image + # [4.0.0-alpha.0](https://github.com/tsparticles/tsparticles/compare/v3.9.1...v4.0.0-alpha.0) (2026-01-07) ### Features diff --git a/shapes/image/package.dist.json b/shapes/image/package.dist.json index afa3845c0b3..bbddf5a24d6 100644 --- a/shapes/image/package.dist.json +++ b/shapes/image/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/shape-image", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles image shape", "homepage": "https://particles.js.org", "repository": { @@ -59,7 +59,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "4.0.0-alpha.0" + "@tsparticles/engine": "4.0.0-alpha.2" }, "publishConfig": { "access": "public" diff --git a/shapes/image/package.json b/shapes/image/package.json index cdb6e63ce2a..f4cdda63e1b 100644 --- a/shapes/image/package.json +++ b/shapes/image/package.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/shape-image", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles image shape", "homepage": "https://particles.js.org", "scripts": { @@ -67,7 +67,7 @@ "./package.json": "./dist/package.json" }, "dependencies": { - "@tsparticles/engine": "workspace:4.0.0-alpha.0" + "@tsparticles/engine": "workspace:4.0.0-alpha.2" }, "publishConfig": { "access": "public", diff --git a/shapes/infinity/CHANGELOG.md b/shapes/infinity/CHANGELOG.md index c39b82b9176..2bbc2321304 100644 --- a/shapes/infinity/CHANGELOG.md +++ b/shapes/infinity/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.0.0-alpha.2](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.1...v4.0.0-alpha.2) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/shape-infinity + +# [4.0.0-alpha.1](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.0...v4.0.0-alpha.1) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/shape-infinity + # [4.0.0-alpha.0](https://github.com/tsparticles/tsparticles/compare/v3.9.1...v4.0.0-alpha.0) (2026-01-07) **Note:** Version bump only for package @tsparticles/shape-infinity diff --git a/shapes/infinity/package.dist.json b/shapes/infinity/package.dist.json index bbe65c6a304..3392c537a77 100644 --- a/shapes/infinity/package.dist.json +++ b/shapes/infinity/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/shape-infinity", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles infinity shape", "homepage": "https://particles.js.org", "repository": { @@ -100,7 +100,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "4.0.0-alpha.0" + "@tsparticles/engine": "4.0.0-alpha.2" }, "publishConfig": { "access": "public" diff --git a/shapes/infinity/package.json b/shapes/infinity/package.json index 6224204e4bc..70a3e979dff 100644 --- a/shapes/infinity/package.json +++ b/shapes/infinity/package.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/shape-infinity", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles infinity shape", "homepage": "https://particles.js.org", "scripts": { @@ -108,7 +108,7 @@ "./package.json": "./dist/package.json" }, "dependencies": { - "@tsparticles/engine": "workspace:4.0.0-alpha.0" + "@tsparticles/engine": "workspace:4.0.0-alpha.2" }, "publishConfig": { "access": "public", diff --git a/shapes/line/CHANGELOG.md b/shapes/line/CHANGELOG.md index 688cc8e9ef0..09e4ab44cd8 100644 --- a/shapes/line/CHANGELOG.md +++ b/shapes/line/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.0.0-alpha.2](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.1...v4.0.0-alpha.2) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/shape-line + +# [4.0.0-alpha.1](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.0...v4.0.0-alpha.1) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/shape-line + # [4.0.0-alpha.0](https://github.com/tsparticles/tsparticles/compare/v3.9.1...v4.0.0-alpha.0) (2026-01-07) **Note:** Version bump only for package @tsparticles/shape-line diff --git a/shapes/line/package.dist.json b/shapes/line/package.dist.json index 23f4dc7dc86..d27a65d4310 100644 --- a/shapes/line/package.dist.json +++ b/shapes/line/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/shape-line", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles line shape", "homepage": "https://particles.js.org", "repository": { @@ -59,7 +59,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "4.0.0-alpha.0" + "@tsparticles/engine": "4.0.0-alpha.2" }, "publishConfig": { "access": "public" diff --git a/shapes/line/package.json b/shapes/line/package.json index 6ffd11df5a5..8f4e413200a 100644 --- a/shapes/line/package.json +++ b/shapes/line/package.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/shape-line", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles line shape", "homepage": "https://particles.js.org", "scripts": { @@ -72,7 +72,7 @@ "./package.json": "./dist/package.json" }, "dependencies": { - "@tsparticles/engine": "workspace:4.0.0-alpha.0" + "@tsparticles/engine": "workspace:4.0.0-alpha.2" }, "type": "module" } diff --git a/shapes/path/CHANGELOG.md b/shapes/path/CHANGELOG.md index 4b338296f12..3b2ed9a3d7a 100644 --- a/shapes/path/CHANGELOG.md +++ b/shapes/path/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.0.0-alpha.2](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.1...v4.0.0-alpha.2) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/shape-path + +# [4.0.0-alpha.1](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.0...v4.0.0-alpha.1) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/shape-path + # [4.0.0-alpha.0](https://github.com/tsparticles/tsparticles/compare/v3.9.1...v4.0.0-alpha.0) (2026-01-07) **Note:** Version bump only for package @tsparticles/shape-path diff --git a/shapes/path/package.dist.json b/shapes/path/package.dist.json index 95e04eef7b3..4e92b38716c 100644 --- a/shapes/path/package.dist.json +++ b/shapes/path/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/shape-path", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles path shape", "homepage": "https://particles.js.org", "repository": { @@ -100,7 +100,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "4.0.0-alpha.0" + "@tsparticles/engine": "4.0.0-alpha.2" }, "publishConfig": { "access": "public" diff --git a/shapes/path/package.json b/shapes/path/package.json index 781123e0cf8..a931c2c6af5 100644 --- a/shapes/path/package.json +++ b/shapes/path/package.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/shape-path", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles path shape", "homepage": "https://particles.js.org", "scripts": { @@ -108,7 +108,7 @@ "./package.json": "./dist/package.json" }, "dependencies": { - "@tsparticles/engine": "workspace:4.0.0-alpha.0" + "@tsparticles/engine": "workspace:4.0.0-alpha.2" }, "publishConfig": { "access": "public", diff --git a/shapes/polygon/CHANGELOG.md b/shapes/polygon/CHANGELOG.md index 83f8bb015ef..9cf05b892e9 100644 --- a/shapes/polygon/CHANGELOG.md +++ b/shapes/polygon/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.0.0-alpha.2](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.1...v4.0.0-alpha.2) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/shape-polygon + +# [4.0.0-alpha.1](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.0...v4.0.0-alpha.1) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/shape-polygon + # [4.0.0-alpha.0](https://github.com/tsparticles/tsparticles/compare/v3.9.1...v4.0.0-alpha.0) (2026-01-07) **Note:** Version bump only for package @tsparticles/shape-polygon diff --git a/shapes/polygon/package.dist.json b/shapes/polygon/package.dist.json index 9cfe427c3c8..4507aeba019 100644 --- a/shapes/polygon/package.dist.json +++ b/shapes/polygon/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/shape-polygon", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles polygon shape", "homepage": "https://particles.js.org", "repository": { @@ -59,7 +59,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "4.0.0-alpha.0" + "@tsparticles/engine": "4.0.0-alpha.2" }, "publishConfig": { "access": "public" diff --git a/shapes/polygon/package.json b/shapes/polygon/package.json index d2648c967fe..ca94e0b3f0c 100644 --- a/shapes/polygon/package.json +++ b/shapes/polygon/package.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/shape-polygon", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles polygon shape", "homepage": "https://particles.js.org", "scripts": { @@ -67,7 +67,7 @@ "./package.json": "./dist/package.json" }, "dependencies": { - "@tsparticles/engine": "workspace:4.0.0-alpha.0" + "@tsparticles/engine": "workspace:4.0.0-alpha.2" }, "publishConfig": { "access": "public", diff --git a/shapes/rounded-polygon/CHANGELOG.md b/shapes/rounded-polygon/CHANGELOG.md index e35e52f7603..cd1a9fb6805 100644 --- a/shapes/rounded-polygon/CHANGELOG.md +++ b/shapes/rounded-polygon/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.0.0-alpha.2](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.1...v4.0.0-alpha.2) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/shape-rounded-polygon + +# [4.0.0-alpha.1](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.0...v4.0.0-alpha.1) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/shape-rounded-polygon + # [4.0.0-alpha.0](https://github.com/tsparticles/tsparticles/compare/v3.9.1...v4.0.0-alpha.0) (2026-01-07) **Note:** Version bump only for package @tsparticles/shape-rounded-polygon diff --git a/shapes/rounded-polygon/package.dist.json b/shapes/rounded-polygon/package.dist.json index a8c10b14c0d..dd662584ec9 100644 --- a/shapes/rounded-polygon/package.dist.json +++ b/shapes/rounded-polygon/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/shape-rounded-polygon", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles rounded polygon shape", "homepage": "https://particles.js.org", "repository": { @@ -59,7 +59,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "4.0.0-alpha.0" + "@tsparticles/engine": "4.0.0-alpha.2" }, "publishConfig": { "access": "public" diff --git a/shapes/rounded-polygon/package.json b/shapes/rounded-polygon/package.json index c86fa27b8ef..7cee37bb603 100644 --- a/shapes/rounded-polygon/package.json +++ b/shapes/rounded-polygon/package.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/shape-rounded-polygon", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles rounded polygon shape", "homepage": "https://particles.js.org", "scripts": { @@ -67,7 +67,7 @@ "./package.json": "./dist/package.json" }, "dependencies": { - "@tsparticles/engine": "workspace:4.0.0-alpha.0" + "@tsparticles/engine": "workspace:4.0.0-alpha.2" }, "publishConfig": { "access": "public", diff --git a/shapes/rounded-rect/CHANGELOG.md b/shapes/rounded-rect/CHANGELOG.md index 6b73842955d..96a0a0ac751 100644 --- a/shapes/rounded-rect/CHANGELOG.md +++ b/shapes/rounded-rect/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.0.0-alpha.2](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.1...v4.0.0-alpha.2) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/shape-rounded-rect + +# [4.0.0-alpha.1](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.0...v4.0.0-alpha.1) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/shape-rounded-rect + # [4.0.0-alpha.0](https://github.com/tsparticles/tsparticles/compare/v3.9.1...v4.0.0-alpha.0) (2026-01-07) **Note:** Version bump only for package @tsparticles/shape-rounded-rect diff --git a/shapes/rounded-rect/package.dist.json b/shapes/rounded-rect/package.dist.json index c4ac6a30f44..ff32d755d28 100644 --- a/shapes/rounded-rect/package.dist.json +++ b/shapes/rounded-rect/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/shape-rounded-rect", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles rounded rect shape", "homepage": "https://particles.js.org", "repository": { @@ -100,7 +100,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "4.0.0-alpha.0" + "@tsparticles/engine": "4.0.0-alpha.2" }, "publishConfig": { "access": "public" diff --git a/shapes/rounded-rect/package.json b/shapes/rounded-rect/package.json index 6ded3b577dd..1591a21bdac 100644 --- a/shapes/rounded-rect/package.json +++ b/shapes/rounded-rect/package.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/shape-rounded-rect", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles rounded rect shape", "homepage": "https://particles.js.org", "scripts": { @@ -108,7 +108,7 @@ "./package.json": "./dist/package.json" }, "dependencies": { - "@tsparticles/engine": "workspace:4.0.0-alpha.0" + "@tsparticles/engine": "workspace:4.0.0-alpha.2" }, "publishConfig": { "access": "public", diff --git a/shapes/spiral/CHANGELOG.md b/shapes/spiral/CHANGELOG.md index 85a5be6cef8..b6279fdee15 100644 --- a/shapes/spiral/CHANGELOG.md +++ b/shapes/spiral/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.0.0-alpha.2](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.1...v4.0.0-alpha.2) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/shape-spiral + +# [4.0.0-alpha.1](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.0...v4.0.0-alpha.1) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/shape-spiral + # [4.0.0-alpha.0](https://github.com/tsparticles/tsparticles/compare/v3.9.1...v4.0.0-alpha.0) (2026-01-07) **Note:** Version bump only for package @tsparticles/shape-spiral diff --git a/shapes/spiral/package.dist.json b/shapes/spiral/package.dist.json index cd2a2014ac4..ef66c8fc7e5 100644 --- a/shapes/spiral/package.dist.json +++ b/shapes/spiral/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/shape-spiral", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles spiral shape", "homepage": "https://particles.js.org", "repository": { @@ -100,7 +100,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "4.0.0-alpha.0" + "@tsparticles/engine": "4.0.0-alpha.2" }, "publishConfig": { "access": "public" diff --git a/shapes/spiral/package.json b/shapes/spiral/package.json index 5b5fdcb72a1..cbe4e08228f 100644 --- a/shapes/spiral/package.json +++ b/shapes/spiral/package.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/shape-spiral", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles spiral shape", "homepage": "https://particles.js.org", "scripts": { @@ -108,7 +108,7 @@ "./package.json": "./dist/package.json" }, "dependencies": { - "@tsparticles/engine": "workspace:4.0.0-alpha.0" + "@tsparticles/engine": "workspace:4.0.0-alpha.2" }, "publishConfig": { "access": "public", diff --git a/shapes/square/CHANGELOG.md b/shapes/square/CHANGELOG.md index 9cf79c61ce5..4a7a3d3c046 100644 --- a/shapes/square/CHANGELOG.md +++ b/shapes/square/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.0.0-alpha.2](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.1...v4.0.0-alpha.2) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/shape-square + +# [4.0.0-alpha.1](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.0...v4.0.0-alpha.1) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/shape-square + # [4.0.0-alpha.0](https://github.com/tsparticles/tsparticles/compare/v3.9.1...v4.0.0-alpha.0) (2026-01-07) **Note:** Version bump only for package @tsparticles/shape-square diff --git a/shapes/square/package.dist.json b/shapes/square/package.dist.json index 0c9cb5b29cb..3f200e7064c 100644 --- a/shapes/square/package.dist.json +++ b/shapes/square/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/shape-square", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles square shape", "homepage": "https://particles.js.org", "repository": { @@ -59,7 +59,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "4.0.0-alpha.0" + "@tsparticles/engine": "4.0.0-alpha.2" }, "publishConfig": { "access": "public" diff --git a/shapes/square/package.json b/shapes/square/package.json index 7013bfe8751..ea2b1bf8e38 100644 --- a/shapes/square/package.json +++ b/shapes/square/package.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/shape-square", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles square shape", "homepage": "https://particles.js.org", "scripts": { @@ -72,7 +72,7 @@ "./package.json": "./dist/package.json" }, "dependencies": { - "@tsparticles/engine": "workspace:4.0.0-alpha.0" + "@tsparticles/engine": "workspace:4.0.0-alpha.2" }, "type": "module" } diff --git a/shapes/star/CHANGELOG.md b/shapes/star/CHANGELOG.md index 73892d75b11..b9457c18519 100644 --- a/shapes/star/CHANGELOG.md +++ b/shapes/star/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.0.0-alpha.2](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.1...v4.0.0-alpha.2) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/shape-star + +# [4.0.0-alpha.1](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.0...v4.0.0-alpha.1) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/shape-star + # [4.0.0-alpha.0](https://github.com/tsparticles/tsparticles/compare/v3.9.1...v4.0.0-alpha.0) (2026-01-07) **Note:** Version bump only for package @tsparticles/shape-star diff --git a/shapes/star/package.dist.json b/shapes/star/package.dist.json index f96dc7ec1d3..a23c3a7692e 100644 --- a/shapes/star/package.dist.json +++ b/shapes/star/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/shape-star", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles star shape", "homepage": "https://particles.js.org", "repository": { @@ -59,7 +59,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "4.0.0-alpha.0" + "@tsparticles/engine": "4.0.0-alpha.2" }, "publishConfig": { "access": "public" diff --git a/shapes/star/package.json b/shapes/star/package.json index db60a248a46..0ee2a49aa73 100644 --- a/shapes/star/package.json +++ b/shapes/star/package.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/shape-star", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles star shape", "homepage": "https://particles.js.org", "scripts": { @@ -67,7 +67,7 @@ "./package.json": "./dist/package.json" }, "dependencies": { - "@tsparticles/engine": "workspace:4.0.0-alpha.0" + "@tsparticles/engine": "workspace:4.0.0-alpha.2" }, "publishConfig": { "access": "public", diff --git a/shapes/text/CHANGELOG.md b/shapes/text/CHANGELOG.md index f2d4bb949e8..b35bab4ded9 100644 --- a/shapes/text/CHANGELOG.md +++ b/shapes/text/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.0.0-alpha.2](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.1...v4.0.0-alpha.2) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/shape-text + +# [4.0.0-alpha.1](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.0...v4.0.0-alpha.1) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/shape-text + # [4.0.0-alpha.0](https://github.com/tsparticles/tsparticles/compare/v3.9.1...v4.0.0-alpha.0) (2026-01-07) ### Bug Fixes diff --git a/shapes/text/package.dist.json b/shapes/text/package.dist.json index c5cc4e0ab2b..3a5c3ae2127 100644 --- a/shapes/text/package.dist.json +++ b/shapes/text/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/shape-text", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles text shape", "homepage": "https://particles.js.org", "repository": { @@ -59,7 +59,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "4.0.0-alpha.0" + "@tsparticles/engine": "4.0.0-alpha.2" }, "publishConfig": { "access": "public" diff --git a/shapes/text/package.json b/shapes/text/package.json index a9018c98936..8c6b85afbf4 100644 --- a/shapes/text/package.json +++ b/shapes/text/package.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/shape-text", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles text shape", "homepage": "https://particles.js.org", "scripts": { @@ -67,7 +67,7 @@ "./package.json": "./dist/package.json" }, "dependencies": { - "@tsparticles/engine": "workspace:4.0.0-alpha.0" + "@tsparticles/engine": "workspace:4.0.0-alpha.2" }, "publishConfig": { "access": "public", diff --git a/updaters/color/CHANGELOG.md b/updaters/color/CHANGELOG.md index 34349e8b4ca..eab7d8dd07d 100644 --- a/updaters/color/CHANGELOG.md +++ b/updaters/color/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.0.0-alpha.2](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.1...v4.0.0-alpha.2) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/updater-color + +# [4.0.0-alpha.1](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.0...v4.0.0-alpha.1) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/updater-color + # [4.0.0-alpha.0](https://github.com/tsparticles/tsparticles/compare/v3.9.1...v4.0.0-alpha.0) (2026-01-07) **Note:** Version bump only for package @tsparticles/updater-color diff --git a/updaters/color/package.dist.json b/updaters/color/package.dist.json index 20831afaf4e..082b5c28792 100644 --- a/updaters/color/package.dist.json +++ b/updaters/color/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/updater-color", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles particles color updater", "homepage": "https://particles.js.org", "repository": { @@ -87,7 +87,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "4.0.0-alpha.0" + "@tsparticles/engine": "4.0.0-alpha.2" }, "publishConfig": { "access": "public" diff --git a/updaters/color/package.json b/updaters/color/package.json index 2086678a529..2731f597a89 100644 --- a/updaters/color/package.json +++ b/updaters/color/package.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/updater-color", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles particles color updater", "homepage": "https://particles.js.org", "scripts": { @@ -97,7 +97,7 @@ "./package.json": "./dist/package.json" }, "dependencies": { - "@tsparticles/engine": "workspace:4.0.0-alpha.0" + "@tsparticles/engine": "workspace:4.0.0-alpha.2" }, "type": "module" } diff --git a/updaters/destroy/CHANGELOG.md b/updaters/destroy/CHANGELOG.md index 1f6f1ef94f6..65753e79efb 100644 --- a/updaters/destroy/CHANGELOG.md +++ b/updaters/destroy/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.0.0-alpha.2](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.1...v4.0.0-alpha.2) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/updater-destroy + +# [4.0.0-alpha.1](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.0...v4.0.0-alpha.1) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/updater-destroy + # [4.0.0-alpha.0](https://github.com/tsparticles/tsparticles/compare/v3.9.1...v4.0.0-alpha.0) (2026-01-07) **Note:** Version bump only for package @tsparticles/updater-destroy diff --git a/updaters/destroy/package.dist.json b/updaters/destroy/package.dist.json index 919f5816817..5283b93c238 100644 --- a/updaters/destroy/package.dist.json +++ b/updaters/destroy/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/updater-destroy", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles particles destroy updater", "homepage": "https://particles.js.org", "repository": { @@ -87,7 +87,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "4.0.0-alpha.0" + "@tsparticles/engine": "4.0.0-alpha.2" }, "publishConfig": { "access": "public" diff --git a/updaters/destroy/package.json b/updaters/destroy/package.json index 30f25f7e1c3..64afab67773 100644 --- a/updaters/destroy/package.json +++ b/updaters/destroy/package.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/updater-destroy", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles particles destroy updater", "homepage": "https://particles.js.org", "scripts": { @@ -95,7 +95,7 @@ "./package.json": "./dist/package.json" }, "dependencies": { - "@tsparticles/engine": "workspace:4.0.0-alpha.0" + "@tsparticles/engine": "workspace:4.0.0-alpha.2" }, "publishConfig": { "access": "public", diff --git a/updaters/gradient/CHANGELOG.md b/updaters/gradient/CHANGELOG.md index 89e149ce6f1..4aeefc3893e 100644 --- a/updaters/gradient/CHANGELOG.md +++ b/updaters/gradient/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.0.0-alpha.2](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.1...v4.0.0-alpha.2) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/updater-gradient + +# [4.0.0-alpha.1](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.0...v4.0.0-alpha.1) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/updater-gradient + # [4.0.0-alpha.0](https://github.com/tsparticles/tsparticles/compare/v3.9.1...v4.0.0-alpha.0) (2026-01-07) ### Features diff --git a/updaters/gradient/package.dist.json b/updaters/gradient/package.dist.json index 7ce5de721f4..260b2888004 100644 --- a/updaters/gradient/package.dist.json +++ b/updaters/gradient/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/updater-gradient", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles particles gradient updater", "homepage": "https://particles.js.org", "repository": { @@ -101,7 +101,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "4.0.0-alpha.0" + "@tsparticles/engine": "4.0.0-alpha.2" }, "publishConfig": { "access": "public" diff --git a/updaters/gradient/package.json b/updaters/gradient/package.json index 3e555e0d989..e4ee947c57f 100644 --- a/updaters/gradient/package.json +++ b/updaters/gradient/package.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/updater-gradient", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles particles gradient updater", "homepage": "https://particles.js.org", "scripts": { @@ -109,7 +109,7 @@ "./package.json": "./dist/package.json" }, "dependencies": { - "@tsparticles/engine": "workspace:4.0.0-alpha.0" + "@tsparticles/engine": "workspace:4.0.0-alpha.2" }, "publishConfig": { "access": "public", diff --git a/updaters/life/CHANGELOG.md b/updaters/life/CHANGELOG.md index 25cfe6e45f5..80f4d824537 100644 --- a/updaters/life/CHANGELOG.md +++ b/updaters/life/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.0.0-alpha.2](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.1...v4.0.0-alpha.2) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/updater-life + +# [4.0.0-alpha.1](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.0...v4.0.0-alpha.1) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/updater-life + # [4.0.0-alpha.0](https://github.com/tsparticles/tsparticles/compare/v3.9.1...v4.0.0-alpha.0) (2026-01-07) **Note:** Version bump only for package @tsparticles/updater-life diff --git a/updaters/life/package.dist.json b/updaters/life/package.dist.json index f7eca76d466..88dd8b48cdc 100644 --- a/updaters/life/package.dist.json +++ b/updaters/life/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/updater-life", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles particles life updater", "homepage": "https://particles.js.org", "repository": { @@ -87,7 +87,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "4.0.0-alpha.0" + "@tsparticles/engine": "4.0.0-alpha.2" }, "publishConfig": { "access": "public" diff --git a/updaters/life/package.json b/updaters/life/package.json index 1b5ea05255e..56071f7e576 100644 --- a/updaters/life/package.json +++ b/updaters/life/package.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/updater-life", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles particles life updater", "homepage": "https://particles.js.org", "scripts": { @@ -95,7 +95,7 @@ "./package.json": "./dist/package.json" }, "dependencies": { - "@tsparticles/engine": "workspace:4.0.0-alpha.0" + "@tsparticles/engine": "workspace:4.0.0-alpha.2" }, "publishConfig": { "access": "public", diff --git a/updaters/opacity/CHANGELOG.md b/updaters/opacity/CHANGELOG.md index 7ecfc9bafd6..2e65d16d056 100644 --- a/updaters/opacity/CHANGELOG.md +++ b/updaters/opacity/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.0.0-alpha.2](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.1...v4.0.0-alpha.2) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/updater-opacity + +# [4.0.0-alpha.1](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.0...v4.0.0-alpha.1) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/updater-opacity + # [4.0.0-alpha.0](https://github.com/tsparticles/tsparticles/compare/v3.9.1...v4.0.0-alpha.0) (2026-01-07) **Note:** Version bump only for package @tsparticles/updater-opacity diff --git a/updaters/opacity/package.dist.json b/updaters/opacity/package.dist.json index 03eb25d9442..4548a81c728 100644 --- a/updaters/opacity/package.dist.json +++ b/updaters/opacity/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/updater-opacity", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles particles opacity updater", "homepage": "https://particles.js.org", "repository": { @@ -87,7 +87,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "4.0.0-alpha.0" + "@tsparticles/engine": "4.0.0-alpha.2" }, "publishConfig": { "access": "public" diff --git a/updaters/opacity/package.json b/updaters/opacity/package.json index eee64e87517..3e169e484c2 100644 --- a/updaters/opacity/package.json +++ b/updaters/opacity/package.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/updater-opacity", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles particles opacity updater", "homepage": "https://particles.js.org", "scripts": { @@ -92,7 +92,7 @@ "./package.json": "./dist/package.json" }, "dependencies": { - "@tsparticles/engine": "workspace:4.0.0-alpha.0" + "@tsparticles/engine": "workspace:4.0.0-alpha.2" }, "publishConfig": { "access": "public", diff --git a/updaters/orbit/CHANGELOG.md b/updaters/orbit/CHANGELOG.md index bc4400361ee..2163aba8cc2 100644 --- a/updaters/orbit/CHANGELOG.md +++ b/updaters/orbit/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.0.0-alpha.2](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.1...v4.0.0-alpha.2) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/updater-orbit + +# [4.0.0-alpha.1](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.0...v4.0.0-alpha.1) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/updater-orbit + # [4.0.0-alpha.0](https://github.com/tsparticles/tsparticles/compare/v3.9.1...v4.0.0-alpha.0) (2026-01-07) ### Features diff --git a/updaters/orbit/package.dist.json b/updaters/orbit/package.dist.json index dd7af83d2f8..33887aa43c2 100644 --- a/updaters/orbit/package.dist.json +++ b/updaters/orbit/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/updater-orbit", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles particles orbit updater", "homepage": "https://particles.js.org", "repository": { @@ -101,7 +101,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "4.0.0-alpha.0" + "@tsparticles/engine": "4.0.0-alpha.2" }, "publishConfig": { "access": "public" diff --git a/updaters/orbit/package.json b/updaters/orbit/package.json index 564e36b78bd..7d37b9f8394 100644 --- a/updaters/orbit/package.json +++ b/updaters/orbit/package.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/updater-orbit", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles particles orbit updater", "homepage": "https://particles.js.org", "scripts": { @@ -109,7 +109,7 @@ "./package.json": "./dist/package.json" }, "dependencies": { - "@tsparticles/engine": "workspace:4.0.0-alpha.0" + "@tsparticles/engine": "workspace:4.0.0-alpha.2" }, "publishConfig": { "access": "public", diff --git a/updaters/outModes/CHANGELOG.md b/updaters/outModes/CHANGELOG.md index bc48ef4f79b..bde0c707517 100644 --- a/updaters/outModes/CHANGELOG.md +++ b/updaters/outModes/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.0.0-alpha.2](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.1...v4.0.0-alpha.2) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/updater-out-modes + +# [4.0.0-alpha.1](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.0...v4.0.0-alpha.1) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/updater-out-modes + # [4.0.0-alpha.0](https://github.com/tsparticles/tsparticles/compare/v3.9.1...v4.0.0-alpha.0) (2026-01-07) **Note:** Version bump only for package @tsparticles/updater-out-modes diff --git a/updaters/outModes/package.dist.json b/updaters/outModes/package.dist.json index 42024919df0..f390d0351c3 100644 --- a/updaters/outModes/package.dist.json +++ b/updaters/outModes/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/updater-out-modes", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles particles out modes updater", "homepage": "https://particles.js.org", "repository": { @@ -87,7 +87,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "4.0.0-alpha.0" + "@tsparticles/engine": "4.0.0-alpha.2" }, "publishConfig": { "access": "public" diff --git a/updaters/outModes/package.json b/updaters/outModes/package.json index d2266cb8589..83055db9fe7 100644 --- a/updaters/outModes/package.json +++ b/updaters/outModes/package.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/updater-out-modes", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles particles out modes updater", "homepage": "https://particles.js.org", "scripts": { @@ -92,7 +92,7 @@ "./package.json": "./dist/package.json" }, "dependencies": { - "@tsparticles/engine": "workspace:4.0.0-alpha.0" + "@tsparticles/engine": "workspace:4.0.0-alpha.2" }, "publishConfig": { "access": "public", diff --git a/updaters/roll/CHANGELOG.md b/updaters/roll/CHANGELOG.md index 726b42d4910..64a05ded6fb 100644 --- a/updaters/roll/CHANGELOG.md +++ b/updaters/roll/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.0.0-alpha.2](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.1...v4.0.0-alpha.2) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/updater-roll + +# [4.0.0-alpha.1](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.0...v4.0.0-alpha.1) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/updater-roll + # [4.0.0-alpha.0](https://github.com/tsparticles/tsparticles/compare/v3.9.1...v4.0.0-alpha.0) (2026-01-07) **Note:** Version bump only for package @tsparticles/updater-roll diff --git a/updaters/roll/package.dist.json b/updaters/roll/package.dist.json index 63f10aba264..f6a0b6b1faa 100644 --- a/updaters/roll/package.dist.json +++ b/updaters/roll/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/updater-roll", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles particles roll updater", "homepage": "https://particles.js.org", "repository": { @@ -87,7 +87,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "4.0.0-alpha.0" + "@tsparticles/engine": "4.0.0-alpha.2" }, "publishConfig": { "access": "public" diff --git a/updaters/roll/package.json b/updaters/roll/package.json index 0743f46b6be..ed771bd21f5 100644 --- a/updaters/roll/package.json +++ b/updaters/roll/package.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/updater-roll", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles particles roll updater", "homepage": "https://particles.js.org", "scripts": { @@ -95,7 +95,7 @@ "./package.json": "./dist/package.json" }, "dependencies": { - "@tsparticles/engine": "workspace:4.0.0-alpha.0" + "@tsparticles/engine": "workspace:4.0.0-alpha.2" }, "publishConfig": { "access": "public", diff --git a/updaters/rotate/CHANGELOG.md b/updaters/rotate/CHANGELOG.md index 767dfdba94f..585041538e6 100644 --- a/updaters/rotate/CHANGELOG.md +++ b/updaters/rotate/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.0.0-alpha.2](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.1...v4.0.0-alpha.2) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/updater-rotate + +# [4.0.0-alpha.1](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.0...v4.0.0-alpha.1) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/updater-rotate + # [4.0.0-alpha.0](https://github.com/tsparticles/tsparticles/compare/v3.9.1...v4.0.0-alpha.0) (2026-01-07) **Note:** Version bump only for package @tsparticles/updater-rotate diff --git a/updaters/rotate/package.dist.json b/updaters/rotate/package.dist.json index 2a4a2481de6..d264820f10b 100644 --- a/updaters/rotate/package.dist.json +++ b/updaters/rotate/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/updater-rotate", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles particles rotate updater", "homepage": "https://particles.js.org", "repository": { @@ -87,7 +87,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "4.0.0-alpha.0" + "@tsparticles/engine": "4.0.0-alpha.2" }, "publishConfig": { "access": "public" diff --git a/updaters/rotate/package.json b/updaters/rotate/package.json index ca6e30a33bf..116d926f01f 100644 --- a/updaters/rotate/package.json +++ b/updaters/rotate/package.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/updater-rotate", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles particles rotate updater", "homepage": "https://particles.js.org", "scripts": { @@ -95,7 +95,7 @@ "./package.json": "./dist/package.json" }, "dependencies": { - "@tsparticles/engine": "workspace:4.0.0-alpha.0" + "@tsparticles/engine": "workspace:4.0.0-alpha.2" }, "publishConfig": { "access": "public", diff --git a/updaters/size/CHANGELOG.md b/updaters/size/CHANGELOG.md index 9ee08824202..781d0ed56ef 100644 --- a/updaters/size/CHANGELOG.md +++ b/updaters/size/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.0.0-alpha.2](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.1...v4.0.0-alpha.2) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/updater-size + +# [4.0.0-alpha.1](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.0...v4.0.0-alpha.1) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/updater-size + # [4.0.0-alpha.0](https://github.com/tsparticles/tsparticles/compare/v3.9.1...v4.0.0-alpha.0) (2026-01-07) **Note:** Version bump only for package @tsparticles/updater-size diff --git a/updaters/size/package.dist.json b/updaters/size/package.dist.json index 6dd3429b3fa..72fa7e83d18 100644 --- a/updaters/size/package.dist.json +++ b/updaters/size/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/updater-size", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles particles size updater", "homepage": "https://particles.js.org", "repository": { @@ -87,7 +87,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "4.0.0-alpha.0" + "@tsparticles/engine": "4.0.0-alpha.2" }, "publishConfig": { "access": "public" diff --git a/updaters/size/package.json b/updaters/size/package.json index b1699c3840b..decb2761f96 100644 --- a/updaters/size/package.json +++ b/updaters/size/package.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/updater-size", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles particles size updater", "homepage": "https://particles.js.org", "scripts": { @@ -92,7 +92,7 @@ "./package.json": "./dist/package.json" }, "dependencies": { - "@tsparticles/engine": "workspace:4.0.0-alpha.0" + "@tsparticles/engine": "workspace:4.0.0-alpha.2" }, "publishConfig": { "access": "public", diff --git a/updaters/strokeColor/CHANGELOG.md b/updaters/strokeColor/CHANGELOG.md index 17475d33a38..6056b1f2e35 100644 --- a/updaters/strokeColor/CHANGELOG.md +++ b/updaters/strokeColor/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.0.0-alpha.2](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.1...v4.0.0-alpha.2) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/updater-stroke-color + +# [4.0.0-alpha.1](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.0...v4.0.0-alpha.1) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/updater-stroke-color + # [4.0.0-alpha.0](https://github.com/tsparticles/tsparticles/compare/v3.9.1...v4.0.0-alpha.0) (2026-01-07) **Note:** Version bump only for package @tsparticles/updater-stroke-color diff --git a/updaters/strokeColor/package.dist.json b/updaters/strokeColor/package.dist.json index 96b676b8057..4fe3182481e 100644 --- a/updaters/strokeColor/package.dist.json +++ b/updaters/strokeColor/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/updater-stroke-color", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles particles stroke color updater", "homepage": "https://particles.js.org", "repository": { @@ -87,7 +87,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "4.0.0-alpha.0" + "@tsparticles/engine": "4.0.0-alpha.2" }, "publishConfig": { "access": "public" diff --git a/updaters/strokeColor/package.json b/updaters/strokeColor/package.json index ed9795057ae..d1cd22ef0bf 100644 --- a/updaters/strokeColor/package.json +++ b/updaters/strokeColor/package.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/updater-stroke-color", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles particles stroke color updater", "homepage": "https://particles.js.org", "scripts": { @@ -95,7 +95,7 @@ "./package.json": "./dist/package.json" }, "dependencies": { - "@tsparticles/engine": "workspace:4.0.0-alpha.0" + "@tsparticles/engine": "workspace:4.0.0-alpha.2" }, "publishConfig": { "access": "public", diff --git a/updaters/tilt/CHANGELOG.md b/updaters/tilt/CHANGELOG.md index 92663d8a7ee..04b696a3e26 100644 --- a/updaters/tilt/CHANGELOG.md +++ b/updaters/tilt/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.0.0-alpha.2](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.1...v4.0.0-alpha.2) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/updater-tilt + +# [4.0.0-alpha.1](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.0...v4.0.0-alpha.1) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/updater-tilt + # [4.0.0-alpha.0](https://github.com/tsparticles/tsparticles/compare/v3.9.1...v4.0.0-alpha.0) (2026-01-07) **Note:** Version bump only for package @tsparticles/updater-tilt diff --git a/updaters/tilt/package.dist.json b/updaters/tilt/package.dist.json index 09c58d53e85..43bf0e3f90e 100644 --- a/updaters/tilt/package.dist.json +++ b/updaters/tilt/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/updater-tilt", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles particles tilt updater", "homepage": "https://particles.js.org", "repository": { @@ -87,7 +87,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "4.0.0-alpha.0" + "@tsparticles/engine": "4.0.0-alpha.2" }, "publishConfig": { "access": "public" diff --git a/updaters/tilt/package.json b/updaters/tilt/package.json index b86d604d374..a8ea87608a7 100644 --- a/updaters/tilt/package.json +++ b/updaters/tilt/package.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/updater-tilt", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles particles tilt updater", "homepage": "https://particles.js.org", "scripts": { @@ -95,7 +95,7 @@ "./package.json": "./dist/package.json" }, "dependencies": { - "@tsparticles/engine": "workspace:4.0.0-alpha.0" + "@tsparticles/engine": "workspace:4.0.0-alpha.2" }, "publishConfig": { "access": "public", diff --git a/updaters/twinkle/CHANGELOG.md b/updaters/twinkle/CHANGELOG.md index 9a59646cf6a..8cd2644da26 100644 --- a/updaters/twinkle/CHANGELOG.md +++ b/updaters/twinkle/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.0.0-alpha.2](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.1...v4.0.0-alpha.2) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/updater-twinkle + +# [4.0.0-alpha.1](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.0...v4.0.0-alpha.1) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/updater-twinkle + # [4.0.0-alpha.0](https://github.com/tsparticles/tsparticles/compare/v3.9.1...v4.0.0-alpha.0) (2026-01-07) ### Features diff --git a/updaters/twinkle/package.dist.json b/updaters/twinkle/package.dist.json index 56d25bb737e..09416418c63 100644 --- a/updaters/twinkle/package.dist.json +++ b/updaters/twinkle/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/updater-twinkle", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles particles twinkle updater", "homepage": "https://particles.js.org", "repository": { @@ -87,7 +87,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "4.0.0-alpha.0" + "@tsparticles/engine": "4.0.0-alpha.2" }, "publishConfig": { "access": "public" diff --git a/updaters/twinkle/package.json b/updaters/twinkle/package.json index c5aa44af104..9a42a9a0d41 100644 --- a/updaters/twinkle/package.json +++ b/updaters/twinkle/package.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/updater-twinkle", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles particles twinkle updater", "homepage": "https://particles.js.org", "scripts": { @@ -95,7 +95,7 @@ "./package.json": "./dist/package.json" }, "dependencies": { - "@tsparticles/engine": "workspace:4.0.0-alpha.0" + "@tsparticles/engine": "workspace:4.0.0-alpha.2" }, "publishConfig": { "access": "public", diff --git a/updaters/wobble/CHANGELOG.md b/updaters/wobble/CHANGELOG.md index 9cd79c85b1f..c3960ac95e1 100644 --- a/updaters/wobble/CHANGELOG.md +++ b/updaters/wobble/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.0.0-alpha.2](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.1...v4.0.0-alpha.2) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/updater-wobble + +# [4.0.0-alpha.1](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.0...v4.0.0-alpha.1) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/updater-wobble + # [4.0.0-alpha.0](https://github.com/tsparticles/tsparticles/compare/v3.9.1...v4.0.0-alpha.0) (2026-01-07) **Note:** Version bump only for package @tsparticles/updater-wobble diff --git a/updaters/wobble/package.dist.json b/updaters/wobble/package.dist.json index caa81c2ee3b..fa91ed9f074 100644 --- a/updaters/wobble/package.dist.json +++ b/updaters/wobble/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/updater-wobble", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles particles wobble updater", "homepage": "https://particles.js.org", "repository": { @@ -87,7 +87,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "4.0.0-alpha.0" + "@tsparticles/engine": "4.0.0-alpha.2" }, "publishConfig": { "access": "public" diff --git a/updaters/wobble/package.json b/updaters/wobble/package.json index ca786220351..8bfa95487e8 100644 --- a/updaters/wobble/package.json +++ b/updaters/wobble/package.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/updater-wobble", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles particles wobble updater", "homepage": "https://particles.js.org", "scripts": { @@ -95,7 +95,7 @@ "./package.json": "./dist/package.json" }, "dependencies": { - "@tsparticles/engine": "workspace:4.0.0-alpha.0" + "@tsparticles/engine": "workspace:4.0.0-alpha.2" }, "publishConfig": { "access": "public", diff --git a/utils/configs/CHANGELOG.md b/utils/configs/CHANGELOG.md index 61828ac671e..96b234c3a58 100644 --- a/utils/configs/CHANGELOG.md +++ b/utils/configs/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.0.0-alpha.2](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.1...v4.0.0-alpha.2) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/configs + +# [4.0.0-alpha.1](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.0...v4.0.0-alpha.1) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/configs + # [4.0.0-alpha.0](https://github.com/tsparticles/tsparticles/compare/v3.9.1...v4.0.0-alpha.0) (2026-01-07) ### Features diff --git a/utils/configs/package.dist.json b/utils/configs/package.dist.json index fc20dce9742..a67a7a7d045 100644 --- a/utils/configs/package.dist.json +++ b/utils/configs/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/configs", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles demo configurations", "homepage": "https://particles.js.org", "repository": { @@ -99,7 +99,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "4.0.0-alpha.0" + "@tsparticles/engine": "4.0.0-alpha.2" }, "publishConfig": { "access": "public" diff --git a/utils/configs/package.json b/utils/configs/package.json index 494b72e803b..4f5bdce70df 100644 --- a/utils/configs/package.json +++ b/utils/configs/package.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/configs", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "homepage": "https://particles.js.org", "scripts": { "build": "tsparticles-cli build", @@ -106,7 +106,7 @@ "./package.json": "./dist/package.json" }, "dependencies": { - "@tsparticles/engine": "workspace:4.0.0-alpha.0" + "@tsparticles/engine": "workspace:4.0.0-alpha.2" }, "publishConfig": { "access": "public", diff --git a/utils/fractalNoise/CHANGELOG.md b/utils/fractalNoise/CHANGELOG.md index e601b797f57..dbf0e57844a 100644 --- a/utils/fractalNoise/CHANGELOG.md +++ b/utils/fractalNoise/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.0.0-alpha.2](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.1...v4.0.0-alpha.2) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/fractal-noise + +# [4.0.0-alpha.1](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.0...v4.0.0-alpha.1) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/fractal-noise + # [4.0.0-alpha.0](https://github.com/tsparticles/tsparticles/compare/v3.9.1...v4.0.0-alpha.0) (2026-01-07) **Note:** Version bump only for package @tsparticles/fractal-noise diff --git a/utils/fractalNoise/package.dist.json b/utils/fractalNoise/package.dist.json index 161fe860f38..01d616fe1f8 100644 --- a/utils/fractalNoise/package.dist.json +++ b/utils/fractalNoise/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/fractal-noise", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles fractal noise library", "homepage": "https://particles.js.org", "repository": { @@ -92,7 +92,7 @@ "module": "esm/index.js", "types": "types/index.d.ts", "dependencies": { - "@tsparticles/smooth-value-noise": "4.0.0-alpha.0" + "@tsparticles/smooth-value-noise": "4.0.0-alpha.2" }, "exports": { ".": { diff --git a/utils/fractalNoise/package.json b/utils/fractalNoise/package.json index 036398a5bd2..61482e0aefc 100644 --- a/utils/fractalNoise/package.json +++ b/utils/fractalNoise/package.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/fractal-noise", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles fractal noise path", "homepage": "https://particles.js.org", "scripts": { @@ -108,7 +108,7 @@ "./package.json": "./dist/package.json" }, "dependencies": { - "@tsparticles/smooth-value-noise": "workspace:4.0.0-alpha.0" + "@tsparticles/smooth-value-noise": "workspace:4.0.0-alpha.2" }, "publishConfig": { "access": "public", diff --git a/utils/noiseField/CHANGELOG.md b/utils/noiseField/CHANGELOG.md index c77cd72712e..6d3fe9c45a6 100644 --- a/utils/noiseField/CHANGELOG.md +++ b/utils/noiseField/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.0.0-alpha.2](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.1...v4.0.0-alpha.2) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/noise-field + +# [4.0.0-alpha.1](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.0...v4.0.0-alpha.1) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/noise-field + # [4.0.0-alpha.0](https://github.com/tsparticles/tsparticles/compare/v3.9.1...v4.0.0-alpha.0) (2026-01-07) **Note:** Version bump only for package @tsparticles/noise-field diff --git a/utils/noiseField/package.dist.json b/utils/noiseField/package.dist.json index b20f0ffa443..bcb7c7e924e 100644 --- a/utils/noiseField/package.dist.json +++ b/utils/noiseField/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/noise-field", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles noise field library", "homepage": "https://particles.js.org", "repository": { @@ -92,7 +92,7 @@ "module": "esm/index.js", "types": "types/index.d.ts", "dependencies": { - "@tsparticles/engine": "4.0.0-alpha.0" + "@tsparticles/engine": "4.0.0-alpha.2" }, "exports": { ".": { diff --git a/utils/noiseField/package.json b/utils/noiseField/package.json index e2edab81ae3..a32c1a01098 100644 --- a/utils/noiseField/package.json +++ b/utils/noiseField/package.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/noise-field", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles noise field library", "homepage": "https://particles.js.org", "scripts": { @@ -108,7 +108,7 @@ "./package.json": "./dist/package.json" }, "dependencies": { - "@tsparticles/engine": "workspace:4.0.0-alpha.0" + "@tsparticles/engine": "workspace:4.0.0-alpha.2" }, "publishConfig": { "access": "public", diff --git a/utils/perlinNoise/CHANGELOG.md b/utils/perlinNoise/CHANGELOG.md index 6bae7f2b4aa..f3895ed8291 100644 --- a/utils/perlinNoise/CHANGELOG.md +++ b/utils/perlinNoise/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.0.0-alpha.2](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.1...v4.0.0-alpha.2) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/perlin-noise + +# [4.0.0-alpha.1](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.0...v4.0.0-alpha.1) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/perlin-noise + # [4.0.0-alpha.0](https://github.com/tsparticles/tsparticles/compare/v3.9.1...v4.0.0-alpha.0) (2026-01-07) **Note:** Version bump only for package @tsparticles/perlin-noise diff --git a/utils/perlinNoise/package.dist.json b/utils/perlinNoise/package.dist.json index 65c5b989556..97c32f505d4 100644 --- a/utils/perlinNoise/package.dist.json +++ b/utils/perlinNoise/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/perlin-noise", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles perlin noise library", "homepage": "https://particles.js.org", "repository": { diff --git a/utils/perlinNoise/package.json b/utils/perlinNoise/package.json index f83663dd6e8..52f3f800acc 100644 --- a/utils/perlinNoise/package.json +++ b/utils/perlinNoise/package.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/perlin-noise", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles perlin noise path", "homepage": "https://particles.js.org", "scripts": { diff --git a/utils/simplexNoise/CHANGELOG.md b/utils/simplexNoise/CHANGELOG.md index 2602bc65691..89323881f81 100644 --- a/utils/simplexNoise/CHANGELOG.md +++ b/utils/simplexNoise/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.0.0-alpha.2](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.1...v4.0.0-alpha.2) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/simplex-noise + +# [4.0.0-alpha.1](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.0...v4.0.0-alpha.1) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/simplex-noise + # [4.0.0-alpha.0](https://github.com/tsparticles/tsparticles/compare/v3.9.1...v4.0.0-alpha.0) (2026-01-07) **Note:** Version bump only for package @tsparticles/simplex-noise diff --git a/utils/simplexNoise/package.dist.json b/utils/simplexNoise/package.dist.json index d822c9b9232..dccea85ab31 100644 --- a/utils/simplexNoise/package.dist.json +++ b/utils/simplexNoise/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/simplex-noise", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles simplex noise library", "homepage": "https://particles.js.org", "repository": { diff --git a/utils/simplexNoise/package.json b/utils/simplexNoise/package.json index e1c52772d8c..79207e666ae 100644 --- a/utils/simplexNoise/package.json +++ b/utils/simplexNoise/package.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/simplex-noise", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles simplex noise library", "homepage": "https://particles.js.org", "scripts": { diff --git a/utils/smoothValueNoise/CHANGELOG.md b/utils/smoothValueNoise/CHANGELOG.md index fc8c5de1856..ac310e89acf 100644 --- a/utils/smoothValueNoise/CHANGELOG.md +++ b/utils/smoothValueNoise/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.0.0-alpha.2](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.1...v4.0.0-alpha.2) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/smooth-value-noise + +# [4.0.0-alpha.1](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.0...v4.0.0-alpha.1) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/smooth-value-noise + # [4.0.0-alpha.0](https://github.com/tsparticles/tsparticles/compare/v3.9.1...v4.0.0-alpha.0) (2026-01-07) **Note:** Version bump only for package @tsparticles/smooth-value-noise diff --git a/utils/smoothValueNoise/package.dist.json b/utils/smoothValueNoise/package.dist.json index d39cc95d78f..a29c7faa1be 100644 --- a/utils/smoothValueNoise/package.dist.json +++ b/utils/smoothValueNoise/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/smooth-value-noise", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles smooth value noise library", "homepage": "https://particles.js.org", "repository": { diff --git a/utils/smoothValueNoise/package.json b/utils/smoothValueNoise/package.json index 860303457a4..da1be8f8c7a 100644 --- a/utils/smoothValueNoise/package.json +++ b/utils/smoothValueNoise/package.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/smooth-value-noise", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "description": "tsParticles smooth value noise path", "homepage": "https://particles.js.org", "scripts": { diff --git a/utils/tests/CHANGELOG.md b/utils/tests/CHANGELOG.md index 81d19dd93a1..76aad61bd50 100644 --- a/utils/tests/CHANGELOG.md +++ b/utils/tests/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.0.0-alpha.2](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.1...v4.0.0-alpha.2) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/tests + +# [4.0.0-alpha.1](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.0...v4.0.0-alpha.1) (2026-01-08) + +**Note:** Version bump only for package @tsparticles/tests + # [4.0.0-alpha.0](https://github.com/tsparticles/tsparticles/compare/v3.9.1...v4.0.0-alpha.0) (2026-01-07) ### Features diff --git a/utils/tests/package.json b/utils/tests/package.json index 25031168323..75345afd36b 100644 --- a/utils/tests/package.json +++ b/utils/tests/package.json @@ -1,7 +1,7 @@ { "name": "@tsparticles/tests", "private": true, - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.2", "scripts": { "prettify:ci": "prettier --check ./src", "prettify": "prettier --write ./src", @@ -16,11 +16,11 @@ "test:ci": "vitest run" }, "dependencies": { - "@tsparticles/engine": "workspace:4.0.0-alpha.0", - "@tsparticles/plugin-hex-color": "workspace:4.0.0-alpha.0", - "@tsparticles/plugin-hsl-color": "workspace:4.0.0-alpha.0", - "@tsparticles/plugin-hsv-color": "workspace:4.0.0-alpha.0", - "@tsparticles/plugin-rgb-color": "workspace:4.0.0-alpha.0" + "@tsparticles/engine": "workspace:4.0.0-alpha.2", + "@tsparticles/plugin-hex-color": "workspace:4.0.0-alpha.2", + "@tsparticles/plugin-hsl-color": "workspace:4.0.0-alpha.2", + "@tsparticles/plugin-hsv-color": "workspace:4.0.0-alpha.2", + "@tsparticles/plugin-rgb-color": "workspace:4.0.0-alpha.2" }, "type": "module" }