Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
30a39a7
build: updated deps
matteobruni Apr 5, 2026
d67a247
fix: improved split color management
matteobruni Apr 6, 2026
2e211a9
Merge branch 'main' into v4
matteobruni Apr 6, 2026
7505e15
fix: improved split color management and offset handling
matteobruni Apr 6, 2026
c08c2d1
Merge remote-tracking branch 'origin/v4' into v4
matteobruni Apr 6, 2026
754dd9e
fix: improved split color management and offset handling, and updateA…
matteobruni Apr 6, 2026
321b3ef
build: improved type casting code
matteobruni Apr 6, 2026
21632e8
chore(deps): update dependency vite to v8.0.5 [security]
renovate[bot] Apr 6, 2026
377ff2f
refactor: refactor of fireworks bundle, making it more lightweight
matteobruni Apr 6, 2026
7a68cc5
Merge pull request #5660 from tsparticles/renovate/npm-vite-vulnerabi…
matteobruni Apr 6, 2026
62fe751
build: updated deps
matteobruni Apr 7, 2026
8ec9d54
Merge branch 'v4' of https://github.com/tsparticles/tsparticles into v4
matteobruni Apr 7, 2026
7a60d78
Merge branch 'main' into v4
matteobruni Apr 7, 2026
eeb4616
build: fixed confetti demo
matteobruni Apr 7, 2026
ee8f0ef
feat: added palette support to particles options
matteobruni Apr 7, 2026
e52179c
fix: small minor fixes
matteobruni Apr 7, 2026
5f82f3d
chore(release): published new version
matteobruni Apr 7, 2026
4781874
Merge pull request #5658 from tsparticles/v4
matteobruni Apr 7, 2026
92a5c7e
fix: fixed publish script
matteobruni Apr 7, 2026
0cd950d
Merge branch 'main' into v4
matteobruni Apr 7, 2026
601a164
Merge pull request #5661 from tsparticles/v4
matteobruni Apr 7, 2026
1dae726
chore(release): published new version
matteobruni Apr 7, 2026
358efd7
build: updated docs
matteobruni Apr 7, 2026
a079639
Merge pull request #5662 from tsparticles/v4
matteobruni Apr 7, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
9 changes: 6 additions & 3 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ concurrency:
env:
NX_CLOUD_DISTRIBUTED_EXECUTION: true
NX_CLOUD_ACCESS_TOKEN: '${{ secrets.NX_CLOUD_ACCESS_TOKEN }}'
ZIP_CONCURRENCY: 5
IS_STABLE: ${{ !contains(github.ref, '-alpha.') && !contains(github.ref, '-beta.') }}

jobs:
Expand All @@ -39,9 +40,6 @@ jobs:
with:
run_install: false

- name: Initialize Nx Cloud
run: pnpm nx-cloud start-ci-run --distribute-on="5 linux-medium-js"

- name: Get pnpm store directory
id: pnpm-cache
run: echo "pnpm_cache_dir=$(pnpm store path)" >> $GITHUB_OUTPUT
Expand All @@ -57,6 +55,9 @@ jobs:
- name: Install Dependencies
run: pnpm install

- name: Initialize Nx Cloud
run: pnpm exec nx-cloud start-ci-run --distribute-on="5 linux-medium-js"

- name: Build All Packages
run: pnpm nx run-many -t build:ci
env:
Expand All @@ -65,6 +66,8 @@ jobs:
# 📦 ZIP artifacts (solo stable)
- name: Generate zip artifacts
if: env.IS_STABLE == 'true'
env:
ZIP_CONCURRENCY: ${{ env.ZIP_CONCURRENCY }}
run: pnpm run release:zip-artifacts

# 🚀 Publish npm
Expand Down
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,25 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.0.0-beta.8](https://github.com/tsparticles/tsparticles/compare/v4.0.0-beta.7...v4.0.0-beta.8) (2026-04-07)

### Bug Fixes

- fixed publish script ([92a5c7e](https://github.com/tsparticles/tsparticles/commit/92a5c7e273480f13870aec8c0296106b9c926c7f))

# [4.0.0-beta.7](https://github.com/tsparticles/tsparticles/compare/v4.0.0-beta.6...v4.0.0-beta.7) (2026-04-07)

### Bug Fixes

- improved split color management ([d67a247](https://github.com/tsparticles/tsparticles/commit/d67a247c782f11c93679cd6d0d5e3218a2bacc13))
- improved split color management and offset handling ([7505e15](https://github.com/tsparticles/tsparticles/commit/7505e15732782e30742a983817bebaf516218df7))
- improved split color management and offset handling, and updateAnimation function ([754dd9e](https://github.com/tsparticles/tsparticles/commit/754dd9e91a63ce330816350765e9ec8c146aaf6a))
- small minor fixes ([e52179c](https://github.com/tsparticles/tsparticles/commit/e52179c71bab88d54f12006ee2a0c1dcffeb46ba))

### Features

- added palette support to particles options ([ee8f0ef](https://github.com/tsparticles/tsparticles/commit/ee8f0efbccee7d4a6b8387ff821c1a8b3a8a7b2a))

# [4.0.0-beta.6](https://github.com/tsparticles/tsparticles/compare/v4.0.0-beta.5...v4.0.0-beta.6) (2026-04-02)

### Bug Fixes
Expand Down
8 changes: 8 additions & 0 deletions bundles/all/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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-beta.8](https://github.com/tsparticles/tsparticles/compare/v4.0.0-beta.7...v4.0.0-beta.8) (2026-04-07)

**Note:** Version bump only for package @tsparticles/all

# [4.0.0-beta.7](https://github.com/tsparticles/tsparticles/compare/v4.0.0-beta.6...v4.0.0-beta.7) (2026-04-07)

**Note:** Version bump only for package @tsparticles/all

# [4.0.0-beta.6](https://github.com/tsparticles/tsparticles/compare/v4.0.0-beta.5...v4.0.0-beta.6) (2026-04-02)

### Features
Expand Down
158 changes: 79 additions & 79 deletions bundles/all/package.dist.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsparticles/all",
"version": "4.0.0-beta.6",
"version": "4.0.0-beta.8",
"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": {
Expand Down Expand Up @@ -98,84 +98,84 @@
"./package.json": "./package.json"
},
"dependencies": {
"@tsparticles/effect-bubble": "4.0.0-beta.6",
"@tsparticles/effect-filter": "4.0.0-beta.6",
"@tsparticles/effect-particles": "4.0.0-beta.6",
"@tsparticles/effect-shadow": "4.0.0-beta.6",
"@tsparticles/effect-trail": "4.0.0-beta.6",
"@tsparticles/engine": "4.0.0-beta.6",
"@tsparticles/interaction-external-cannon": "4.0.0-beta.6",
"@tsparticles/interaction-external-particle": "4.0.0-beta.6",
"@tsparticles/interaction-external-pop": "4.0.0-beta.6",
"@tsparticles/interaction-light": "4.0.0-beta.6",
"@tsparticles/interaction-particles-repulse": "4.0.0-beta.6",
"@tsparticles/path-branches": "4.0.0-beta.6",
"@tsparticles/path-brownian": "4.0.0-beta.6",
"@tsparticles/path-curl-noise": "4.0.0-beta.6",
"@tsparticles/path-curves": "4.0.0-beta.6",
"@tsparticles/path-fractal-noise": "4.0.0-beta.6",
"@tsparticles/path-grid": "4.0.0-beta.6",
"@tsparticles/path-levy": "4.0.0-beta.6",
"@tsparticles/path-perlin-noise": "4.0.0-beta.6",
"@tsparticles/path-polygon": "4.0.0-beta.6",
"@tsparticles/path-random": "4.0.0-beta.6",
"@tsparticles/path-simplex-noise": "4.0.0-beta.6",
"@tsparticles/path-spiral": "4.0.0-beta.6",
"@tsparticles/path-svg": "4.0.0-beta.6",
"@tsparticles/path-zig-zag": "4.0.0-beta.6",
"@tsparticles/plugin-background-mask": "4.0.0-beta.6",
"@tsparticles/plugin-blend": "4.0.0-beta.6",
"@tsparticles/plugin-canvas-mask": "4.0.0-beta.6",
"@tsparticles/plugin-easing-back": "4.0.0-beta.6",
"@tsparticles/plugin-easing-bounce": "4.0.0-beta.6",
"@tsparticles/plugin-easing-circ": "4.0.0-beta.6",
"@tsparticles/plugin-easing-cubic": "4.0.0-beta.6",
"@tsparticles/plugin-easing-elastic": "4.0.0-beta.6",
"@tsparticles/plugin-easing-expo": "4.0.0-beta.6",
"@tsparticles/plugin-easing-gaussian": "4.0.0-beta.6",
"@tsparticles/plugin-easing-linear": "4.0.0-beta.6",
"@tsparticles/plugin-easing-quart": "4.0.0-beta.6",
"@tsparticles/plugin-easing-quint": "4.0.0-beta.6",
"@tsparticles/plugin-easing-sigmoid": "4.0.0-beta.6",
"@tsparticles/plugin-easing-sine": "4.0.0-beta.6",
"@tsparticles/plugin-easing-smoothstep": "4.0.0-beta.6",
"@tsparticles/plugin-emitters-shape-canvas": "4.0.0-beta.6",
"@tsparticles/plugin-emitters-shape-path": "4.0.0-beta.6",
"@tsparticles/plugin-emitters-shape-polygon": "4.0.0-beta.6",
"@tsparticles/plugin-export-image": "4.0.0-beta.6",
"@tsparticles/plugin-export-json": "4.0.0-beta.6",
"@tsparticles/plugin-export-video": "4.0.0-beta.6",
"@tsparticles/plugin-hsv-color": "4.0.0-beta.6",
"@tsparticles/plugin-hwb-color": "4.0.0-beta.6",
"@tsparticles/plugin-infection": "4.0.0-beta.6",
"@tsparticles/plugin-lab-color": "4.0.0-beta.6",
"@tsparticles/plugin-lch-color": "4.0.0-beta.6",
"@tsparticles/plugin-manual-particles": "4.0.0-beta.6",
"@tsparticles/plugin-motion": "4.0.0-beta.6",
"@tsparticles/plugin-named-color": "4.0.0-beta.6",
"@tsparticles/plugin-oklab-color": "4.0.0-beta.6",
"@tsparticles/plugin-oklch-color": "4.0.0-beta.6",
"@tsparticles/plugin-poisson-disc": "4.0.0-beta.6",
"@tsparticles/plugin-polygon-mask": "4.0.0-beta.6",
"@tsparticles/plugin-responsive": "4.0.0-beta.6",
"@tsparticles/plugin-sounds": "4.0.0-beta.6",
"@tsparticles/plugin-themes": "4.0.0-beta.6",
"@tsparticles/plugin-trail": "4.0.0-beta.6",
"@tsparticles/plugin-zoom": "4.0.0-beta.6",
"@tsparticles/shape-arrow": "4.0.0-beta.6",
"@tsparticles/shape-cards": "4.0.0-beta.6",
"@tsparticles/shape-cog": "4.0.0-beta.6",
"@tsparticles/shape-heart": "4.0.0-beta.6",
"@tsparticles/shape-infinity": "4.0.0-beta.6",
"@tsparticles/shape-matrix": "4.0.0-beta.6",
"@tsparticles/shape-path": "4.0.0-beta.6",
"@tsparticles/shape-rounded-polygon": "4.0.0-beta.6",
"@tsparticles/shape-rounded-rect": "4.0.0-beta.6",
"@tsparticles/shape-spiral": "4.0.0-beta.6",
"@tsparticles/shape-squircle": "4.0.0-beta.6",
"@tsparticles/updater-gradient": "4.0.0-beta.6",
"@tsparticles/updater-orbit": "4.0.0-beta.6",
"tsparticles": "4.0.0-beta.6"
"@tsparticles/effect-bubble": "4.0.0-beta.8",
"@tsparticles/effect-filter": "4.0.0-beta.8",
"@tsparticles/effect-particles": "4.0.0-beta.8",
"@tsparticles/effect-shadow": "4.0.0-beta.8",
"@tsparticles/effect-trail": "4.0.0-beta.8",
"@tsparticles/engine": "4.0.0-beta.8",
"@tsparticles/interaction-external-cannon": "4.0.0-beta.8",
"@tsparticles/interaction-external-particle": "4.0.0-beta.8",
"@tsparticles/interaction-external-pop": "4.0.0-beta.8",
"@tsparticles/interaction-light": "4.0.0-beta.8",
"@tsparticles/interaction-particles-repulse": "4.0.0-beta.8",
"@tsparticles/path-branches": "4.0.0-beta.8",
"@tsparticles/path-brownian": "4.0.0-beta.8",
"@tsparticles/path-curl-noise": "4.0.0-beta.8",
"@tsparticles/path-curves": "4.0.0-beta.8",
"@tsparticles/path-fractal-noise": "4.0.0-beta.8",
"@tsparticles/path-grid": "4.0.0-beta.8",
"@tsparticles/path-levy": "4.0.0-beta.8",
"@tsparticles/path-perlin-noise": "4.0.0-beta.8",
"@tsparticles/path-polygon": "4.0.0-beta.8",
"@tsparticles/path-random": "4.0.0-beta.8",
"@tsparticles/path-simplex-noise": "4.0.0-beta.8",
"@tsparticles/path-spiral": "4.0.0-beta.8",
"@tsparticles/path-svg": "4.0.0-beta.8",
"@tsparticles/path-zig-zag": "4.0.0-beta.8",
"@tsparticles/plugin-background-mask": "4.0.0-beta.8",
"@tsparticles/plugin-blend": "4.0.0-beta.8",
"@tsparticles/plugin-canvas-mask": "4.0.0-beta.8",
"@tsparticles/plugin-easing-back": "4.0.0-beta.8",
"@tsparticles/plugin-easing-bounce": "4.0.0-beta.8",
"@tsparticles/plugin-easing-circ": "4.0.0-beta.8",
"@tsparticles/plugin-easing-cubic": "4.0.0-beta.8",
"@tsparticles/plugin-easing-elastic": "4.0.0-beta.8",
"@tsparticles/plugin-easing-expo": "4.0.0-beta.8",
"@tsparticles/plugin-easing-gaussian": "4.0.0-beta.8",
"@tsparticles/plugin-easing-linear": "4.0.0-beta.8",
"@tsparticles/plugin-easing-quart": "4.0.0-beta.8",
"@tsparticles/plugin-easing-quint": "4.0.0-beta.8",
"@tsparticles/plugin-easing-sigmoid": "4.0.0-beta.8",
"@tsparticles/plugin-easing-sine": "4.0.0-beta.8",
"@tsparticles/plugin-easing-smoothstep": "4.0.0-beta.8",
"@tsparticles/plugin-emitters-shape-canvas": "4.0.0-beta.8",
"@tsparticles/plugin-emitters-shape-path": "4.0.0-beta.8",
"@tsparticles/plugin-emitters-shape-polygon": "4.0.0-beta.8",
"@tsparticles/plugin-export-image": "4.0.0-beta.8",
"@tsparticles/plugin-export-json": "4.0.0-beta.8",
"@tsparticles/plugin-export-video": "4.0.0-beta.8",
"@tsparticles/plugin-hsv-color": "4.0.0-beta.8",
"@tsparticles/plugin-hwb-color": "4.0.0-beta.8",
"@tsparticles/plugin-infection": "4.0.0-beta.8",
"@tsparticles/plugin-lab-color": "4.0.0-beta.8",
"@tsparticles/plugin-lch-color": "4.0.0-beta.8",
"@tsparticles/plugin-manual-particles": "4.0.0-beta.8",
"@tsparticles/plugin-motion": "4.0.0-beta.8",
"@tsparticles/plugin-named-color": "4.0.0-beta.8",
"@tsparticles/plugin-oklab-color": "4.0.0-beta.8",
"@tsparticles/plugin-oklch-color": "4.0.0-beta.8",
"@tsparticles/plugin-poisson-disc": "4.0.0-beta.8",
"@tsparticles/plugin-polygon-mask": "4.0.0-beta.8",
"@tsparticles/plugin-responsive": "4.0.0-beta.8",
"@tsparticles/plugin-sounds": "4.0.0-beta.8",
"@tsparticles/plugin-themes": "4.0.0-beta.8",
"@tsparticles/plugin-trail": "4.0.0-beta.8",
"@tsparticles/plugin-zoom": "4.0.0-beta.8",
"@tsparticles/shape-arrow": "4.0.0-beta.8",
"@tsparticles/shape-cards": "4.0.0-beta.8",
"@tsparticles/shape-cog": "4.0.0-beta.8",
"@tsparticles/shape-heart": "4.0.0-beta.8",
"@tsparticles/shape-infinity": "4.0.0-beta.8",
"@tsparticles/shape-matrix": "4.0.0-beta.8",
"@tsparticles/shape-path": "4.0.0-beta.8",
"@tsparticles/shape-rounded-polygon": "4.0.0-beta.8",
"@tsparticles/shape-rounded-rect": "4.0.0-beta.8",
"@tsparticles/shape-spiral": "4.0.0-beta.8",
"@tsparticles/shape-squircle": "4.0.0-beta.8",
"@tsparticles/updater-gradient": "4.0.0-beta.8",
"@tsparticles/updater-orbit": "4.0.0-beta.8",
"tsparticles": "4.0.0-beta.8"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion bundles/all/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsparticles/all",
"version": "4.0.0-beta.6",
"version": "4.0.0-beta.8",
"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": {
Expand Down
8 changes: 8 additions & 0 deletions bundles/basic/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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-beta.8](https://github.com/tsparticles/tsparticles/compare/v4.0.0-beta.7...v4.0.0-beta.8) (2026-04-07)

**Note:** Version bump only for package @tsparticles/basic

# [4.0.0-beta.7](https://github.com/tsparticles/tsparticles/compare/v4.0.0-beta.6...v4.0.0-beta.7) (2026-04-07)

**Note:** Version bump only for package @tsparticles/basic

# [4.0.0-beta.6](https://github.com/tsparticles/tsparticles/compare/v4.0.0-beta.5...v4.0.0-beta.6) (2026-04-02)

**Note:** Version bump only for package @tsparticles/basic
Expand Down
22 changes: 11 additions & 11 deletions bundles/basic/package.dist.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsparticles/basic",
"version": "4.0.0-beta.6",
"version": "4.0.0-beta.8",
"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": {
Expand Down Expand Up @@ -98,16 +98,16 @@
"./package.json": "./package.json"
},
"dependencies": {
"@tsparticles/engine": "4.0.0-beta.6",
"@tsparticles/plugin-hex-color": "4.0.0-beta.6",
"@tsparticles/plugin-hsl-color": "4.0.0-beta.6",
"@tsparticles/plugin-move": "4.0.0-beta.6",
"@tsparticles/plugin-rgb-color": "4.0.0-beta.6",
"@tsparticles/shape-circle": "4.0.0-beta.6",
"@tsparticles/updater-fill-color": "4.0.0-beta.6",
"@tsparticles/updater-opacity": "4.0.0-beta.6",
"@tsparticles/updater-out-modes": "4.0.0-beta.6",
"@tsparticles/updater-size": "4.0.0-beta.6"
"@tsparticles/engine": "4.0.0-beta.8",
"@tsparticles/plugin-hex-color": "4.0.0-beta.8",
"@tsparticles/plugin-hsl-color": "4.0.0-beta.8",
"@tsparticles/plugin-move": "4.0.0-beta.8",
"@tsparticles/plugin-rgb-color": "4.0.0-beta.8",
"@tsparticles/shape-circle": "4.0.0-beta.8",
"@tsparticles/updater-fill-color": "4.0.0-beta.8",
"@tsparticles/updater-opacity": "4.0.0-beta.8",
"@tsparticles/updater-out-modes": "4.0.0-beta.8",
"@tsparticles/updater-size": "4.0.0-beta.8"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion bundles/basic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsparticles/basic",
"version": "4.0.0-beta.6",
"version": "4.0.0-beta.8",
"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": {
Expand Down
10 changes: 10 additions & 0 deletions bundles/confetti/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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-beta.8](https://github.com/tsparticles/tsparticles/compare/v4.0.0-beta.7...v4.0.0-beta.8) (2026-04-07)

**Note:** Version bump only for package @tsparticles/confetti

# [4.0.0-beta.7](https://github.com/tsparticles/tsparticles/compare/v4.0.0-beta.6...v4.0.0-beta.7) (2026-04-07)

### Bug Fixes

- improved split color management and offset handling, and updateAnimation function ([754dd9e](https://github.com/tsparticles/tsparticles/commit/754dd9e91a63ce330816350765e9ec8c146aaf6a))

# [4.0.0-beta.6](https://github.com/tsparticles/tsparticles/compare/v4.0.0-beta.5...v4.0.0-beta.6) (2026-04-02)

**Note:** Version bump only for package @tsparticles/confetti
Expand Down
34 changes: 17 additions & 17 deletions bundles/confetti/package.dist.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsparticles/confetti",
"version": "4.0.0-beta.6",
"version": "4.0.0-beta.8",
"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": {
Expand Down Expand Up @@ -98,22 +98,22 @@
"./package.json": "./package.json"
},
"dependencies": {
"@tsparticles/basic": "4.0.0-beta.6",
"@tsparticles/engine": "4.0.0-beta.6",
"@tsparticles/plugin-emitters": "4.0.0-beta.6",
"@tsparticles/plugin-motion": "4.0.0-beta.6",
"@tsparticles/shape-cards": "4.0.0-beta.6",
"@tsparticles/shape-emoji": "4.0.0-beta.6",
"@tsparticles/shape-heart": "4.0.0-beta.6",
"@tsparticles/shape-image": "4.0.0-beta.6",
"@tsparticles/shape-polygon": "4.0.0-beta.6",
"@tsparticles/shape-square": "4.0.0-beta.6",
"@tsparticles/shape-star": "4.0.0-beta.6",
"@tsparticles/updater-life": "4.0.0-beta.6",
"@tsparticles/updater-roll": "4.0.0-beta.6",
"@tsparticles/updater-rotate": "4.0.0-beta.6",
"@tsparticles/updater-tilt": "4.0.0-beta.6",
"@tsparticles/updater-wobble": "4.0.0-beta.6"
"@tsparticles/basic": "4.0.0-beta.8",
"@tsparticles/engine": "4.0.0-beta.8",
"@tsparticles/plugin-emitters": "4.0.0-beta.8",
"@tsparticles/plugin-motion": "4.0.0-beta.8",
"@tsparticles/shape-cards": "4.0.0-beta.8",
"@tsparticles/shape-emoji": "4.0.0-beta.8",
"@tsparticles/shape-heart": "4.0.0-beta.8",
"@tsparticles/shape-image": "4.0.0-beta.8",
"@tsparticles/shape-polygon": "4.0.0-beta.8",
"@tsparticles/shape-square": "4.0.0-beta.8",
"@tsparticles/shape-star": "4.0.0-beta.8",
"@tsparticles/updater-life": "4.0.0-beta.8",
"@tsparticles/updater-roll": "4.0.0-beta.8",
"@tsparticles/updater-rotate": "4.0.0-beta.8",
"@tsparticles/updater-tilt": "4.0.0-beta.8",
"@tsparticles/updater-wobble": "4.0.0-beta.8"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion bundles/confetti/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsparticles/confetti",
"version": "4.0.0-beta.6",
"version": "4.0.0-beta.8",
"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": {
Expand Down
Loading
Loading